section.banner {
    background-color: var(--territiary-color);
    background: var(--territiary-color) url(../images/curve.svg) no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 100px;
    height: 450px
}

section.banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

section.banner h1 {
    color: var(--heading-color);
    line-height: 1.2;
    text-align: center;
    color: var(--white-color);
    width: 100%;
}

.blog-detail-left .social-blog a i,.demo button i,section.banner a.main-btn span,section.banner p,section.cta a.main-btn span,section.cta h2,section.demo .head h2,section.faq .list-faq,section.services i {
    color: var(--white-color)
}

.blog-wrapper .head,.demo .head h2,section.banner p,section.faq h2,section.services h2 {
    text-align: center
}

section.banner a.main-btn {
    margin-top: var(--m10);
    width: 220px;
    text-align: center
}

section.about-us a.main-btn,section.services a.main-btn {
    width: 150px;
    padding: var(--p10) var(--p15)
}

section.banner a.main-btn::after,section.cta a.main-btn::after {
    background: var(--btn-color)
}

.blog-wrapper a.main-btn:hover .icon-container,section.banner .main-btn:hover .icon-container {
    transform: translateX(115%)
}

section.banner .col-8.cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
}

section.about-us {
    background: #fff
}

section.cta,section.faq,section.service-wrapper,section.services {
    background: #f4f4f4
}

section.about-us .about-us-img {
    width: 50%;
    height: 450px;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px
}

section.about-us img {
    width: 100%;
    height: 450px;
    object-fit: cover
}

section.about-us .col-6.about-us-cont {
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.about-us .col-6.about-us-cont h2 {
    margin-bottom: var(--m20)
}

section.about-us .abt-para {
    height: 460px;
    overflow: hidden
}

section.about-us a.main-btn {
    margin-top: 25px
}

section.about-us a.main-btn:hover::after,section.services a.main-btn:hover::after {
    transform: translateX(70%)
}

section.about-us a.main-btn:hover .icon-container,section.services a.main-btn:hover .icon-container {
    transform: translateX(25%)
}

#abt-less,section.services .services-para {
    display: none
}

section.services .services-area {
    padding: var(--p30);
    box-shadow: 0 0 15px #00000057;
    border-radius: 10px;
    background: var(--white-color);
    position: relative;
    height: 300px
}

section.services i {
    font-size: var(--f50)
}

section.services h4 {
    font-size: var(--f24);
    margin-bottom: 15px
}

section.services .icon-box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 40px;
    flex-direction: column;
    padding: var(--p30);
    box-shadow: 0 0 3px #00000057;
    border-radius: 10px;
    background: var(--heading-color);
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    transition: .5s
}

section.services .icon-box h2 {
    font-size: 30px;
    color: var(--white-color)
}

section.process .row,section.services .row.services-content {
    gap: 30px 0
}

section.cta {
    padding-top: 0
}

section.cta .bottom-content {
  background: linear-gradient(90deg, rgba(55, 150, 182, 1) 0%, rgba(56, 87, 151, 1) 50%, rgba(55, 37, 123, 1) 100%);
    border-radius: 10px;
}

.accordion-flush .accordion-collapse,section.faq .accordion-button:not(.collapsed),section.process .process-info {
    background: var(--white-color)
}

