
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/*
    COMMON CSS
*/
*{
    margin: 0;
    padding: 0;
}
html, body{
    font-family: 'Karla', sans-serif;
}
body{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
}
* {
    margin: 0;
    padding: 0;
}

html, body, .containerArea, .containerArea > .container-fluid,  .containerArea > .container-fluid > .row > .col-md-3, .contentArea {
   background: #1b1e21;
   height: 100%;
   width: 100%;
   color: #FFFFFF;
}

html, body{
        background: #1b1e21;
        height: 100%;
        width: 100%;
        color: #FFFFFF;
        position: relative;
}

h1, h2, h3, h4, h5, p, button, i, li{
    color: #b1b1b1;
    /*opacity: .41;*/
}
a, i, button{
    color: #fff;
}
a:hover{
    color: #fff;
}
p{
    line-height: 1.8;
}
.absection {
    padding: 0 15px;
    padding-right: 90px;
    background: #1b1e21;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 20px;
}
.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    margin: 0 0 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-3:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 14px;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}
.icon-arrow-right:before {
    content: "\f30f";
}
.btn:before, .icon-heart:after, .icon-star:after, .icon-plus:after, .icon-file:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.btn-3e {
    padding: 12px 90px 12px 19px;
    overflow: hidden;
    font-size: 15px;

}
.btn-3 {
    background: #fcad26;
    color: #fff;
}
.btn-3:hover {
}
.btn-3e:hover:after {
    width: 40%;
}
.btn-3e:after {
    width: 30%;
    height: 200%;
    background: rgba(255,255,255,0.2);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}
.btn:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-3e:before {
    left: auto;
    right: 10px;
    z-index: 2;
}


/* 
*
*** HEADER SECTION
*
*/
.headerSection {
    text-align: center;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: relative;
    background: #1b1e21;
    overflow: hidden;
}
.profile-container {
    display: inline-block;
    margin: 0 auto;
}
.profile-container{}
.profile-container a.profile_shadow{}
.profile-container a img{}

.profile-container .subsribbe-box{
    display: block;
    margin-top: 15px
}
.profile-container .subsribbe-box h1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.profile-container h2{
    font-size: 17px;
    color: #ffae00
}
.profile-container .social-media {
    margin-top: 15px;
}
.profile-container .social-media a {
    width: 30px;
    display: inline-block;
}
.profile-container .social-media a:hover i{
    color: #ffae00
}
.profile-container .social-media a i {
    font-size: 25px;
    text-align: center;
}
img.profile-img {
    max-width: 200px;
    height: auto;
    border-radius: 50%;
}
#fullMenuBtn{
    width: 50px;
    height: 50px;
    background: #000;
    border: none;
    border-radius: 50%;
    position: fixed;
    top: 15px;
    right: 15px;
    outline: none;
    cursor: pointer;
    z-index: 9999;
}
#fullMenuBtn:hover{
    background: #ffae00;
}
#fullMenuBtn:hover span{
    background: #ffae00
}
#fullMenuBtn span.bar{
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fullMenuBtn:hover span{
    width: 25px;
}
#fullMenuBtn span.bar:before, #fullMenuBtn span.bar:after{
    content: '';
    width: 100%;
    height: 5px;
    background: #FFFFFF;
    display: block;
    position: absolute;
}
#fullMenuBtn span.bar:before{
    top: -8px
}
#fullMenuBtn span.bar:after{
    bottom: -8px
}
#fullMenuBtn.close{
    border: 1px solid #ffae00;
    opacity: 1 !important;
}
#fullMenuBtn.close{

}
#fullMenuBtn.close span.bar:before, #fullMenuBtn.close span.bar:after{
    width: 30px;
}

.mobileMenu {
    display: none;
    width: 100%;
    position: fixed;
    height: 100%;
    background: #000;
    top: 0;
    padding: 30px;
    z-index: 999;
}
.menuArea{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
}
.mobileNav {
}

.mobileNav > li {
    list-style: none;
}

.mobileNav > li > a {
    font-size: 50px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: .5px #ffae00;
    text-decoration: none;
    position: relative;
}
.mobileNav > li > a:hover {
    font-size: 50px;
    font-weight: 700;
    color: #ffae00;
    -webkit-text-stroke: .5px #ffae00;
    text-decoration: none;
    position: relative;
}

.mobileNav > li > a::before{
    content: '';
    width: 30px;
    height: 1px;
    background: #ffae00;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -60px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mobileNav > li > a:hover:before{
    width: 50px;
}
.mobileNav > li > a::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #ffae00;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: -80px;
    border-radius: 50%
}
.mobileNav > li > a:hover:after{
    background: #ffae00
}
.cl {
}

.mFotter {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: block;
    text-align: center
}

.contactInfo {}

.contactInfo > li {
    list-style: none;
    display: inline-block;
    margin-right: 15px
}

.contactInfo > li > a {
}

.contactInfo, .social-media {
    display: inline-block;
}

.social-media > a {
    margin: 5px
}



/* 
*
*** HEADER MENU SECTION
*
*/
.abContainerArea {
}
.headMenu{
    padding: 0 15px;
}
.headMenu.sticky {
    position: fixed;
    top: 0;
    z-index: 9;
}
.headMenu{
width: calc(100% - 50px)
}
.headMenu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.headMenu ul li{
    list-style: none;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

}
.headMenu ul li a{
    background: #ffae00;
    display: block;
    position: relative;
    text-align: center;
    padding: 15px  15px;
    text-decoration: none;
    font-size: 16px;
    border-right: 1px solid #ffffff5e;
    transition: background 1s;
    color: #fff;
}

