.blog-area {
    padding-top: 100px;
}
.blog-post {
    margin-bottom: 30px;
}
.blog-content {
    margin-top: 30px;
}
.blog-content.no-thumbnail {
    margin-top: 0px;
}
.blog-content h2 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 30px;
}
.blog-content h2 a {
    text-decoration: none;
}
.btn {
    border: 1px solid #ddd;
    text-decoration: none;
    margin-top: 15px;
}
.btn:hover {
    color: #fff;
    border: 1px solid #ff4522;
    background-color: #ff4522;
}

.bannar-hero {
    width: 100%;
    min-height: 100vh;
    background-color: #f9f9f9;
}
.bannar-section .content {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.bannar-section .content .left {
    width: 50%;
    padding-right: 50px;
    position: relative;
    top: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bannar-section .name {
    display: inline-block;
    margin-bottom: 16px;
    color: #ff4522;
    font-weight: 500;
}

.bannar-section .job {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.bannar-section .content .right {
    width: 50%;
    text-align: right;
    padding-left: 200px;
    position: relative;
    top: 20px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bannar-section .content .right .image {
    position: relative;
}

.bannar-section .content .right .image .main {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(0deg);
    z-index: 2;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bannar-section .content .right .image .main {
    transform: rotate(7deg);
}

.bannar-section .content .right .image .shape {
    position: absolute;
    top: 23px;
    bottom: -23px;
    left: -95px;
    width: 90%;
    background-color: #ff4522;
    transform: rotate(0deg);
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bannar-section .content .right .image .shape {
    transform: rotate(-6deg);
}

.bannar-section .content .right .image .shape {
    background-color: #ff4522;
}


@media (max-width: 1040px){
.bannar-hero {
  padding: 100px 0px 140px 0px;
}
.bannar-section .content {
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: baseline;
}
.bannar-section .content .left {
    padding-right: 0px;
    width: 100%;
}
.bannar-section .content .right {
    padding-left: 0px;
    margin-bottom: 60px;
    width: 100%;
}
.bannar-section .content .right .image .main {
    transform: rotate(0deg);
}
.bannar-section .content .right .image .shape {
    display: none;
}
.bannar-section .job {
    font-size: 35px;
}
}

@media (max-width: 768px){
.bannar-section .job {
    font-size: 30px;
}
}

.footer-area {
    text-align: left;
}
.social {
    float: right;
    margin-top: 5px;
}
.social.left {
    float: left;
}
.social li {
    display: inline-block;
    margin-right: 10px;
    color:#fff;
    font-weight:500;
}
.social li:last-child{
    margin-right:0;
}
.social a {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}