section.cta .col-9 {
    padding: 40px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

section.cta .col-3 {
    padding: 40px 45px 40px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

section.cta h2 {
    font-size: var(--f30);
    line-height: 1.2;
    margin-bottom: 0;
    width: 100%;
}
section.cta p{
     width: 100%;
    color:var(--white-color);
    margin-top:10px;
    margin-bottom:0;
}

section.cta a.main-btn {
    width: 220px;
    padding: var(--p17) var(--p15);
    text-align: center;
    margin-right: 0
}

section.cta a.main-btn:hover .icon-container {
    transform: translateX(80%)
}

section.service-wrapper .service-head {
    text-align: center;
    margin-bottom: 30px
}

section.service-wrapper .service-box {
    text-align: center;
    margin-bottom: 50px
}

section.service-wrapper .service-box h2 {
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0;
    line-height: 27px
}

section.process {
    padding-bottom: var(--p70)
}

section.process .head {
    text-align: center;
    margin: auto auto 40px
}

.blog-detail-wrapper .blod-detail-description img,section.process img {
    width: 100%
}

section.process h4 strong:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-size: 25px
}

section.process h4 strong {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 700;
    font-size: 20px
}

section.process h4 strong:first-child:before {
    color: #4b9899
}

section.process h4 strong:nth-child(2):before,section.process h4 strong:nth-child(3):before,section.process h4 strong:nth-child(5):before {
    color: #fbb858
}

section.process h4 strong:nth-child(13):before,section.process h4 strong:nth-child(7):before {
    color: #fdcdc0
}

section.process h4 strong:nth-child(9):before {
    color: #c2dace
}

section.process h4:last-child strong:first-child:before {
    color: #ffb39d
}

section.process .process-info {
    padding: 20px;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 8px 2px #0b165d1c;
    height: 100%
}

section.demo {
    background: url(../images/testimonial.png) center/cover no-repeat fixed;
    position: relative
}

section.demo .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000057
}

section.demo .container {
    z-index: 1;
    position: relative
}

.testimonial {
    padding: 35px 50px;
    margin: 0 20px 30px;
    border-radius: 0 70px;
    border: 5px solid var(--territiary-color);
    border-left: none;
    border-right: none;
    text-align: center;
    background: #ffffffed
}

.demo .col-md-8 {
    margin: auto
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden
}

.testimonial .pic img {
    width: 100%;
    height: auto
}

.testimonial .title {
    display: block;
    margin: 0 0 7px;
    font-size: 20px;
    font-weight: 600;
    color: var(--territiary-color);
    letter-spacing: 1px;
    text-transform: uppercase
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: var(--black-color);
    text-transform: capitalize;
    margin-bottom: 20px
}

.testimonial .description {
    font-size: 16px;
    color: var(--black-color);
    line-height: 30px
}

.owl-theme .owl-controls {
    margin-top: 0
}

.demo button {
    background: var(--territiary-color)!important;
    padding: var(--p10)!important;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 50%
}

.demo button i {
    font-size: var(--f20);
    line-height: 35px
}

.demo .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px
}

section.faq .list-faq {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100%;
    padding-left: 0;
    text-align: center;
    font-size: 25px;
    line-height: 58px;
    background-color: var(--secondary-color);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-clip-path: polygon(0 0,80% 0%,100% 100%,0% 100%);
    clip-path: polygon(0 0,80% 0%,100% 100%,0% 100%)
}

section.faq .accordion-body,section.faq p {
    color: var(--primary-color);
    font-size: var(--f16);
}

section.faq .accordion-flush .accordion-item {
    border: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border: none
}

section.faq .accordion-flush .accordion-item .accordion-button,section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    position: relative;
    width: 100%;
    padding: 22px 65px;
    font-size: 18px;
    font-weight: 500;
    color: #555;
    border: none;
    background-color: transparent;
    background-color: var(--white-color);
    text-align: left
}

section.faq .accordion-button::after {
    position: relative;
    left: 25px
}

section.faq p {
    font-weight: 500
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0
}

section.faq img {
    border-radius: 10px
}

section.faq .accordion-body {
    box-shadow: 2px 3px 4px 0 #00000052
}

.blog-content {
    padding: var(--p15)
}

.blog-headings {
    text-align: center;
    padding-bottom: var(--p40)
}

.blog-headings h5 {
    color: #00e5cc;
    font-size: var(--f18);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: var(--m13)
}

.blog-headings h2 {
    color: #000e44;
    font-size: var(--f42);
    font-weight: 700;
    margin-bottom: var(--m14)
}

.blog-category,.blog-headings p {
    font-size: var(--f16);
    font-weight: 400
}

.blog-headings p {
    padding: 0 27%;
    color: #848e9f
}

.home-blog-image img {
    width: 100%;
    border-radius: 0;
    height: 230px;
    object-fit: cover
}

.blog-category {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #731a17;
    padding: var(--p5) var(--p23);
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 0 10px #fff
}

.blog-category a {
    color: #fff
}