.headMenu ul li a{
    z-index: 999;
}
.headMenu ul li a span{
    pointer-events: none;
}
.headMenu ul li.active a{
    background-color: #fff;
    transition-delay: 1s;
    color: #ffae00;
}
.headMenu ul li a:hover{
    background-color: #fff;
    color: #ffae00;
}
.headMenu ul li.active a:before, .headMenu ul li.active a:after, .headMenu ul li.active a span:before, .headMenu ul li.active a span:after{
    content: '';
    position: absolute;
    width: 25%;
    height: 0;
    display: block;
    background: #fff;
    top:0;
    z-index: 1;
    left: 0;
    opacity: .2;
    transition: all.5s;
    -webkit-animation: mymove 1s;
}
.headMenu ul li.active a:before{
}
.headMenu ul li.active a:after{
    left: 25%;
    animation-delay: .2s;
}
.headMenu ul li.active a span:before{
    left: 50%;
    animation-delay: .3s;
}.headMenu ul li.active a span:after{
    left: 75%;
     animation-delay: .4s;
}
@keyframes mymove {
    to {height: 100%;}
}

/*
*
* SIDEBAR STYLE
*
*/
#dHeading {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    transition: all .5s;
}
#dHeading:before, #dHeading:after{
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    display: block;
}
#dHeading:before{
    top:0;
    left: 0;
    border-top: 5px solid #ffae00;
    border-left: 5px solid #ffae00;
}
#dHeading:after{
    bottom:0;
    right: 0;
    border-bottom: 5px solid #ffae00;
    border-right: 5px solid #ffae00;
}

#aboutbar {
}

.containerArea {
    height: 100%;
    position: relative;
    width: 100%;
}

.contentArea {
    display: block;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transition:  all .5s;
    padding-left: 80px;
    text-align: center;
    background-color: #ffae00;
    overflow: hidden;
}
.contentArea.sticky{
    position: fixed;
    top: 0;
    z-index: 1;

}
.contentArea:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 1;
}
.contentArea.sticky:before{
    opacity: .5;
}
.sideImage {
    position: absolute;
    width: calc(100% - 80px);
    height: 100%;
    z-index: -1;
     filter: blur(17px);
    background-size: cover;
    background-position: center;
    transition: all 1s;
}

.mainTitle{
    position: relative;
    padding: 15px;
}
h1#heading {
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
}
#dyTitleArea {
    position: absolute;
    bottom: 15px;
    width: calc(100% - 80px);
    transform-origin: 0 0;
    text-align: center;
    display: block;
}
.contentArea .profile-container {
    position: relative;
    top: 43%;
    transform: translateY(-50%);
    display: block;

}

/*
*
*** ABOUT SECTION
*
*/
.aboutSection {
}

.aboutHead {
}

.aboutHead > h2 {
}

.aboutHead > p {
}

.AboutSec {
    position: relative;
    width: 100%;
    display: block;
    background: #1b1e21;
    z-index: 9;
}

.aboutBrif {
}

.aboutBrif > p {
    font-size: 16px;
    line-height: 1.8;
}

.titleArea {
    position: relative;
    margin-bottom: 55px;
    display: block;
    padding-top: 50px;
}
.blog .titleArea {
    position: relative;
    margin-bottom: 30px;
    display: block;
    padding-top: 26px;
}

.titleArea:before{
    content: '';
    width: 50px;
    height: 1px;
    background: #ffae00;
    position: absolute;
    left: 20px;
    bottom: -18px;
}
.titleArea:after{
    content: '';
    width: 15px;
    height: 15px;
    background: #ffae00;
    position: absolute;
    left: 0;
    border-radius: 50%;
    bottom: -25px;
}


.titleArea > h2 {
    margin: 0;
    font-weight: 800;
    color: #fff;
}

.titleArea > span {
    font-size: 14px;
    font-style: italic;
    margin: 0;
    margin-top: 5px;
    display: block;
}
.position {
    font-size: 200px;
    position: absolute;
    opacity: .1;
    left: 30%;
    right: 0;
    top: -80%;
    margin: auto;
    display: inline-block;
    transform: rotate(-45deg);
    pointer-events:none;
}
/*
*
*** RESUME MENU SECTION
*
*/

.resume {
    overflow: inherit;
}

.custom-inner-holder {
}
.resumeContentArea {
    display: block;
    padding-left: 30px;
}
.sparateLine{
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    background: #ffae00;
}
.custom-inner:not(:last-child) {
    display: block;
    margin-bottom: 30px;
}

.workres {
    min-height: 150px;
    background: #ffffff26;
    border-radius: 5px;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
}

.workres > h3 {
    width: 100%;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 2;
}

.workres > span {
    position: relative;
    z-index: 2;
}

