.breadcrumb-link-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    display: flex;
    font-size: 18px;
}

.single-page-link {
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: color .3s;
    margin-right: 5px;
}

.single-page-link:hover {
    color: #F9D326;
}

.page-link-text {
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
    margin-left: 5px;
}

.box-gallery-vertical .img-container .cover-bg-img {
    object-fit: contain;
}

.box-gallery-vertical.section2_area .img-container .cover-bg-img {
    object-fit: cover;
}


/* Start of footer pages  */

.entry-content .headerText {
    font-size: 32px;
    line-height: 64px;
    margin: 0 0 20px;
    font-weight: 700;
}

.entry-content .subHeaderText {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 10px;
    font-weight: 700;
}

.entry-content .blog-post>.inner-post p:not(:last-child) {
    margin-bottom: 10px;
}

.entry-content .entry-summary p {
    text-align: left;
    font-weight: 300;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
}

.entry-content .unstyle {
    padding-left: 30px;
    list-style: none;
    margin-bottom: 20px;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 0;
}

.s-design .ot-icon-list-item span {
    position: relative;
    align-self: baseline;
    text-align: left;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

.s-design.text-black .ot-icon-list-item span {
    color: #fff;
}

.ot-icon-list-wrapper .ot-icon-list-icon {
    margin-right: 5px;
    margin-top: 15px;
    font-size: 13px;
}

.s-design .ot-icon-list-icon i {
    color: #847968;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-bottom: 12px; */
    word-break: normal;
}

.ot-icon-list-wrapper .ot-icon-list-icon i {
    display: block;
    width: 1em;
    height: 1em;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.fa-circle:before {
    content: "";
    width: 15px;
    height: 2px;
    display: inline-block;
    border: 2px solid #F9D326;
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    left: -10px;
    top: 45%;
    transform: translateY(-30%);
    transition: .4s all;
}

/* ================================================ */

.v-middle.counter {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

/* ================================================= */

.creative-agency .head_craetive {
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
    min-height: 70vh;
    z-index: 2
}

.creative-agency .head_craetive .title {
    font-size: 160px;
    font-weight: bold;
    line-height: 120px;
    text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    margin-bottom: 50px;
}

.creative-agency .head_craetive .headWrapper {
    margin-top: 120px;
}

@media (min-width:1500px) and (max-width:1600px) {
    .creative-agency .head_craetive .headWrapper {
        margin-top: 180px;
    }

    .creative-agency .head_craetive .title {
        font-size: 180px;
    }
}

@media only screen and (max-width:767px) {
    .creative-agency .head_craetive .title {
        font-size: 16vw;
        line-height: 14vw
    }
}

.creative-agency .head_craetive .title:last-of-type {
    margin: 0px 0px -120px 300px
}

@media only screen and (max-width:767px) {
    .creative-agency .head_craetive .title:last-of-type {
        margin: 10px 0px 0px 50px
    }
}

.creative-agency .head_craetive p {
    max-width: 295px;
    margin: -80px 0px 0px
}

@media only screen and (max-width:767px) {
    .creative-agency .head_craetive p {
        margin-top: 20px
    }
}

.creative-agency .head_craetive .dsn-default-btn {
    position: absolute;
    bottom: 40px;
    right: 0;
    display: flex;
    justify-content: end
}

@media only screen and (max-width:767px) {
    .creative-agency .dsn-equal-height .img-box-parallax {
        height: 100%
    }
}

.creative-agency .box-content-bottom {
    width: 60%;
    margin-left: auto;
    padding-top: 0px;
}

@media only screen and (max-width:767px) {
    .creative-agency .box-content-bottom {
        width: 100%;
        text-align: center;
    }

    .creative-agency .box-content-bottom h4 {
        text-align: center !important;
    }
}

.creative-agency .box-content-bottom h5 {
    font-weight: normal;
    font-size: 16px;
}

.creative-agency .box-content-bottom h3 {
    max-width: 750px;
    font-weight: 300
}


/* =====================================  */

.about-creative .d-grid.grid-custom {
    grid-template-columns: 35% 45% auto
}

@media only screen and (max-width:767px) {
    .about-creative .d-grid.grid-custom {
        grid-template-columns: auto
    }
}

.about-creative .dsn-equal-height {
    height: 100%
}

@media only screen and (max-width:767px) {
    .about-creative .dsn-equal-height {
        order: 2
    }
}

.about-creative .box-info {
    padding: 60px 40px;
}

@media only screen and (max-width:767px) {
    .about-creative .box-info {
        padding: 0px;
        order: 1;
        text-align: center;
    }
}

.about-creative .img-float {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width:767px) {
    .about-creative .img-float {
        display: none
    }
}

.about-creative .img-float img {
    object-fit: cover;
    object-position: center center
}

/* ========================================= */

.about-photographer-2 .box-img-float-left,
.about-photographer-2 .box-img-float-right {
    position: absolute;
    width: 350px;
    max-width: 350px;
    z-index: 2
}

@media only screen and (max-width:991px) {

    .about-photographer-2 .box-img-float-left,
    .about-photographer-2 .box-img-float-right {
        width: 227px
    }
}

@media only screen and (max-width:575px) {

    .about-photographer-2 .box-img-float-left,
    .about-photographer-2 .box-img-float-right {
        width: 150px
    }
}

.about-photographer-2 .box-img-float-left.box-img-float-left,
.about-photographer-2 .box-img-float-right.box-img-float-left {
    top: 0;
    left: 4%;
}

.about-photographer-2 .box-img-float-left.box-img-float-right,
.about-photographer-2 .box-img-float-right.box-img-float-right {
    bottom: 0;
    right: 4%;
}

.about-photographer-2 .box-img-float-left.box-img-float-left-sm,
.about-photographer-2 .box-img-float-left.box-img-float-right-sm,
.about-photographer-2 .box-img-float-right.box-img-float-left-sm,
.about-photographer-2 .box-img-float-right.box-img-float-right-sm {
    bottom: 120px;
    width: auto;
    height: auto
}

@media only screen and (max-width:991px) {

    .about-photographer-2 .box-img-float-left.box-img-float-left-sm,
    .about-photographer-2 .box-img-float-left.box-img-float-right-sm,
    .about-photographer-2 .box-img-float-right.box-img-float-left-sm,
    .about-photographer-2 .box-img-float-right.box-img-float-right-sm {
        bottom: 80px
    }
}

@media only screen and (max-width:767px) {

    .about-photographer-2 .box-img-float-left.box-img-float-left-sm,
    .about-photographer-2 .box-img-float-left.box-img-float-right-sm,
    .about-photographer-2 .box-img-float-right.box-img-float-left-sm,
    .about-photographer-2 .box-img-float-right.box-img-float-right-sm {
        display: none
    }
}

.about-photographer-2 .box-img-float-left.box-img-float-left-sm img,
.about-photographer-2 .box-img-float-left.box-img-float-right-sm img,
.about-photographer-2 .box-img-float-right.box-img-float-left-sm img,
.about-photographer-2 .box-img-float-right.box-img-float-right-sm img {
    width: 170px;
    height: 120px;
    object-fit: cover;
    object-position: top center
}

.about-photographer-2 .box-img-float-left.box-img-float-left-sm.box-img-float-left-sm,
.about-photographer-2 .box-img-float-left.box-img-float-right-sm.box-img-float-left-sm,
.about-photographer-2 .box-img-float-right.box-img-float-left-sm.box-img-float-left-sm,
.about-photographer-2 .box-img-float-right.box-img-float-right-sm.box-img-float-left-sm {
    left: 100px;
    top: auto
}

@media only screen and (max-width:991px) {

    .about-photographer-2 .box-img-float-left.box-img-float-left-sm.box-img-float-left-sm,
    .about-photographer-2 .box-img-float-left.box-img-float-right-sm.box-img-float-left-sm,
    .about-photographer-2 .box-img-float-right.box-img-float-left-sm.box-img-float-left-sm,
    .about-photographer-2 .box-img-float-right.box-img-float-right-sm.box-img-float-left-sm {
        left: 40px
    }
}

.about-photographer-2 .box-img-float-left.box-img-float-left-sm.box-img-float-right-sm,
.about-photographer-2 .box-img-float-left.box-img-float-right-sm.box-img-float-right-sm,
.about-photographer-2 .box-img-float-right.box-img-float-left-sm.box-img-float-right-sm,
.about-photographer-2 .box-img-float-right.box-img-float-right-sm.box-img-float-right-sm {
    right: 100px;
    top: 120px
}

@media only screen and (max-width:991px) {

    .about-photographer-2 .box-img-float-left.box-img-float-left-sm.box-img-float-right-sm,
    .about-photographer-2 .box-img-float-left.box-img-float-right-sm.box-img-float-right-sm,
    .about-photographer-2 .box-img-float-right.box-img-float-left-sm.box-img-float-right-sm,
    .about-photographer-2 .box-img-float-right.box-img-float-right-sm.box-img-float-right-sm {
        top: 80px;
        right: 40px
    }
}

.about-photographer-2 .box-img-float-left,
.about-photographer-2 .box-img-float-right {
    max-width: 500px;
    width: 500px
}

@media (min-width:1480px) and (max-width:1600px) {

    .about-photographer-2 .box-img-float-left,
    .about-photographer-2 .box-img-float-right {
        max-width: 400px;
        width: 400px
    }
}

.about-photographer-2 .box-img-float-left .img-box-parallax,
.about-photographer-2 .box-img-float-right .img-box-parallax {
    height: 450px
}

@media only screen and (max-width:767px) {

    .about-photographer-2 .box-img-float-left .img-box-parallax,
    .about-photographer-2 .box-img-float-right .img-box-parallax {
        height: 290px
    }
}

.about-photographer-2 .box-img-float-left img,
.about-photographer-2 .box-img-float-right img {
    width: 100%;
    height: auto !important;
}

.about-photographer-2 .content-inner {
    min-height: 620px
}

.dsn-bg-pattern:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: var(--bg-opacity, 0.2);
    background-position: center center;
    background-size: cover
}

.dsn-bg-pattern.bg-line:before {
    background-image: url("../img/service/Banner.jpg");
    background-repeat: no-repeat;
    opacity: var(--bg-opacity, 0.5)
}

/* ========================================= */

.dsn-service.padding-service .service-item .service-item-inner {
    padding: 30px;
}

.dsn-service .number-item:before {
    right: 45px;
    top: 50px;
    font-size: 7vw;
    line-height: 1;
    font-family: var(--heading-font);
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1.5px var(--border-color);
    opacity: 0.2;
    z-index: 2;
    pointer-events: none
}

.dsn-service .service-item ul {
    list-style: none;
    line-height: 1.3
}

.dsn-service .service-item ul li {
    margin-bottom: 10px
}

.dsn-service .service-item .dsn-icon:not(.dsn-bg-before) {
    max-width: 100px;
    margin-bottom: 15px;
}

.dsn-icon-stroke .dsn-icon svg,
.dsn-icon-stroke .dsn-icon svg path {
    fill: transparent;
    stroke: #448c74;
}

@media only screen and (min-width:768px) {
    .dsn-isotope.dsn-masonry-grid .grid-item:nth-of-type(2) {
        margin-top: 50px;
    }
}

@media only screen and (min-width:992px) {
    .dsn-isotope.dsn-masonry-grid.dsn-masonry-grid-2 .grid-item:nth-of-type(3) {
        margin-top: 100px;
    }

    .grid-lg-3.dsn-isotope>:nth-of-type(n+4) {
        margin-top: 110px;
    }
}

/* ========================================= */

.appie-features-area {
    position: relative;
    overflow: hidden;
}

.appie-features-area .features-shape-1 {
    position: absolute;
    left: 560px;
    top: 130px;
    -webkit-animation: animationFramesOne 20s linear infinite;
    animation: animationFramesOne 20s linear infinite;
    z-index: -1;
}

.appie-features-area .features-shape-2 {
    position: absolute;
    left: 500px;
    bottom: 0px;
    -webkit-animation: animationFramesThree 20s linear infinite;
    animation: animationFramesThree 20s linear infinite;
    z-index: -1;
}

.appie-features-area .features-shape-3 {
    position: absolute;
    right: 270px;
    bottom: 0;
    -webkit-animation: animationFramesFive 20s linear infinite;
    animation: animationFramesFive 20s linear infinite;
    z-index: -1;
}

.appie-features-9-area {
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-9-area {
        padding-top: 95px;
    }
}

@media (max-width: 767px) {
    .appie-features-9-area {
        padding-top: 95px;
    }
}

.appie-features-9-area .appie-features-9-area-heading {
    margin-bottom: 48px;
}

.appie-features-9-area .appie-features-9-area-heading span {
    font-size: 25px;
    color: #9836f2;
    font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-9-area .appie-features-9-area-heading span {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .appie-features-9-area .appie-features-9-area-heading span {
        font-size: 18px;
        line-height: 26px;
    }
}

.appie-features-9-area .appie-features-9-area-heading h2 {
    font-size: 44px;
    line-height: 50px;
    color: #0e1133;
    font-weight: 900;
    margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-9-area .appie-features-9-area-heading h2 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
    .appie-features-9-area .appie-features-9-area-heading h2 {
        font-size: 26px;
        line-height: 36px;
    }
}

.appie-features-9-area .appie-features-9-area-thumb {
    margin-left: -140px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-features-9-area .appie-features-9-area-thumb {
        margin-left: 0px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-9-area .appie-features-9-area-thumb {
        margin-left: 0px;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .appie-features-9-area .appie-features-9-area-thumb {
        margin-left: 0px;
        text-align: center;
    }
}

.appie-features-9-area .appie-features-9-area-thumb img {
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-tabs-btn .nav {
        flex-direction: row !important;
        justify-content: center;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .appie-features-tabs-btn .nav {
        flex-direction: row !important;
        justify-content: center;
        margin-bottom: 40px;
    }
}

.appie-features-tabs-btn .nav a {
    border-left: 3px solid #e8eaef;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-tabs-btn .nav a {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .appie-features-tabs-btn .nav a {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
    }
}

.appie-features-tabs-btn .nav a i {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #f1f2f7;
    color: #63636a;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.appie-features-tabs-btn .nav a.active {
    border-left-color: #F9D326;
    background: transparent;
    color: #F9D326;
}

.appie-features-tabs-btn .nav a.active i {
    color: #fff;
    background: #F9D326;
}

.appie-features-tabs-btn.appie-features-9-tabs-btn a {
    color: #63636a;
    border-bottom: 3px solid #e8eaef;
    border-right: none;
    padding-right: 30px;
    padding-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-tabs-btn.appie-features-9-tabs-btn a {
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .appie-features-tabs-btn.appie-features-9-tabs-btn a {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 20px;
    }
}

.appie-features-tabs-btn.appie-features-9-tabs-btn a i {
    margin-right: 0px;
    margin-left: 10px;
}

.appie-features-tabs-btn.appie-features-9-tabs-btn a.active {
    border-bottom-color: #FF4245;
    background: transparent;
    color: #FF4245;
}

.appie-features-tabs-btn.appie-features-9-tabs-btn a.active i {
    color: #fff;
    background: #FF4245;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-content {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .appie-features-content {
        padding-top: 30px;
    }
}

.appie-features-content span {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.appie-features-content .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.appie-features-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}

.appie-features-area-2 {
    background: #0e1133;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.appie-features-area-2 .features-shape-1 {
    position: absolute;
    left: 240px;
    top: 240px;
    z-index: -1;
    -webkit-animation: linear 20s animationFramesThree infinite;
    animation: linear 20s animationFramesThree infinite;
}

.appie-features-area-2 .features-shape-2 {
    position: absolute;
    right: 190px;
    top: 160px;
    z-index: -1;
    -webkit-animation: linear 20s animationFramesFive infinite;
    animation: linear 20s animationFramesFive infinite;
}

.appie-features-area-2 .features-shape-3 {
    position: absolute;
    right: 160px;
    bottom: 260px;
    z-index: -1;
    -webkit-animation: linear 20s animationFramesOne infinite;
    animation: linear 20s animationFramesOne infinite;
}

.appie-features-area-2.appie-features-area-5 {
    background: #fff;
}

.appie-features-box-item {
    border: 1px solid #202234;
    padding: 25px 30px 30px 70px;
    border-radius: 6px;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 20px;
    margin-left: 100px;
    margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-features-box-item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-box-item {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .appie-features-box-item {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 60px;
    }
}

.appie-features-box-item .title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .appie-features-box-item .title {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .appie-features-box-item .title {
        font-size: 20px;
    }
}

.appie-features-box-item .title::before {
    position: absolute;
    content: "";
    left: -40px;
    top: 0;
    height: 30px;
    width: 30px;
    background: #ff3e66;
    border: 6px solid #2a182d;
    border-radius: 50%;
}

.appie-features-box-item p {
    font-size: 14px;
    opacity: 0.6;
    color: #fff;
    margin-top: 3px;
}

.appie-features-box-item:hover {
    border-color: #ff3e66;
}

.appie-features-box-item.item-2 .title::before {
    background: #2eacfc;
    border-color: #15233d;
}

.appie-features-box-item.item-2:hover {
    border-color: #2eacfc;
}

.appie-features-box-item.item-3 .title::before {
    background: #33c956;
    border-color: #15262c;
}

.appie-features-box-item.item-3:hover {
    border-color: #33c956;
}

.appie-features-box-item.appie-features-box-5-item .title {
    color: #0e1133;
}

.appie-features-box-item.appie-features-box-5-item .title::before {
    border-color: rgba(9, 8, 8, 0.21);
}

.appie-features-box-item.appie-features-box-5-item p {
    color: #505056;
    opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .appie-features-thumb {
        text-align: center;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .appie-features-thumb {
        text-align: center;
        margin-top: 50px;
    }
}

.appie-features-6-area .appie-features-tabs-btn .nav a.active {
    color: #9b2cfa;
    border-right-color: #9b2cfa;
}

.appie-features-6-area .appie-features-tabs-btn .nav a.active i {
    background: #9b2cfa;
}

.appie-features-6-area .appie-features-content>span {
    color: #9b2cfa;
}

.appie-features-6-area .appie-features-content a {
    background: #9b2cfa;
    border-color: #9b2cfa;
}

.appie-features-6-area .appie-features-content a:hover {
    background: #fff;
    color: #9b2cfa;
}

.appie-features-9-tabs-content {
    padding-top: 35px;
}

@media (max-width: 767px) {
    .appie-features-9-tabs-content {
        padding-top: 0px;
    }
}

.appie-features-9-tabs-content p {
    font-size: 16px;
    line-height: 26px;
    color: #505056;
    padding-bottom: 40px;
}

/* ========================================= */

.companyInfo {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.companyInfo img {
    max-width: 200px;
}

.footerWrapper {
    padding: 80px 15px 40px;
}

.footer-links-wrap {
    display: flex;
    flex-direction: column;
}

.footer-links-items-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-links-items {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-links-items img {
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

.footer-links-items p {
    margin-bottom: 0px;
}

.footer-simple-links {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    /* justify-content: center; */
    display: flex;
    flex-direction: column;
    font-weight: 500;
}

.footer-simple-links a  {
    width: max-content;
}

.footer-simple-links a:hover,
a.footer-simple-link:hover,
.footer-social ul li a:hover {
    color: #F9D326;
}

.max-w500 {
    max-width: 500px;
}

.footer .column {
    width: 100%;
    text-align: center;
}

.footer .column .footer-social ul li {
    display: inline-block;
    font-weight: 500;
    margin-right: 15px;
    padding-right: 5px;
}

.footer-copyright-text {
    padding-bottom: 20px;
}

.title-cap {
    text-transform: capitalize;
}

@media only screen and (max-width: 1024px) {

    .blog-item .box-img img {
        object-fit: fill;
    }

    .skills .bg-section .h-100 img {
        object-fit: cover;
    }

    .awards-section .box-right img {
        object-fit: contain;
    }

    .about-creative .box-info {
        padding: 0px 40px;
    }

    .services.section_5 {
        margin-bottom: 115px;
    }

    .cover-bg-img {
        object-position: right;
    }

    .header-padding-bottom {
        padding-bottom: 120px;
    }

    .section3_area.services.with-line {
        margin-bottom: 160px;
    }

    .grid-lg-3.dsn-isotope>:nth-of-type(n+4) {
        margin-top: 120px;
    }

    .about-photographer-2 {
        margin: 0px;
    }

    .about-photographer-2 .box-img-float-left.left_1,
    .about-photographer-2 .box-img-float-right.right_1 {
        display: none;
    }

    .about-photographer-2 .box-img-float-right.box-img-float-right-sm.box-img-float-right-sm {
        right: 50px;
    }

    .about-photographer-2 .box-img-float-left.box-img-float-left-sm.box-img-float-left-sm {
        left: 50px;
    }

    .header-project.header-personal {
        height: 55vh;
    }

    .creative-agency .head_craetive {
        min-height: 50vh;
    }

    .creative-agency .head_craetive .title {
        font-size: 140px;
    }

    .box-info-contact {
        padding-left: 0px;
    }

    .cursor {
        display: none;
    }

    .site-header .extend-container .main-navigation {
        height: 100vh;
        top: 0;
        left: 0;
        background-color: var(--bg-color);
        z-index: -1;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
        visibility: visible;
    }

    .site-header ul.extend-container {
        height: 50%;
        flex-direction: column;
    }

    .site-header .extend-container .main-navigation ul.extend-container>li {
        font-size: 24px;
    }
}

@media only screen and (max-width: 991px) {

    .footer-simple-links {
        align-items: center;
    }

    .header-project [data-overlay]:before {
        height: 100%;
    }

    .blog-item .box-content {
        margin-left: 50%;
    }

    .blog-item .box-img {
        width: calc(50% - 10px);
    }

    .box-gallery-vertical .img-container img {
        height: 100% !important;
    }

    .dsn-col .dsn-col-lg-2:nth-of-type(n+3) {
        margin-top: 70px;
    }

    [data-overlay="4"]:before {
        opacity: 0.6;
    }

    .section_7.box-gallery-vertical .box-info-inner {
        margin-top: 0px;
    }

    .about-photographer-2 {
        margin: 0px !important;
    }

    .box-contact-inner {
        overflow: hidden;
    }

    .box-info-contact {
        padding: 35px 40px 0;
    }

    .faq_section1 {
        margin-bottom: 0px;
    }

    .faq_section2 {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .faq_section1.box-gallery-vertical .box-info-inner,
    .faq_section2.box-gallery-vertical .box-info-inner {
        margin-top: 0px;
    }

    .our-blog.our-blog-classic {
        margin-top: 40px;
    }

    .box-gallery-vertical .box-info-inner {
        margin-top: 40px;
    }

    .section2_area.box-gallery-vertical .box-info-inner,
    .section4_area.box-gallery-vertical .box-info-inner  {
        margin-top: 0px;
    }

    .section2_area.box-gallery-vertical .box-im {
        margin-top: 30px;
    }

    .section4_area.box-gallery-vertical .box-im {
        margin-top: 30px;
    }

    .section3_area.services.with-line {
        margin-bottom: 160px;
    }

    .dsn-isotope.dsn-masonry-grid .grid-item:nth-of-type(2) {
        margin-top: 0px;
    }

    .grid-md-2.dsn-isotope>:nth-of-type(n+3) {
        margin-top: 120px;
    }

    .about-photographer-2 .content-inner {
        min-height: 500px;
    }

    .about-photographer-2 .box-img-float-left,
    .about-photographer-2 .box-img-float-right {
        display: none;
    }

    .testimonials .box-padding {
        padding: 0px;
    }

    .box-skills-inner {
        margin-bottom: 30px;
    }

    .services.with-line {
        margin-bottom: 0px;
    }

    .services .services-item .services-item-inner .services-content {
        text-align: center;
    }

    .services.with-number .services-item {
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }

    .align-items-start.text-left {
        text-align: center !important;
        align-items: center !important;
    }

    .sub-heading {
        text-align: center;
    }

    .container.align-items-start p,
    p.max-w570 {
        max-width: 100%;
    }

    .container.align-items-start {
        text-align: center;
        align-items: center !important;
    }

    .section-title {
        text-align: center;
    }

    .creative-agency .head_craetive .title {
        font-size: 90px;
        margin-bottom: 0px;
    }

    .footer-links-items {
        flex-direction: column;
        align-items: center;
    }

    .header-padding-bottom {
        padding-bottom: 80px;
    }

    .header-padding-top {
        padding-top: 100px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .footerWrapper {
        text-align: center;
    }

    .companyInfo p {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .contactInfo {
        margin-top: 30px;
    }

    .footerWrapper {
        padding-top: 60px;
    }

    .order_1 {
        order: -1;
    }

    .section-margin {
        margin: 60px 0;
    }
}

@media only screen and (max-width: 767px) {

    .box-info-contact,
    .box-info-contact ul li {
        margin-top: 0px;
    }

    .faq_section2.box-gallery-vertical .col-lg-6 {
        padding-right: 15px !important;

    }

    .box-gallery-vertical.section4_area .box-im.h-100,
    .box-gallery-vertical.section5_area .box-im.h-100 {
        height: 40vh !important;
    }

    .team .item-content .box-img img {
        width: 100px;
    }

    .services.with-line {
        margin-bottom: 170px;
    }

    #dsn-hero-title,
    .skills-item p {
        text-align: center;
    }

    .blog-item .box-img {
        width: 100%;
    }

    .blog-item .box-content {
        margin-left: 0px;
    }

    .swiper-pagination {
        display: none;
    }

    .services.section_5 .dsn-col .dsn-col-sm-1:nth-of-type(n+2) {
        margin-top: 70px;
    }

    .entry-content .subHeaderText {
        text-align: center;
    }

    .site-header ul.extend-container {
        height: 100%;
    }

    .header-padding-bottom {
        padding-bottom: 60px;
    }

    .box-im.h-100 {
        height: 70vh !important;
    }

    .faq_section2 {
        margin-top: 15px;
    }

    .footerWrapper {
        padding-top: 40px;
    }

    .section5_area .box.d-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .section5_area .box .box-img {
        margin: 0 auto;
    }

    .section5_area.our-blog.our-blog-classic {
        margin-top: 15px;
    }

    .accordion__question .number {
        display: none;
    }

    .accordion__answer {
        padding-left: 0px;
    }

    .accordion__question h4 {
        text-align: left;
    }

    .section3_area.services.with-line {
        margin-bottom: 40px;
    }

    .d-grid.dsn-isotope {
        height: 100% !important;
    }

    .dsn-service .service-item .dsn-icon:not(.dsn-bg-before) {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .dsn-service.padding-service .service-item .service-item-inner {
        text-align: center;
        padding: 20px;
    }

    .grid-md-2.dsn-isotope>:nth-of-type(n+3) {
        margin-top: 0px;
    }

    .grid-md-2.dsn-isotope>* {
        position: relative !important;
        top: auto !important;
    }

    .section3_area.services {
        margin-top: 15px;
    }

    .section2_area .box-padding {
        padding: 50px 0px;
    }

    .swiper-container-android .swiper-slide {
        /* width: 100% !important; */
        padding: 0 10px;
    }

    .service-description p {
        margin-bottom: 0px;
    }

    .service-description {
        text-align: center;
        padding: 0 5px 0 25px;
    }

    .section_2 .service-description,
    .section_3 .service-description {
        padding: 0px;
    }

    .about-photographer-2 .content-inner {
        min-height: 590px;
        padding: 0 15px;
    }

    .appie-features-content {
        text-align: center;
    }

    .appie-features-area .container.mb-70 {
        margin-bottom: 0px;
    }

    .tab-content>.tab-pane {
        display: block;
    }

    .fade:not(.show) {
        opacity: 1;
    }

    .appie-features-tabs-btn {
        display: none;
    }

    .header-project.header-personal {
        height: 90vh;
    }

    .our-blog .box-content-body {
        text-align: center;
    }

    .work-section .swiper-slide .box-content,
    .work-section .work-item .box-content {
        text-align: center;
    }

    .line-bg-right {
        padding-right: 0px;
    }

    .creative-agency .head_craetive p {
        max-width: 100%;
        text-align: center;
    }

    .headWrapper {
        margin-top: 50px;
    }

    .creative-agency .head_craetive {
        height: 75vh;
    }

    .creative-agency .head_craetive .title {
        font-size: 48px;
        width: 100%;
        text-align: center;
    }

    .creative-agency .head_craetive .title:last-of-type {
        margin-left: 0px;
    }

    .section-padding {
        padding: 40px 0;
    }

    .btnConatiner,
    .sm-title-block,
    .dsn-text {
        text-align: center;
    }

    .section-margin {
        margin: 40px 0;
    }

    .skills-personal.section_4 .skills-item {
        text-align: center;
    }

}

@media only screen and (max-width: 300px) {}