.home-blog-image {
    position: relative;
    margin-bottom: 0
}

.blog-date {
    color: #000;
    font-size: var(--f14);
    font-weight: 500;
    margin-left: var(--m20);
    letter-spacing: 0
}

.blog-feat {
    margin-top: var(--m10);
    margin-bottom: var(--m9)
}

.blog-date:first-child {
    margin-left: 0;
    letter-spacing: 0
}

.blog-date i {
    color: var(--secondary-color);
    font-size: var(--f15)
}

.blog-content h4 a {
    font-weight: 700;
    font-size: var(--f26);
    text-decoration: none;
    line-height: 15px;
    color: var(--secondary-color)
}

.blog-content p {
    color: #212529;
    font-size: var(--f16);
    font-weight: 400;
    max-height: 104px
}

.blog-content a.blog-read {
    color: #fff;
    font-size: var(--f16);
    background-color: var(--ocean-color);
    padding: var(--p8) var(--p30);
    display: inline-block;
    margin-top: var(--m7);
    border-radius: 0;
    text-decoration: none;
    margin-bottom: 0
}

.blog-content a.blog-read i {
    margin-left: var(--m5);
    font-size: var(--f14)
}

.blog-wrapper {
    padding: var(--p60) var(--p12) var(--p60)
}

.blog-page {
    margin-bottom: var(--m30);
    border-radius: 0
}

.blog-content h4 {
    line-height: 1.1;
    margin-bottom: 0;
    font-family: var(--secondary-font);
    color: #000;
    height: 38px;
    overflow: hidden;
    text-transform: capitalize
}

.blog-wrapper a.main-btn {
    width: 140px;
    text-align: center;
    padding: var(--p8) var(--p10);
    font-size: var(--f13)
}

.blog-detail-page-title h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    color: #000e44;
    font-weight: 600
}

.blog-detail-title h1,.blog-detail-title h2 {
    color: #000e44;
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    text-decoration: none
}

.blog-detail-image img {
    width: 100%;
    height: 450px;
    max-height: 450px;
    object-fit: cover;
    border-radius: 0
}

.blog-detail-title h1 {
    font-size: 30px
}

.blog-detail-title h2 {
    font-size: 29px
}

.blog-detail-title h3 {
    color: var(--secondary-color);
    text-decoration: none;
    font-size: 30px;
    margin-top: 10px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: capitalize
}

.blog-detail-title h4,.blog-detail-title h5,.blog-detail-title h6 {
    color: #000e44;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    text-decoration: none
}

.blog-detail-title h4 {
    font-size: 24px
}

.blog-detail-title h5 {
    font-size: 22px
}

.blog-detail-title h6 {
    font-size: 20px
}

.blog-detail-title {
    margin-top: 20px
}

.blod-detail-description h1,.blod-detail-description h2 {
    font-size: var(--f26);
    color: var(--heading-color);
    margin-bottom: var(--m10);
    font-family: var(--secondary-font)
}

.blod-detail-description h3 {
    font-size: var(--f24);
    color: var(--heading-color)
}

.blod-detail-description h4 {
    font-size: var(--f22);
    color: var(--heading-color)
}

.blod-detail-description h5 {
    font-size: var(--f20);
    color: var(--heading-color)
}

.blod-detail-description h6 {
    font-size: var(--f18);
    color: var(--heading-color)
}

.blod-detail-description p {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #212529
}

.blod-detail-description {
    margin-top: 13px
}

.blog-detail-wrapper .widget {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 3px 6px 4px rgba(0,0,0,8%);
    margin-bottom: 30px
}

h2.widget-title,h2.widgettitle {
    font-size: 26px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--secondary-font)
}

.blog-detail-wrapper .widget-title:after {
    position: absolute;
    content: '';
    width: 63px;
    height: 2px;
    background-color: var(--secondary-color);
    bottom: 6px;
    left: 0
}

#secondary .widget ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none
}

.blog-detail-wrapper .widget ol li,.blog-detail-wrapper .widget ul li {
    padding: .72rem 0;
    border-bottom: 1px solid #e8ecef;
    border-top: 1px solid #e8ecef;
    list-style-type: none;
    display: flex;
    justify-content: space-between
}