.workres i {
    position: absolute;
    font-size: 20px;
    color: #fff;
    left: 0;
    transform: rotate(-45deg);
    z-index: 0;
    height: 30px;
    background-color: #ffae00;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 32px);
    transition: all .2s;
    transform-origin: 100% 100%;

}
.workres:hover i{
    transform: rotate(-45deg) scale(1.37);
}
.workres i:before {
    transform: rotate(45deg);
}
.workres i.iconOverlay {
    position: absolute;
    left: auto;
    right: 0;
    height: auto;
    width: auto;
    opacity: .1;
    background: transparent;
    font-size: 100px;
    transform: inherit;
}
.workres:hover i.iconOverlay{
    transform: inherit;
    opacity: .3;
}
.workres:hover i.iconOverlay{
    transform: rotate(-45deg);
}
 .custom-inner   h4 {
    font-weight: 700;
}
.custom-inner   p {
}

.custom-inner  ul {
    padding-left: 20px;
}

.fa-file-pdf-o {
    margin-right: 7px;
}
.workproSection {
    display: block;
    padding-top: 50px;
}
.resumedbtn {
    margin-bottom: 0;
    padding: 10px 60px 10px 15px;
    font-size: 14px;
}
.resumedbtn:before{
    top:10px;
    right: 0;
}

/*
*
* * SERVICE SECTION
*
*/

.tab-content  h3 {
    margin-top: 40px;
    font-weight: 700;
    font-size: 20px;
}

.tab-content {
    margin-bottom: 37px;
    border-bottom: 1px solid #ffffff4f;
    border-radius: 4px;
    overflow: hidden;
}

.box-item {
    position: relative;
    overflow: hidden;
}

.vis-det {
}

.respimg {
    width: 100%;
    height: auto;
}

.image-popup {
    position: absolute;
    width: 33.33%;
    height: 0;
    left: 0;
    background: #00000091;
    display: flex;
    top: 0;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    cursor: pointer;
    transform: scale(1);
    opacity: 0;
    transition: all .5s;
    bottom:0;
    right: 0;
    margin:auto;
}
.image-popup:before,.image-popup:after{
    position: absolute;
    content: '';
    display: block;
    height: 100%;
    width: 0;
    transition: all .5s;
    background: #00000091;
}
.image-popup:before{
    left: -100%;

}
.image-popup:after{
    right: -100%;
}
.box-item:hover .image-popup:after, .box-item:hover .image-popup:before{
    width: 100%;
}
.box-item:hover a{
    height: 100%;
    opacity: 1;
    transform: scale(1);
}
.dec-list {
    padding: 0;
}
.tab-content :nth-child(odd) .dec-list{
}
.dec-list > li {
    line-height: 2.2;
    position: relative;
    list-style: none;
    padding-left: 40px;

}
.dec-list > li:before{
    content: '';
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    left: 3px;
    top: 13px;
    background: #ffffff;
    border: 5px solid #ffae00;
    transform: rotate(45deg);
}

.price {
    font-weight: 700;
    background: #ffae00;
    padding: 10px 20px;
    position: absolute;
    right: -100%;
    transform: rotate(-90deg);
    /* top: 0; */
    bottom: 47px;
    margin: auto;
    height: 45px;
    width: 140px;
    text-align: center;
    transition: all .5s;
    opacity: 0;
}
.tab-content:hover .price {
    right: -22px;
    opacity: 1;
}

.serviceListArea{
    display: block;
    position: relative;
}
.tabs {
}

.sl-tabs {
    width: 100%;
}
ul.tabs.sl-tabs.sticky {
    position: fixed;
    top: 55px;
}

ul.tabs.sl-tabs.sticky-start {
}

.tab-link {
    list-style: none;
    display: block;
    background: #fff;
    padding: 11px 15px;
    border-bottom: 1px solid #cccccca1;
    cursor: pointer;
    position: absolute;
    width: 200px;
    transform: rotate(-90deg);
    right: -71px;
    bottom: -122px;
    z-index: 1;
}
li.tab-link.active{
    background: #ffae00;
    color: #fff;
    z-index: 2;
}
li.tab-link.active h3, li.tab-link.active i{
    color: #fff;
}

.tb-item {
}

.tb-item > i {
    display: inline-block;
    width: 20px;
    margin-right: 15px;
    color: #000;
}

