
/*=================BANNER=====================*/
.blog-list {
    position: relative;
    width: 100%;
}
.blog-list::before {
    background-image: linear-gradient(to right, #002a6c, #3192b300) !important;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
    .blog-list .bannercaption {
        position: relative;
        margin-top: 80px;
        margin-bottom: 70px;
    }
    .blog-list .bannercaption h1 {
        font-size: 46px;
        font-weight: 500;
        color: #fff;
        line-height: 50px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .blog-list .bannercaption p {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 24px;
        line-height: 27px;
    }
    .blog-list .theme-button-one {
        background: transparent;
        font-size: 15px;
        font-weight: 300;
        border-radius: 50px;
        border: 1px solid #fff;
        color: #fff;
        text-transform: capitalize;
        transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
        cursor: pointer;
        width: 200px;
        outline: none;
        vertical-align: middle;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 0;
    }
.blog-list .theme-button-one span {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
}
.blog-list .theme-button-one span svg {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
.blog-list .theme-button-one:hover {
    background: #EE661E;
    color: white;
    border: 1px solid #EE661E;
}
.blog-list .theme-button-one:hover span {
    transform: translate3d(-0.5rem, 0, 0);
}
.blog-list .theme-button-one:hover svg {
    opacity: 1;
    right: -1rem;
}
    .blog-list .banner_image {
        position: absolute;
        bottom: 80px;
    }
/*==============BREADCRUMBS===========*/
.breadcrumbs-hero {
    padding: 15px 0;
    position: relative;
}
.breadcrumbs-hero a, .breadcrumbs-hero span {
    color: #fff;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    font-size: 13px;
}
.breadcrumbs-hero a:hover {
    color: #EE661E;
}
.breadcrumbs-hero a:after {
    content: '/';
    padding: 0 10px;
    display: inline-block;
    text-decoration: none;
}
/*====Our Blogs=================*/
.img-fluid {
    max-width: 100%;
}
.blog-grid {
    padding: 60px 0 40px;
}
.blog-grid .row {
    justify-content:center;
}
.post-wrapper .single-blog {
    margin: 0 20px 50px;
    display: block;
}
.post-wrapper .single-blog .blog-image {    
    transition: all 1.6s;
    position: relative;
    overflow: hidden;
}
.post-wrapper .single-blog .image-box {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 230px;
    padding-bottom: 70%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}
.post-wrapper .single-blog.image-box a {
    display: block;
}
.post-wrapper .single-blog .image-box img {
    width: 100%;
   height: auto;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.post-wrapper .single-blog:hover .image-box {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
    .post-wrapper .single-blog .post-meta .title {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 22px;
        line-height: 27px;
        color: #1B4E75;
    }
    .post-wrapper .single-blog .post-meta p {
        font-size: 16px;
        color: #333;
        line-height: 27px;
    }
.com-company-profile {
    display: flex;
    align-items: center;
    width: 100%;
}
.com-company-profile .left-section {
    width: 50%;
    padding: 25px 50px;
}
    .com-company-profile .right-section {
        width: 50%;
        position: relative;
    }
        .com-company-profile .right-section .speak-to-analyst {
            position: absolute;
            bottom: 20px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
            .com-company-profile .right-section .speak-to-analyst .theme-button-one {
                display: block;
                width: 310px;
            }
    .com-company-profile .left-section h3 {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        line-height: 34px;
        margin-bottom: 20px;
    }
.com-company-profile .left-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    transition: all .3s linear;
    padding-left: 24px;
}
.com-company-profile .left-section ul::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 10px;
    height: 100%;
    border-left: 2px solid #ddd;
}
.com-company-profile .left-section ul li {
    font-size: 16px;
    color: #303030;
    padding: 8px 15px;
    margin-bottom: 5px;
    background: #f4f4f4;
    position: relative;
    border-radius: 50px;
    transition: all .3s linear;
}
.com-company-profile .left-section li:hover {
    padding-left: 20px;
}
.com-company-profile .left-section li::before {
    display: inline-block;
    content: '';
    background: #ddd;
    position: absolute;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2px;
    width: 20px;
    transition: all .3s linear;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.insight-sec-7 {
    padding: 60px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.inside-card-title-7 {
    border-right: 1px solid #ccc;
}
.inside-card-title-7 img {
    width: 100px;
}
.inside-card-title-7 h3 {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 700;
    color: #1b3c72;
    font-size: 32px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.inside-card-title-7 h4 {
    font-size: 21px;
    color: #535050;
    font-weight: 700;
    margin: 20px 0;
}
.contact-btn .theme-button-one {
    background: #EE661E;
    border-color: #EE661E;
    color: #fff;
    width: auto;
}
.inside-card-list {
    padding: 0 30px;
}
.inside-card-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.inside-card-list ul li {
    padding: 15px 0 15px 60px;
    color: #303030;
    background: url(../images/cloud-list.jpg) -1px 12px no-repeat;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}

section.explore-more {
    padding: 50px 0;
}
.explore-more .sec-title h2 {
    text-align: left;
}
.explore-more .sec-title h2:before {
    left: 39px;
}
.explore-more .explore-list ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.explore-more .explore-list ul li {
    float: left;
    width: 43%;
    margin: 0 28px;
}
.explore-more .explore-list ul a {
    padding: 15px 0;
    border-bottom: 1px solid #32508052;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #325080;
    font-weight: 600;
    position: relative;
}
.sec-title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 52px;
    color: #b9b9b9;
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}
.explore-more .sec-title h2 {
    text-align: left;
}
.sec-title h2:before {
    content: '';
    width: 70px;
    height: 4px;
    border-radius: 10px;
    background: #EC4201;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    margin-left: -37px;
}
.explore-more .sec-title h2:before {
    left: 39px;
}
@media only screen and (max-width : 768px) {
    .blog-list .bannercaption {
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }
    .blog-list .bannercaption h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .blog-list .banner_image {
        position: unset;
    }
    .post-wrapper .single-blog {
        margin: 0 0px 50px;
    }
    .com-company-profile {
        display: block;
    }
    .com-company-profile .left-section {
        width: 100%;
        padding: 30px 15px;
    }
    .com-company-profile .right-section {
        width: 100%;
    }
    .com-company-profile .left-section h3 {
        font-size: 22px;
        line-height: 30px;
    }    
.float-right,
.float-left {
    float: none;
}
.inside-card-title-7 {
    border-right: 0;
    text-align: center;
    margin-bottom: 3em;
}
.inside-card-title-7 h3 {
    text-align: center;
    margin-top: 1em;
    font-size: 30px;
}
.explore-more .sec-title h2 {
    text-align: center;
}
.explore-more .sec-title h2:before {
    left: 50%;
}
.explore-more .explore-list ul li {
    float: none;
    width: 100%;
    margin: 0;
}
    .explore-more .explore-list ul {
        display: block;
    }
}
@media only screen and (max-width: 575px) {
 .blog-list .bannercaption h1 {
    font-size: 30px;
}
}