.blog-detail-wrapper .widget_categories ul,.blog-detail-wrapper .widget_recent_entries ul {
    padding-left: 0
}

.blog-detail-wrapper .widget ol li:first-child,.blog-detail-wrapper .widget ul li:first-child {
    border-top: none;
    padding-top: 0
}

#secondary .widget ul li,.blog-detail-image {
    position: relative
}

.blog-detail-wrapper .widget_categories li a {
    display: flex;
    color: #000!important;
    font-size: 15px;
    text-decoration: none
}

.blog-detail-wrapper .widget_categories li a i {
    display: flex;
    color: #000!important;
    padding-left: 20px;
    font-size: 19px;
    padding-right: 14px;
    padding-top: 7px
}

.blog-detail-wrapper .widget_recent_entries img {
    margin-right: 17px;
    height: 74px;
    max-width: 75px;
    display: block;
    object-fit: cover;
    border-radius: 10px
}

.blog-detail-wrapper .widget_recent_entries li.item-recent-post .title-post {
    display: flex;
    flex-direction: column;
    width: 76%
}

.blog-detail-wrapper .widget_recent_entries li.item-recent-post a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    max-height: 2.6em;
    margin-bottom: .5em;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 600
}

.blog-detail-wrapper .widget_recent_entries .post-date {
    display: block;
    font-size: 14px!important;
    color: var(--secondary-color);
    text-transform: uppercase
}

.feat_blog_con p span {
    color: var(--text-black);
    font-size: 16px;
    margin-right: 17px;
    font-weight: 400
}

.feat_blog_con p span a {
    color: var(--secondary-color);
    font-size: 16px;
    margin-right: 17px;
    font-weight: 400;
    text-decoration: none
}

.blog-detail-image .blog-detail-cat {
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #721915;
    padding: 5px 23px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0 0 10px #fff
}

.blog-detail-image .blog-detail-cat a {
    color: #fff;
    text-decoration: none
}

section.blog-detail-wrapper.mt-5 {
    margin-top: 0!important;
    padding-top: 70px;
    padding-bottom: 70px
}

.blod-detail-description span {
    font-family: var(--primary-font);
    font-size: 16px
}

.blod-detail-description a,.blod-detail-description a span {
    color: var(--secondary-color)!important;
    text-decoration-color: var(--secondary-color)!important
}

.blog-page .bottom-sec .link-sec a:hover,.feat_blog_con i {
    color: var(--secondary-color)
}

.feat_blog_con i {
    margin-right: 5px
}

.blog-content .btn-25 span {
    font-size: 14px
}

.blog-page .date-sec,.blog-page .date-sec span {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.blog-content .blog-feat a {
    color: var(--text-black);
    text-decoration: none
}

.blog-page .upper-sec img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: .4s;
    transition: .4s
}

.blog-page .upper-sec {
    position: relative;
    overflow: hidden;
    height: 250px
}

.blog-page .upper-sec a {
    -webkit-transition: .35s;
    transition: .35s;
    position: relative;
    display: inline-block;
    width: 100%
}

.blog-page:hover .upper-sec img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blog-page .upper-sec a:after {
    background: rgba(255,255,255,.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.blog-page:focus .upper-sec a:after,.blog-page:hover .upper-sec a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.blog-page .date-sec {
    background: var(--territiary-color);
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    padding: 10px 15px;
    line-height: 1;
    font-weight: 600
}

.blog-page .date-sec:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    border-top: 10px solid var(--territiary-color);
    border-right: 10px solid transparent;
    content: ""
}

.blog-page .bottom-sec {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.05);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.05);
    background: var(--white-color);
    padding: 30px
}

.blog-page .admin-area {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-page .admin-area .category a {
    color: var(--territiary-color);
    font-size: var(--f14);
    font-weight: 700
}

.blog-page .admin-area .admin i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-right: 6px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    padding: 2px;
    border: 2px solid var(--territiary-color)
}

.blog-page .admin-area .admin {
    align-items: center;
    gap: 4px;
    font-size: var(--f14);
    color: var(--primary-color);
    display: none
}