.tb-item > h3 {
    display: inline-block;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

/*
    SERVICE 2 DESIGN
*/
.service2{ }
.service2 ul.nav.nav-tabs{
    width: 100%;
    margin-bottom:15px ;
}
.service2 ul.nav.nav-tabs li{

    width: 25%;
    float: left;
    z-index: 1;
}
.service2 ul.nav.nav-tabs li a.active{
    background: #ffae00;
    color: #fff;
    z-index: 2;
}
.service2 ul.nav.nav-tabs li a{
    list-style: none;
    display: block;
    background: #ffffff12;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #cccccca1;
    cursor: pointer;
    position: relative;
}
.service2 .tb-item > i {
    display: inline-block;
    width: 20px;
    color: #fff;
    pointer-events: none;
}

.service2 .tb-item > h3 {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    pointer-events: none;
}
.tab-content>.tab-pane {

    transition: .5s;
}
.service2 .tab-content>.active{
    opacity: 1;
}
.order-wrap.fl-wrap.color-bg {
    background: #ffae00;
    border-radius: 2px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.order-wrap.fl-wrap.color-bg h4{
    line-height: 1;
    margin:9px 0;
    padding: 0;
    color: #fff;
}
i.ion-email.actionIcon {
    position: absolute;
    font-size: 100px;
    color: #ffff;
    top: 0;
    transform: rotate(-45deg);
    opacity: .5;
    left: 50%;
}
a.ord-link {
    float: right;
    background: #312e2e;
    padding: 10px 20px;
    border-radius: 5px;
}

/*
PORTFOLIO
*/
.portfolio_area {
    display: block;
    overflow: hidden;
}
.pItem.col {
    float: left;
    height: 450px;
    overflow: hidden;
    transition: all .5s;
    padding: 0;
    width: 100px;
}
.pItem.col img{
    max-height: 100%;
}
a.elem {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    background: #ffae00;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    transition: all .5s;
}
.pItem.col:hover a.elem{
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

/*
PRO SECRION section
*/
.aboutWorkpro {
}
.proArea {
}
.working-item {
    padding: 40px 15px;
    text-align: center;
    margin: 30px 0;
    position: relative;
}
.working-item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border-right: 1px solid #ddd;
    border-radius: 50%;
    top:0;
    transition: all .5s;
}
.working-item:hover{
    /*border-color: #ffae00;: ;*/
    /*border-right: 2px solid #ffae00;*/
}
.working-item:hover:before{
    /*transform: rotateY(-360deg);*/
    border-right: 5px solid #ffae00;
}
.col:last-child .working-item{
    /*border: none;*/
}
.working-item i{
    font-size: 45px;
}
.working-item h2{
    font-size: 18px;
    display: block;
    margin-top: 15px;
}


/*
* ABOUT SKILL SECTION
*/
.aboutSkillSection {
}


.skill {
    position: relative;
    min-height: 50px;
    margin-bottom: 15px;
}

.skill > p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 5px;
}

.skill-bar {
    width: 100%;
    height: 15px;
    background: #000;
    position: relative;
}
.skill-bar span {
    position: absolute;
    right: 0;
    bottom: 17px;
    font-size: 16px;
}
span.sbar {
    border-radius: 0 10px 10px 0;
    height: 100%;
    background: #ffae00;
    width: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    transition: all .5s;
}
.barActive .skill1 > span.sbar{
    width: 95%;
}
.barActive .skill2 > span.sbar{
    width: 85%;
}

.barActive .skill3 > span.sbar{
    width: 85%;
}

.barActive .skill4 > span.sbar{
    width: 85%;
}

.barActive .skill5 > span.sbar{
    width: 85%;
}

.barActive .skill6 > span.sbar{
    width: 90%;
}
.skill:hover span.sbar{
    /*height: 4px;*/
}

.progress-pie-chart {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #E5E5E5;
    position: relative;
}
.progress-pie-chart.gt-50 {
    background-color: #ffae00;
}

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
    width: 140px;
    height: 140px;
}
.ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
    width: 140px;
    height: 140px;
    clip: rect(0, 100px, 200px, 0);
    background: #ffae00;
    transform: rotate(60deg);
}
.gt-50 .ppc-progress {
    clip: rect(0, 70px, 140px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 140px, 140px, 49px);
    background: #1b1e21;
}

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 80px/2);
    top: calc(50% - 80px/2);
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    display: table;
}
.ppc-percents span {
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    color: #ffae00;
}

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}


.progress-pie-chart {
    margin: 50px auto 0;
}


/*
* ABOUT FEEDBACK SECTION
*/
.aboutfeedbackSection {
    padding-top: 0;
}

.aboutfeed {
}

.owl-carousel {
}

.feedback-carousel {
    margin-top: 50px;
}


.feedback-carousel .owl-carousel .item{
    margin: 50px 0;
    margin-bottom:0;
}
.feedback-carousel .owl-carousel .center .item {
    padding: 30px 10px;
    transform: scale(1.1) translateY(-30px);
    position: relative;

}
.aboutfeed .owlControl{
    margin-top: 30px;
    display: block;
}

.sliderItems {
    text-align: center;
    display: block;
}

.sliderItems > img {
    width: 100px !important;
    border-radius: 50%;
    display: inline-block !important;
}
.owl-carousel .center .item img{
    border: 5px solid #ffae00;
}
.SlideCaption {
}

.SlideCaption > p {
    font-size: 16px;
    font-style: italic;
    display: block;
    margin-top: 15px;
}
.SlideCaption > p span{
    font-size: 15px;
}
.SlideCaption > p span {
    font-weight: 700;
    font-size: 18px;
}
.owlControl {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.owlControl button {
    width: 60px;
    height: 50px;
    background: #ffae00;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.owlControl button.owl-next:after, .owlControl button.owl-prev:after, .owlControl button.home-next:after, .owlControl button.home-prev:after {
    content: '';
    position: absolute;
    transition: all  .3s;
    width: 80%;
    height: 200%;
    background: rgba(255,255,255,0.2);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}
.owlControl button.owl-prev:after,.owlControl button.home-prev:after{
    left: -20px;
}
.owlControl button:hover:after,.owlControl button:hover:after{
    width: 110%;
}
.owl-nav {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}


/*
* ABOUT FUN FACT SECTION
*/
.FunFactSection {
}

.aboutFunFact {
}
.factArea{
    margin-top: 50px;
}

.milestone-counter {
    padding: 50px 0;
    display: block;
    text-align: center;
}
.milestone-details {
    text-transform: uppercase;
    font-size: 18px;
}
.milestone-counter h3{
    font-weight: 700;
    font-size: 35px;
    color: #ffae00;
}
.milestone-counter i{
    font-size: 40px;
}
/*
* CONTACT US
*/
.fItem {
    width: 100%;
    height: 60px;
    padding: 20px;
    margin-bottom: 30px;
    background: #ffffff45;
    border: none;
    outline: none;
}
.fItem:focus{
    background: #ffffff;
}
textarea.fItem{
    height:150px;
}
.contact-info{}
.contact-info ul{}
.contact-info ul li{
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.contact-info ul li a{
    text-decoration: none;
}
.contact-info ul li a i{
    width: 30px;
    float: left;
    font-size: 21px;
    display: block;
}
h4.bold-title {
    margin-top: 31px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.footerSection {
    position: relative;
    bottom: 0;
    display: block;
    z-index: 0;
}
.map-box{
    position: relative;
    width: 100%;
    height:100%;
    display: block;
}
.absection.mapspace {
    height: 500px;
    background: transparent;
    pointer-events: none;
    z-index: -1;
}
#map{
    /*width: 100%;*/
    height: 400px;
    opacity: 0;
    overflow: hidden;
}
/*
* FOOTER
*/
.footerSection {
    display: block;
    margin: 0 15px;
}

.footerSection .cover-content{
    padding: 20px 0;
}
.footerSection .cover-content h4{
    padding:0;
    margin:0;
    font-size:15px;
}


/*
*
** MAIN PROGRESS BAR
*
*/
.mainprog{
    width: 2px;
    height: auto;
    display: block;
    position: absolute;
    top:0;
    right:0;
    background: #ffbe33;
}
/*
*
** CURSOR
*
*/
.circle-cursor {
    pointer-events: none;
    background: #ffffff4f;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    transition: linear .2s;
    z-index: 9999999;
    top: 0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.cursorActive{
    -webkit-animation: leaves 1s ease-in-out infinite alternate;
    animation: leaves 1s ease-in-out infinite alternate;
}
@-webkit-keyframes leaves {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.5);
    }
}

@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(2.0);
    }
}

.panelarea{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: block;
    top:0;
}
.sidePanel{
    position: fixed;
    width: 80px;
    height: 100%;
    display: block;
    background: #343840;
    top:0;
    transition: all  .2s;
    z-index: 2;
}
.panel1{
    left:-80px;
}
.panel2{
    right:-80px;
}
.panel2 .btn{
    outline: none;
    box-shadow: none !important;
    background: #ffae00;
    padding: 0;
    font-size: 25px;
    bottom: 15px;
    top: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
    transition: all .5s;

}
.panel2 .btn:after{
    display: none;
}
.panel2 .btn:before{
    content: '';
    width: 68%;
    display: block;
    position: absolute;
    bottom: -43px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    height: 100%;
    background: #ffffff9e;
    border-radius: 200px 200px 0 0;
    -webkit-animation: leaves 1s ease-in-out infinite alternate;
    animation: leaves 1s ease-in-out infinite alternate;
}
@-webkit-keyframes leaves {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.5);
    }
}

@keyframes leaves {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(2.0);
    }
}

.home5 .panel2 .btn{
    transform: rotate(180deg);
}
.home5 .panel2 .btn.upbtn{
    transform: rotate(0deg);
}
.panel2 .btn span{
    display: block;
    background: #fff;
    color: #000;
    position: relative;
    opacity: 1;
    font-size: 12px;
    padding: 2px;
    top: -7px;
    border-radius: 50px 50px 0 0;
}
.sidePanel.panel1.sticky, .sidePanel.panel1.active{
    left: 0;
}
.sidePanel.panel2.sticky, .sidePanel.panel2.active{
    right: 0;
}

button.sharebtn {
    position: absolute;
    bottom: 15px;
    background: transparent;
    border: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 30px;
    outline: none !important;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
button.sharebtn:after{
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #ffae00;
    border-radius: 50%;
    top:0;
    opacity: 0;
    transform: scale(0);
    transition: all.5s;
}
button.sharebtn:hover:after{
    opacity: .5;
    transform: scale(1);
}
a.logo {
    font-size: 34px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 15px;
    background: #ffae00;
}
.footer-media {
    position: fixed;
    bottom: 25px;
    left: 80px;
    height: 30px;
    width: auto;
    display: none;
    z-index: 1;
}
.footer-media.active{
    display: block;
}
.footer-media ul li{
    list-style: none;
    display: inline-block;
}
.footer-media ul li a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffae00;
    position: relative;
    color: #fff;
    border-radius: 3px;
}
.footer-media ul li a i{}

/*
scroll control
*/
.scrollControl {
    width: 50px;
    height: 230px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* background: #000; */
    z-index: 9;
    right: 0;
}
.scrollControl ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.scrollControl ul li {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
.scrollControl ul li.mDot a {
    width: 40px;
    height: 15px;
    background: #fff;
    display: block;
    margin: 4px auto;
}
.scrollControl ul li.mDot.active a {
    background: #ffae00;
}
a.prevBTN, a.nextBTN {
    position: relative;
    width: 40px;
    outline: none;
    box-shadow: none !important;
    height: 40px;
    background: #ffae00;
    padding: 0;
    font-size: 25px;
    margin: 4px 5px;
    border-radius: 0;
}
a.prevBTN {
    border-radius: 20px 20px 0 0;
}
a.nextBTN {
    border-radius:0 0 20px 20px ;
}

a.prevBTN span, a.nextBTN span {
    opacity: 0;
}
div#particles-js, div#particles  {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    overflow: hidden;
}
canvas{
}
/*
video
*/
video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
    opacity: 0.2;
}
#polina {
    font-weight: 100;
    color: white;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#polina button {
    display: inline-block;
    border: none;
    font-size: 1.3rem;
    background: #00000057;;
    color: #fff;
    border-radius: 3px;
    transition: .3s background;
    z-index: 99;
    outline: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: url(../images/pause.png), auto;
}
.video-play-btn {
    cursor: url(../images/play.png), auto !important;
}