.blog-page .bottom-sec h3 {
    margin-top: var(--m20);
    font-size: var(--f22);
    height: 30px;
    overflow: hidden
}

.about-owner a:hover,.blog-page .bottom-sec h3 a:hover {
    color: var(--territiary-color)
}

.blog-page .bottom-sec .link-sec {
    background: #fff;
    padding: 0;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

section.blog-details-upper {
    padding-bottom: 0;
    background-image: linear-gradient(180deg,#ff6CA495 0,#fd9A8500 90%);
    text-align: center
}

section.blog-details-upper h1 {
    font-size: var(--f50);
    line-height: 1.3;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: var(--m10);
    font-family: var(--secondary-font)
}

section.blog-details-upper .breadcrumb {
    justify-content: center
}

section.blog-details-upper .breadcrumb-wrap {
    background-color: transparent
}

.feat_blog_con {
    margin-top: var(--m30)
}

.about-owner,.blog-detail-left .previous-btn {
    margin-top: 30px
}

.blog-detail-left .social-blog a {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--black-color);
    transform: translateY(0);
    transition: .3s
}

.blog-detail-left .social-blog a:hover {
    transform: translateY(-5px)
}

.blog-detail-left .social-blog ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px
}

.blog-detail-left .social-blog {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin-top: 30px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec
}

.blog-detail-left .social-blog li:nth-child(2) a {
    background: #3f6fb2
}

.blog-detail-left .social-blog li:nth-child(3) a {
    background: #eaeaea;
    color: var(--black-color)
}

.blog-detail-left .social-blog li:nth-child(3) a i {
    color: #171717
}

.blog-detail-left .social-blog li:nth-child(4) a {
    background: #7a7e83
}

.blog-detail-left .previous-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: var(--f14)
}

.about-owner {
    display: flex;
    gap: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px 4px rgba(0,0,0,8%);
    padding: 40px
}

.about-owner img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    object-fit: cover
}

.about-owner h4 {
    font-size: var(--f22);
    margin-bottom: 5px
}

.about-owner p.author {
    color: var(--primary-color);
    font-size: var(--f14);
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700
}

.about-owner ul {
    display: flex;
    align-items: center;
    gap: 20px
}

.about-us-cont {
    min-height: 450px
}

.about-us-cont li {
    list-style: initial;
    line-height: 30px;
    margin-bottom: 15px
}

.about-us-cont ul {
    padding-left: 24px
}


.demo button {
    background: var(--territiary-color)!important;
    padding: var(--p10)!important;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 50%
}

section.projects,section.projects .cont-sec {
    background: var(--white-color)
}

.demo button i {
    font-size: var(--f20);
    line-height: 35px
}

.demo .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px
}

section.portfolio-sec .head,{
    display: flex;
    align-items: center;
    justify-content: center
}


section.portfolio-latest .row,section.portfolio-sec .row {
    gap: 40px 0
}

section.portfolio-sec .icon,section.portfolio-sec h4,section.portfolio-sec p {
    transform: translateY(0);
    transition: .3s;
    position: relative
}

section.portfolio-sec {
    background: #fff
}

section.portfolio-sec .portfolio-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    overflow: hidden
}

section.portfolio-sec .portfolio-img img {
    bottom: -495px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: top 5s;
    -moz-transition: top 5s;
    -ms-transition: top 5s;
    -o-transition: top 5s;
    transition: bottom 5s
}

section.portfolio-sec a:hover .portfolio-img img {
    bottom: 0;
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -ms-transition: 5s;
    -o-transition: 5s;
    transition: 5s
}

section.portfolio-sec .portfolio-cont {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 30px 20px;
    z-index: 3;
    max-width: 320px;
    min-height: 250px;
    opacity: 1;
    visibility: visible;
    transition: .3s
}

section.portfolio-sec .portfolio-cont:before {
    position: absolute;
    top: 0;
    height: 100%;
    left: -100px;
    width: 500px;
    content: "";
    opacity: .9;
    border-radius: 30px 90px 20px 30px;
    transform: skew(-22deg);
    background: var(--territiary-color)
}