/*
home 5

*/
.owl-carousel.home-carousel.owl-loaded.owl-drag{
    /*overflow: hidden;*/
}
.homeItem{
    background-size: cover;
    background-position: center;
    padding-left: 70px;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.homeItem:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;

}

path {
    stroke: #ffae00;
}
img.overlay {
    position: absolute;
    opacity: 0.1;
    top:0;
    left: 0;
    right:0;
    bottom: 0;
    margin: auto;
    width: auto !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    -webkit-filter: grayscale(100%);
}
.homeItem h1 span{
    color: #fcad26;
}
.homeItem a {
    margin-top: 20px;
    display: inline-block;
    float: left;
}
.homeItem h1,.homeItem h4{
    color: #fff;
    position: relative;
    font-weight: 700;
}
.owl-dots {
    position: absolute;
    display: inline-block;
    bottom: -57px;
    right: 0;
    left: 0;
    margin: auto;
    width: 120px;
}
.owl-dot {
    width: 18px;
    height: 50px;
    background: #fcad26;
    display: inline-block;
    margin: 0 3px;
    z-index: 9999999;
    position: relative;
}
.owl-dot.active{
    background: #fff;
    height: 60px;
}

.homeowlControl {
    position: relative;
    margin-bottom: 30px;
    /* z-index: 1; */
    left: 0;
    width: 100%;
    margin-top: 0;
    background: #ffffff14;
    height: 50px;
}
.homeowlControl .owl-nav{
    width: 100%;
}
button.home-next {
    float: right;
}
.proInfo{
    display: block;
    text-align: center;
}
.proInfo h3{
    font-size:18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.proInfo p{
    font-size: 14px;
}
.portGrid{
    margin-left: -5px;
    margin-right: -5px;
}
.protItem{
    position: relative;
    padding: 5px;
    overflow: hidden;

}
.portGrid .protItem .demoBox{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    bottom: 0;
    margin: auto;
    width: 100px;
    height: 50px;
}
.portGrid .protItem a{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ffae00;
    border-radius: 2px;
    padding: 2px;
    transform: inherit;
    opacity: 0;
    float: left;
    transition: all .5s;
    text-align: center;
    top: 0;
    left: 0;
    margin: 5px;
    font-size: 24px;
}
.protItem:hover a{
    opacity: 1;
    display: block;
    transform: scale(1);
}
.protItem img{
    transition: all .5s;
}
.protItem:hover img{
    transform: scale(1.5);
    filter: blur(5px);
}
.protItem h3{
    position: absolute;
    bottom: 0;
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-weight: 700;
}
.protItem img{
    max-width: 100%;
}
.ui-group.filters{
    display: block;
    margin-bottom: 10px;
}
.ui-group.filters button.button {
    background: #fff;
    color: #000;
    border: none;
    padding: 5px 15px;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    outline: none;
    margin-bottom: 7px;
    margin-right: 5px;
}
.ui-group.filters button.button.is-checked, .ui-group.filters button.button:hover{
    background: #ffae00;
    color: #fff;
}
/*
home6
*/

.home6{
    background-image: url("../images/bg2.jpg");
    position: relative;
}
.home6:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    display: block;
    background: #000;
    opacity: .5;
}
div#message {
    width: 100%;
    float: left;
    background: #ffffff14;
    padding: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

/*
*
*   RESPONSIVE STYLE
*
*/
@media (max-width: 1400px) {
    .profile-container .subsribbe-box h1 {
        font-size: 30px;
    }
    .profile-container .social-media a{
        width: 18px;
    }
    .profile-container .social-media a i{
        font-size: 18px;
    }
    .workres > h3{
        font-size: 18px;
    }
    p{
        font-size: 14px;
    }
    #dHeading{
        font-size: 34px;
    }
}
@media (max-width: 1100px) {
    .profile-container .subsribbe-box h1 {
        font-size: 22px;
    }
}
@media (max-width: 992px) {
    .abContainerArea{
        padding-left: 70px;
    }
    .contentArea{
        display: none;
    }
    .home5 .contentArea{
        position: relative !important;
        height: auto;
        min-height: 600px;
        padding: 0;
        display: block;
    }
    .sideImage{
        width: 100%;
    }
    .working-item{
        padding: 20px 0;
    }
    .dec-list > li{
        font-size: 14px;
    }
    .working-item i {
        font-size: 25px;
    }
    .working-item h2 {
        font-size: 12px;
        display: block;
        margin-top: 2px;
    }
    .headMenu.sticky {
        padding-left: 0px;
        left: 82px;
    }
    .home5 #dyTitleArea{
        display: none ;
    }
}
@media (max-width: 768px) {
    .respimg{
        margin: 15px 0;
    }
    .resumeContentArea {
        display: block;
        padding-left: 0;
        margin-top: 20px;
    }
    a.ord-link {
        float: none;
        margin-top: 17px;
        display: inline-block;
    }
    .order-wrap.fl-wrap.color-bg{
        text-align: center;
    }
    .resumedbtn{
        margin-bottom: 30px;
    }
    .protItem{
        width: 100%;
    }
    .sidePanel {
        display: none;
    }
    .homeowlControl{
        margin-bottom: 0;
    }
    .homeItem h1 {
        font-size: 26px;
    }
    .homeItem h4{
        font-size: 18px;
    }
    .homeItem{
        padding-left: 30px;
    }
    .service2 ul.nav.nav-tabs li{
        width: 50%;
    }
    .sparateLine{
        display: none
    }
}

@media (max-width: 600px){
.panelarea{
    display: none;
}
    .absection, .abContainerArea{
        padding: 0;
        overflow: hidden;
        width: 100%;
    }
    .serviceListArea{
        display: none;
    }
    .headMenu{
        display: none;
    }
    .footerSection {
        width: calc(100% - 30px) !important;
        margin: 0 !important;
    }
}


/*
Preloader
*/

.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,1);
    z-index : 999999;
}

.percentage {
    z-index: 100;
    text-align:center;
    color: #fff;
    line-height: 30px;
    font-size : 15px;
}

.loader,
.percentage{
    height: 30px;
    max-width: 500px;
    border: 2px solid #ffae00;
    font-weight: 300;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin : auto;
    line-height: 1.8;
}
.loader:after,
.percentage:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.trackbar {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    opacity: 0.99;
}

.loadbar {
    width: 0%;
    height: 100%;
    background: #ffae00;
    position: absolute;
    top: 0;
    left: 0;
    animation: flicker 5s infinite;
    overflow: hidden;
}

.glow {
    width: 0%;
    height: 0%;
    border-radius: 20px;
    position: absolute;
    bottom: -5px;
    animation: animation 5s infinite;
}

@keyframes animation {
    10% {
        opacity: 0.9;
    }
    30% {
        opacity: 0.86;
    }
    60% {
        opacity: 0.8;
    }
    80% {
        opacity: 0.75;
    }
}


/*
    cursor disable
*/
.home2 .circle-cursor, .home3 .circle-cursor{
    opacity: 0 !important;
}



/*
*
*   BLOG PAGE STYLE
*
*/
button#submit_btn {
    position: absolute;
    border: none;
    background: transparent;
    right: 15px;
    top: 7px;
    outline: none;
}
.searh-inner {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
i.ion-search {
    color: #343840;
    font-size: 20px;
}
article.post {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}
.post-item{
    background: #fff;
    padding: 15px;
    margin: 15px 0;
    position: relative;
    float: left;
}
.post a.btn {
    background: #ffae00;
    padding: 15px 30px;
    font-size: 14px;
    outline: none;
    overflow: hidden;
}
.post-item > i, .post-item a.btn i {
    color: #fff;
    font-size: 90px;
    position: absolute;
    opacity: .2;
    transform: rotate(-45deg);
    top: -41px;
    left: 0;
    right: 0;
}
.post-media {
    display: block;
    position: relative;
    margin-top: 15px;
}
.post-item h4 a {
    color: #343840;
    font-weight: 700;
}
i.ion-images, i.ion-link {
    font-size: 150px;
    color: #000;
    position: absolute;
    right: 0;
    top: 108px;
    width: 100px;
    left: auto;
    opacity: .1;
}
ul.post-meta li{}
ul.post-meta li h5{}
ul.post-meta li h5 a{}
.post-item h4{}
.post-item a{}
.post-item ul.post-tags{}
.post-item ul.post-tags li{
    display: inline-block;
}
.post-item ul {
    margin-bottom: 5px;
}
.post-item ul.post-tags li a{
    background: #ffae00;
    padding: 5px 10px;
    border-radius: 5px;
}
.post-item ul{}
.post-item ul li{}
.post-item ul li {
    display: inline-block;
}
.artcicle-icon {
    position: relative;
}
.artcicle-icon i{}
.post-item p{
    color: #707070;
}
.post-item img{}
.post-item i{}
ul.post-meta li h5 a {
    color: #ffae00;
}
.search{
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: none;
}
.searh-inner {
    position: relative;
    display: block;
}
ul.post-meta li h5 {
    font-size: 16px;
}

.pagination{
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.pagination a {
    width: 60px;
    height: 50px;
    background: #ffae00;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 13px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pagination a.prevposts-link:after, .pagination a.nextposts-link:after{
    content: '';
    position: absolute;
    transition: all .3s;
    width: 80%;
    height: 200%;
    background: rgba(255,255,255,0.2);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    -webkit-transform-origin: 0 0;
    -webkit-transform: rotate(-20deg);
    -moz-transform-origin: 0 0;
    -moz-transform: rotate(-20deg);
    -ms-transform-origin: 0 0;
    -ms-transform: rotate(-20deg);
    transform-origin: 0 0;
    transform: rotate(-20deg);
}
.pagination a:hover.prevposts-link:after, .pagination a:hover.nextposts-link:after {
    width: 110%;
}

.pagination a.prevposts-link:after{
    left: -20px;
}
a.prevposts-link.transition {
    float: left;
}
a.nextposts-link{
    float: right;
}
.searh-inner {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
/*
    BLOG SINGLE PAGE
*/
blockquote {
    margin: 0 0 1rem;
    background: #343840;
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
    font-style: italic;
}
.author-profile-pic{}
.author-profile-pic a{}

.author-profile .profile-content{}
.author-profile .profile-content h4{}
.author-profile .profile-content i{
    position: relative;
    font-size: 15px;
    color: #727272;
}
.author-profile {
    display: block;
    margin-bottom: 50px;
}
.blogComment {
    display: block;
    width: 100%;
}
form#contactform {
    display: block;
    width: 100%;
    float: left;
}
form#contactform input{
    width: 100%;
    float: left;
    height: 50px;
    margin-bottom: 15px;
    padding: 15px;
}
form#contactform textarea{
    width: 100%;
    float: left;
    height: 150px;
    padding: 15px;
}
button#submit {
    background: #ffae00;
    margin-top: 15px;
    padding: 14px 30px;
}
.author-profile-pic a img {
    width: 100%;
    height: auto;
}
.social-follow{}
.social-follow ul{}
.social-follow ul li{}
.social-follow ul li a{}
.social-follow ul li a i{
    position: relative;
    width: 30px;
    height: 30px;
    background: #ffae00;
    top: 0;
    display: block;
    transform: inherit;
    opacity: 1;
    font-size: 20px;
    text-align: center;
    padding: 2px;
}