section.portfolio-sec .icon {
    display: block;
    height: 48px;
    width: 48px;
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: var(--m20);
    opacity: 1
}

section.portfolio-sec .icon i {
    font-size: var(--f25);
    height: 30px
}

section.portfolio-sec p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .05em;
    color: var(--white-color);
    opacity: 1
}

section.portfolio-sec h4 {
    color: var(--white-color);
    font-size: var(--f32);
    margin-bottom: 0;
    opacity: 1
}

section.portfolio-sec a:hover .icon,section.portfolio-sec a:hover p {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    opacity: 1
}

section.portfolio-sec a:hover .portfolio-cont {
    opacity: 1;
    left: 0;
    visibility: visible
}

section.portfolio-sec a:hover .icon {
    transform: translate(0);
    transition: none
}

section.portfolio-sec a:hover p {
    transform: translate(0);
    transition-delay: .2s
}

section.portfolio-sec a:hover h4 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition-delay: .3s
}

section.portfolio-sec .portfolio-area {
    overflow: hidden
}

section.portfolio-latest .head-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

section.portfolio-latest .portfolio-info-image {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 16px
}

section.portfolio-latest .portfolio-info-image img {
    width: 100%;
    height: 360px;
    object-fit: cover
}

section.portfolio-latest .portfolio-overlay {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 360px;
    padding: 1.6em 1.6em 1.5em;
    border-radius: 16px;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    background: linear-gradient(0deg,rgb(0 0 0 / 90%) 0,rgba(0,0,0,.3) 100%);
    z-index: 2;
    transition: .3s;
    box-sizing: border-box
}

section.portfolio-latest .portfolio-upper:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}

section.portfolio-latest .overlay-content p {
    margin-bottom: .2em;
    color: var(--white-color);
    text-shadow: 0 0 3px #0000006b
}

section.portfolio-latest .overlay-content h4 {
    color: var(--white-color);
    text-shadow: 0 0 3px #000000a6;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500
}

section.portfolio-latest .overlay-icon svg {
    width: 23px;
    height: 23px;
    margin-bottom: .3em
}

section.portfolio-latest .portfolio-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 24px
}

section.portfolio-latest .portfolio-detail h3 {
    font-size: 22px;
    margin-bottom: 0
}

section.portfolio-latest .portfolio-detail h3 a {
    color: var(--black-color)
}

section.portfolio-latest .portfolio-detail span {
    font-size: 13px
}

section.portfolio-latest .portfolio-detail h3.website-title::before {
    content: "";
    position: absolute;
    bottom: -.2em;
    left: 0;
    width: 100%;
    height: 2px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right,#000 45%,rgba(0,0,0,.3) 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    transition: .3s ease-out
}

section.portfolio-latest .portfolio-detail h3.website-title:hover::before {
    background-position: 0 50%
}
section.portfolio-latest .portfolio-detail h3.website-title,section.portfolio-latest .portfolio-info,section.portfolio-latest .portfolio-upper,section.portfolio-sec a,section.projects .col-6,section.projects a {
    position: relative
}
section.portfolio-latest .btn-area,section.portfolio-sec .btn-area{
    text-align: center;
    margin-top: 30px
}
section.portfolio-latest .btn-area a.main-btn,section.portfolio-sec a.main-btn {
    text-align: center;
    width: 220px;
    margin: auto
}
section.digital-banner .banner-images img{
 width:100%;
  height:550px;
  object-fit:cover;
}
section.digital-banner h1{
  color: var(--heading-color);
}
section.digital-banner .digital-banner-content {
    display: flex;
    align-items: center;
  padding-right: 30px;
}
section.digital-banner .banner-content {
    height: 100%;
}
section.digital-banner .digital-banner-info {
    margin-bottom: 20px;
    height: 100%;
}
section.digital-banner a.main-btn::after{
    background: var(--btn-color);
}
section.digital-banner a.main-btn{
  width: 350px;
}
section.digital-banner .main-btn:hover::after {
    transform: translateX(83%);
}
section.digital-banner .main-btn:hover .icon-container {
    transform: translateX(80%);
}