/*
    404 pages
*/
.errorPage {
    display: block;
    margin-top: 100px;
    overflow: hidden;
}
.errorPage h1 {
    font-size: 150px;
    font-weight: 700;
}
.errorPage h1 span{}
.errorPage h1 span {
    color: #ffae00;
}
.errorPage a {
    color: #ffae00;
}
.errorPage h2{}
.errorPage p{}
.errorPage a{}

/*
    Contact page
*/

.contact-social{}
.contact-social ul{}
.contact-social ul li{
    list-style: none;
    display: inline-block;
}
.contact-social ul li a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffae00;
    position: relative;
    color: #fff;
    border-radius: 3px;
}
.contact-social ul li a i{}

/********** Comments style **********/
.comments {
    margin-bottom: 50px;
}
.comments ul {
    list-style: none;
}
.comment-title {
    border-bottom: 2px solid #222;
    color: #222;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.comments ul li {
    position: relative;
    margin-bottom: 34px;
    padding-left: 40px;
}
.single-comment {
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    padding: 25px 60px;
    position: relative;
}
.user-thumb {
    width: 80px;
    height: 80px;
    position: absolute;
    left: -40px;
    top: 50%;
    border-radius: 50%;
    overflow: hidden;
    transform: translateY(-50%);
}
.comments li a,
.comments li span {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 0 15px;
}
.comments li a:first-of-type {
    padding-left: 0;
}
.comments li a:hover {
    color: #ffae00;
}
.comments li h4 {
    font-size: 16px;
    font-family: 'Open sans', sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
}
.comments li p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
}
.comments li span i {
    color: #666;
    font-size: 13px;
    margin-right: 3px;
    vertical-align: middle;
}
.comments ul li ul li:first-child {
    margin-top: 35px;
}
.reply {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffae00;
    letter-spacing: 2.8px;
}
.comment-form form {
    width: 100%;
    display: block;
    position: relative;
}
.input-field {
    display: block;
    width: 100%;
    margin-bottom: 25px;
}
.input-field label {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    color: #333;
}
.comment-form input,
.comment-form textarea {
    background: transparent;
    border-radius: 3px;
    border: 1px solid #f4f4f4;
    box-shadow: none;
    padding: 7px 20px;
    width: 100%;
}
.comment-form textarea {
    height: 200px;
}
.input-field.textarea {
    width: 100%;
    margin-right: 0;
}
.comment-form button {
    background-color: #ffae00;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 30px;
}
.comment-form button:hover {
    background: #333;
}


/*
    SIDEBAR
*/

.sidebar .widget{
    margin-bottom: 30px;
    display: block;
    overflow: hidden;
    position: relative;
}

.widget h3.headline{
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 5px;
}
.widget h3.headline:before{
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    display: block;
    background: #ffae00;
    position: absolute;
}

.widget ul{
    display: block;
    margin: 0;
}
.widget ul li{
    list-style: none;
    display: block;
}
.widget ul li a{
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: left;
    line-height: 26px;
    transition:  all 0.5s;
}
.widget ul li a:hover{
    color: #ffae00
}

.widget ul li a span{
    float: right;
}

/* ==RECENT ITEM== */
.recent-item .recent-post{
    display: block;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.recent-item .recent-post:last-child{
    margin-bottom: 0;
}

.recent-item .recent-post img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.recent-item .recent-post a .recent-hover{
    text-align: center;
}
.recent-item .recent-post h5{
    margin: 0;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: auto;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    bottom: -100%;
    transition: all 0.5s;
}
.recent-item .recent-post:hover h5{
    bottom: 0;
}

.recent-item .recent-post p{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: auto;
    background: #ffae00;
    text-align: center;
}

.tagcloud a {
    font-size: 14px;
    padding: 3px 6px;
    background: #ffae00;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #fff;
    margin-right: 2px;
    border-radius: 3px;
}
