/*webFonts-Start*/

@font-face {
    font-family:'Open Sauce One';
    src: url('../font/OpenSauceOneRegular.eot');
	src: url('../font/OpenSauceOneRegular.eot?#iefix') format('embedded-opentype'),
		url('../font/OpenSauceOneRegular.woff2') format('woff2'),
		url('../font/OpenSauceOneRegular.woff') format('woff'),
		url('../font/OpenSauceOneRegular.svg#OpenSauceOneRegular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2039;
}

@font-face {
    font-family:'Open Sauce One Medium';
    src: url('../font/OpenSauceOneMedium.eot');
	src: url('../font/OpenSauceOneMedium.eot?#iefix') format('embedded-opentype'),
		url('../font/OpenSauceOneMedium.woff2') format('woff2'),
		url('../font/OpenSauceOneMedium.woff') format('woff'),
		url('../font/OpenSauceOneMedium.svg#OpenSauceOneMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2039;
}

@font-face {
    font-family:'Open Sauce One SemiBold';
    src: url('../font/OpenSauceOneSemiBold.eot');
	src: url('../font/OpenSauceOneSemiBold.eot?#iefix') format('embedded-opentype'),
		url('../font/OpenSauceOneSemiBold.woff2') format('woff2'),
		url('../font/OpenSauceOneSemiBold.woff') format('woff'),
		url('../font/OpenSauceOneSemiBold.svg#OpenSauceOneSemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2039;
}

@font-face {
    font-family:'Open Sauce One';
    src: url('../font/OpenSauceOneBold.eot');
	src: url('../font/OpenSauceOneBold.eot?#iefix') format('embedded-opentype'),
		url('../font/OpenSauceOneBold.woff2') format('woff2'),
		url('../font/OpenSauceOneBold.woff') format('woff'),
		url('../font/OpenSauceOneBold.svg#OpenSauceOneBold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2039;
}

/*webFonts-End*/

:root {
    --primary: #0045DF;
    --white: #FFFFFF;
    --black: #020305;

    --open-sauce-400: 'Open Sauce One', sans-serif;
    --open-sauce-500: 'Open Sauce One Medium', sans-serif;
    --open-sauce-600: 'Open Sauce One SemiBold', sans-serif;
    --open-sauce-700: 'Open Sauce One', sans-serif;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: var(--white);
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--open-sauce-400);
    color: var(--white);
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    background: var(--black);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.animation {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 0.5s linear;
}

.animation.ani {
    opacity: 1;
    transform: translate(0, 0);
}

.container {
    max-width: 1560px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0px;
    font-family: var(--open-sauce-500);
    font-weight:500;
}

h1 {
    font-size: 90px;
    line-height: 100px;
}

h2 {
    font-size: 60px;
    line-height: 80px;
}

h3 {
    font-size: 48px;
    line-height:58px;
}

h4 {
    font-size: 32px;
    line-height: 44px;
}

h5 {
    font-size: 20px;
    line-height: 26px;
}

h6 {
    font-size: 18px;
    line-height: 26px;
    font-family: var(--Larken-700);
}

.btn {
    background: var(--primary);
    color: var(--white);
    min-width: 185px;
    text-align: center;
    font-size: 16px;
    font-family: var(--open-sauce-700);
    font-weight: 700;
    padding: 17px 20px;
    min-height: 60px;
    border-radius:0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
}
.btn span, .outline-btn span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.btn span svg, .outline-btn span svg {
    display: block;
}
.btn:hover {
    background:#0542c8;
    color:var(--white);
}

.outline-btn {
    background:transparent;
    color: var(--primary);
    min-width:200px;
    text-align: center;
    border:1px solid var(--primary);
    font-size: 16px;
    font-family: var(--open-sauce-700);
    font-weight: 700;
    padding: 12px 20px;
    min-height: 60px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;   
}
.outline-btn svg path {
    fill:var(--primary);
}
.outline-btn:hover {
    text-decoration: none;
}

.top-section {
   background: url(../images/header-polygon.webp) no-repeat top right;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:35px 0px;
}

.two-column {
    padding:90px 0px;
}

.two-column h1 span {
    display: block;
    font-size:16px;
    line-height:22px;
    letter-spacing:0.1em;
    padding-left: 32px;
    position: relative;
    margin-bottom: 25px;
}
.two-column h1 span:before {
     content: "";
     background: var(--white);
     width: 23px;
     height: 2px;
     left:0px;
     top:10px;
     position: absolute;
}
.two-column p {
     margin:20px auto 40px;
}
.btns {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}
.btns .btn {
     margin-right: 15px;
}


.section02 {
    background: linear-gradient(180deg, #0045DF 0%, rgba(2, 3, 5, 0) 144.54%);
    position: relative;
    z-index: 1;
}
.section02:before {
    background:url(../images/whoweare-polygon.webp) no-repeat;
    background-size: contain;
    width:800px;
    height:100%;
    content: "";
    position: absolute;
    left: 0px;
    bottom:-35%;
    z-index: -1;
    pointer-events: none;
}

.section02 .imagebox {
    padding-right: 50px;
}

.section02 .two-column {
    padding-bottom: 30px;
}

.textwith-video {
     max-width:1300px;
     margin: 0px auto;
     display:flex;
     padding-bottom: 120px;
     overflow: visible;
}
.textwith-video .left-text {
    width: 50%;
    padding-right: 50px;

}

/* Initial styles for list - grid layout */
.textwith-video .left-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.textwith-video .left-text ul li {
    text-align: center;
}

/* Adjust for desktop screens */
@media (min-width: 1024px) {
    .textwith-video .left-text {
        /* If needed, add specific styles for .left-text here */
    }

    .textwith-video .left-text ul {
        display: flex; /* Maintain vertical list on desktop */
        flex-direction: column;
    }

    .textwith-video .left-text ul li {
        /* Flexbox handles spacing */
    }
}


.left-text *:not(h3) {
    color: #FFD700; /* Apply yellow color to everything except h3 */
}
.right-video {
    width: 50%;
    margin: 0; /* Align with text column above */
    flex: 0 0 50%; /* Match text column width */
    overflow: visible; /* Allow video to extend beyond container */
}

@media (min-width: 1024px) {
    .textwith-video {
        display: flex;
        align-items: flex-start; /* Align items to the top */
        justify-content: center; /* Center the content horizontally */
    }
}

.right-video video {
    width: 115%;
    height: auto;
    object-fit: cover; /* Cover the container without losing aspect ratio */
    border-radius: 8px;
}

.textwith-video h3 {
     max-width:650px;
     margin-top: 0px;
}

.textwith-video ul {
     padding: 0px;
     display: flex;
     flex-direction: column;
     gap: 15px;
     margin-top: 25px;
     max-width: 100%;
}
.textwith-video ul li {
     list-style: none;
     text-align: left;
     font-size: 9px;
     line-height:13px;
     letter-spacing:0.08em;
     text-transform: uppercase;
     font-family:var(--open-sauce-700);
     font-weight:700;
     padding: 0 0 15px 0;
     border: none;
     background: none;
     border-radius: 0;
     border-bottom: 1px solid rgba(255,255,255,0.15);
     display: flex;
     flex-direction: row;
     align-items: center;
     gap: 15px;
}
.textwith-video ul li:last-of-type {
     border-bottom: none;
     padding-bottom: 0;
}
.textwith-video ul span {
     font-size:32px;
     line-height:38px;
     font-weight:600;
     display: block;
     margin: 0;
     min-width: 60px;
     flex-shrink: 0;
}

.textwith-video ul .metric-text {
     font-size: 9px;
     line-height: 13px;
     font-weight: 700;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     min-width: auto;
     flex-shrink: 1;
}

.services-sec {
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
}

.services-sec:before {
  content: "";
  background: url(../images/whatwedo-polygon.webp) no-repeat;
  width:800px;
  height: 100%;
  position: absolute;
  right:0px;
  bottom:0px;
  z-index: 1;
  pointer-events: none;
}

.services-sec .heading01, .portfolio-sec .heading01, .blog-sec .heading01 {
    font-size:60px;
    line-height:80px;
}
.services-sec ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.services-sec ul::before {
    content:"";
    background: url(../images/dotted-box.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: contain;
    position: absolute;
    right:-70px;
    top: -40px;
}
.services-sec ul::after {
    content:"";
    background: url(../images/dotted-box.png) no-repeat;
    width: 150px;
    height: 150px;
    background-size: contain;
    position: absolute;
    left:-70px;
    bottom: -70px;
    z-index: -1;
}
.services-sec ul li {
    list-style: none;
    width: calc(100%/3 - 13.5px);
    border:1px solid var(--primary);
    background: var(--black);
    margin-left: 20px;
    margin-top: 30px;
    padding: 45px;
}
.services-sec ul li:nth-child(3n+1) {
     margin-left: 0px;
}
.services-sec .imagebox {
     text-align: center;
     margin-bottom: 30px;
}
.services-sec h4 {
    font-size: 32px;
    line-height:44px;
    text-transform: uppercase;
}
.services-sec p {
     margin-bottom: 30px;
}

/* Card Flip Animation */
.service-card .flip-inner {
    position: relative;
    width: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.service-card.flipped .flip-inner {
    transform: rotateY(180deg);
}

.flip-front, .flip-back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.flip-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(180deg);
    overflow-y: auto;
    max-height: 100%;
}

.flip-back > p:first-of-type {
    margin-top: 0;
}

.flip-back ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
    display: block !important;
    flex-wrap: nowrap !important;
}

.flip-back ul::before, .flip-back ul::after {
    display: none !important;
}

.flip-back ul li {
    list-style: disc !important;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    font-size: 16px;
    line-height: 24px;
}

.flip-back ul li::marker {
    color: var(--primary);
}

.flip-trigger {
    cursor: pointer;
}

.portfolio-sec {
     display: flex;
      flex-wrap: wrap;
      padding: 30px 15px 50px;
}
.portfolio-sec .leftColumn {
    width:350px;
    padding-right: 50px;
}

.portfolio-sec .rightColumn {
    width:calc(100% - 350px);
}
.rightColumn ul {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
.rightColumn ul li {
     list-style: none;
     width: calc(100%/2 - 20px);
     margin-bottom: 30px;
}
.rightColumn ul li:nth-child(odd) {
    margin-right: 40px;
}
.rightColumn .imagebox {
    position: relative;
}
.rightColumn .imagebox:before {
    background: var(--primary);
    width:100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    top:0px;
    z-index: -1;
    border-radius:24px;
    -webkit-border-radius:24px;
    -moz-border-radius:24px;
    -ms-border-radius:24px;
    -o-border-radius:24px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.rightColumn li:hover .imagebox:before {
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    transform: skew(0deg, -5deg);
    height: 95%;
    top: 4%;
    -webkit-transform: skew(0deg, -5deg);
    -moz-transform: skew(0deg, -5deg);
    -ms-transform: skew(0deg, -5deg);
    -o-transform: skew(0deg, -5deg);
}
.rightColumn .frame {
    background:url(../images/portfolio-frame.png) no-repeat right bottom;
    width:100%;
    height:100%; position: relative;
    padding: 90px 0px 105px 50px;
    text-align: right;
}
.rightColumn h4 {
     margin-bottom: 10px;
     margin-top: 30px;
}

.blog-sec {
    position: relative;
}
.blog-sec:before {
        background: url(../images/whoweare-polygon.webp) no-repeat;
        background-size: contain;
        width: 800px;
        height: 1500px;
        content: "";
        position: absolute;
        left: 0px;
        top:-100%;
        z-index: -1;
        pointer-events: none;
}
.blog-sec .container {
     max-width:1300px;
}
.blog-sec .head { 
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-wrap: wrap;
} 
.seeblog-btn {
    font-size:16px;
    color:var(--white) !important;
}
.seeblog-btn span {
     margin-left: 10px;
}
.blogbox {
     display: flex;
     flex-wrap: wrap;
     align-items: flex-start;
     margin-top: 40px;
}
.blogbox .left-large {
     width: calc(100% - 525px);
     margin-right: 40px;
     position: relative;
}
.blogbox .left-large:hover h3 {
     text-decoration: underline;
}
.large-post-text {
    position: absolute;
    left:44px;
    bottom: 30px;
}
.blogbox .small-posts {
    width:485px;
    padding: 0px;
}
.small-posts li {
    list-style: none;
    border-bottom:1px solid rgba(46, 49, 49, 1);
    display: flex;
    position: relative;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.small-posts li:last-of-type {
     border-bottom:none;
     margin-bottom: 0px;
     padding-bottom: 0px;
}
.small-posts .thumb {
    width:150px;
}
.small-posts .post-detail {
    width:calc(100% - 150px);
    padding-left: 20px;
}
.post-detail p.tag {
     font-size:12px;
     opacity:0.8;
     margin-bottom:0px;
     font-family:var(--open-sauce-500);
}
.post-detail h5 {
    margin-top:0px;
    font-size:20px;
    line-height: 26px;
}
.small-posts li:hover .post-detail h5 {
   text-decoration: underline;
}

.post-detail p.date {
     margin-bottom: 0px;
     opacity:0.8;
     font-size:12px;
}

.clickable {
    position: absolute;
    left: 0px;
    top:0px;
    width:100%;
    height:100%;
    z-index: 1;
}

/*Footer-CSS*/

.footer-top {
     padding:100px 0px 50px;
}

.heading01 {
     font-size:90px;
     line-height:100px;
}
.heading01 span {
    display: block;
    font-size:16px;
    line-height:22px;
    letter-spacing:0.1em;
    padding-left: 32px;
    position: relative;
    margin-bottom: 15px;
}
.heading01 span:before {
     content: "";
     background: var(--white);
     width: 23px;
     height: 2px;
     left:0px;
     top:10px;
     position: absolute;
}

.contact-details {
   margin-top: 50px;
}
.contact-details p {
     color:var(--primary);
     font-size:14px;
     letter-spacing:0.1em;
     text-transform: uppercase;
     margin-bottom: 0px;
     font-weight:600;
     font-family:var(--open-sauce-600);
}
.contact-details ul {
     padding-left: 0px;
}
.contact-details li {
     list-style: none;
     font-size:16px;
}
.contact-details li a {
    color:var(--white);
}
.contact-details li span {
     margin-right: 7px;
}

.contact-form {
     padding-top: 180px;
}
.field-row {
     width:100%;
     display: flex;
     flex-wrap: wrap;
     margin-bottom: 30px;
}
.field-column {
     width:calc(100%/2 - 10px);
}
.field-column.first {
     margin-right: 20px;
}
.contact-form input, .contact-form textarea {
     width:100%;
     color:rgba(255,255,255,0.7);
     font-size:16px;
     font-weight: 500;
     font-family: var(--open-sauce-500);
     background: none;
     border: none;
     outline: none;
     padding:10px 0px;
     border-bottom-width: 1px;
     border-bottom-style: solid;
     border-image: linear-gradient(to right, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.15)) 1;
}
.contact-form textarea {
     min-height:160px;
     resize: none;
}
.contact-form .btn {
    min-width:210px;
}


hr {
    border-top-color:#2E3131;
    margin: 30px auto;
}
.footer-bottom {
     padding-top: 10px;
     padding-bottom: 40px;
}
.footer-bottom .left {
     display: flex;
     align-items: center;
}
.footer-bottom p {
     font-size:16px;
     margin: 0px;
}
.footer-bottom .left > span {
    max-width:168px;
    margin-right: 70px;
}
.social {
     padding-left: 0px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
}
.social li {
     list-style: none;
     margin-left: 20px;
}

.mobile-element {
    display: none !important;
}

/*Responsive-Css*/

@media (max-width:1499px) {
    body {
        font-size:18px;
        line-height:28px;
    }
    .two-column {
        padding: 60px 0px 80px;
    }
    h1, .heading01 {
        font-size: 70px;
        line-height: 80px;
    }
    h2 {
        font-size: 50px;
        line-height: 60px;
    }
    h3 {
        font-size: 38px;
        line-height: 48px;
    }
    h4 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .textwith-video ul span {
         font-size:28px;
         line-height:34px;
         min-width: 55px;
    }
    .textwith-video ul .metric-text {
         font-size: 9px;
         line-height: 13px;
    }
    .right-video video {
         width: 100%;
         margin-right: 20px;
    }
    .services-sec .heading01, .portfolio-sec .heading01, .blog-sec .heading01 {
        font-size: 44px;
        line-height: 50px;
    }
    .services-sec ul li {
         padding: 45px 25px;
    }
    .rightColumn .frame {
        background-size:470px auto;
        padding: 85px 0px 90px 0px;
    }
    .rightColumn .frame img {
         max-width: 435px;
    }
}

@media (max-width:1349px) {
    .rightColumn .frame {
        background-size: 390px auto;
        padding: 60px 0px 77px 0px;
        overflow: hidden;
    }
    .rightColumn .frame img {
        max-width: 360px;
    }

}

@media (max-width:1199px) {
    .btn {
         min-height:52px;
         padding:12px 20px;
    }
    .outline-btn {
        min-height:52px;
        padding:10px 20px;
    }

    h1, .heading01 {
        font-size: 50px;
        line-height: 65px;
    }
    h2 {
        font-size: 40px;
        line-height: 46px;
    }
    h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .services-sec .heading01, .portfolio-sec .heading01, .blog-sec .heading01 {
        font-size: 38px;
        line-height: 46px;
    }
    .services-sec h4 {
        font-size: 24px;
        line-height: 36px;
    }
    .textwith-video {
         padding-bottom: 80px;
    }
    .textwith-video ul {
         gap: 12px;
         max-width: 100%;
    }
    .textwith-video ul li {
         padding: 0 0 12px 0;
    }
    .textwith-video ul span {
         font-size: 28px;
         line-height: 34px;
         min-width: 55px;
    }
    .textwith-video ul .metric-text {
         font-size: 8px;
         line-height: 12px;
    }
    .textwith-video .left-text {
         width: 50%;
         padding-right: 40px;
    }
    .right-video {
         width: 50%;
         flex: 0 0 50%;
    }
    .two-column p {
        margin: 10px auto 30px;
    }
    header {
         padding:20px 0px;
    }
    .two-column {
        padding: 30px 0px 50px;
    }
    .two-column h1 span {
        font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    }

    .portfolio-sec .leftColumn {
         width:100%;
         padding-right: 0px;
         margin-bottom: 30px;
    }
    .portfolio-sec .rightColumn {
         width:100%;
    }
    .large-post-text {
        left: 25px;
        bottom: 10px;
    }
    .contact-form {
        padding-top: 50px;
    }
    .footer-bottom .left > span {
         margin-right: 25px;
    }
    hr {
         margin:15px auto;
    }
    .footer-bottom {
         padding-bottom: 20px;
    }
}

@media (max-width:1024px) {
    .blogbox .left-large {
         width:100%;
         margin-right: 0px;
         margin-bottom: 25px;
    }
    .blogbox .left-large img {
         width:100%;
         height: auto;
    }
    .blogbox .small-posts {
         width:100%;
    }
}

@media (max-width:991px) {
    .col-6, .footer-bottom .col-7, .footer-bottom .col-5 {
        max-width:100%;
        flex: 0 0 100%;
    }
    .two-column .col-6.imagebox {
        max-width:450px;
         margin: 30px auto auto;
    }
    .section02 .two-column {
         flex-direction: column-reverse;
    }
    .textwith-video {
         flex-wrap: wrap;
    }
    .textwith-video .left-text {
         width: 100%;
         padding-right: 0px;
    }
    .right-video {
         width: 100%;
         max-width: 550px;
         margin: 30px 30px auto auto;
         flex: 0 0 100%;
    }
    .right-video video {
         width: 100%;
    }
    .services-sec {
         padding:50px 0px;
    }
    .services-sec ul li {
         width:calc(100%/2 - 10px);
    }
    .services-sec ul li:nth-child(3n+1) {
         margin-left:20px;
    }
    .services-sec ul li:nth-child(2n+1) {
         margin-left:0px;
    }

    .footer-bottom {
        text-align: center;
     }
     .social {
         justify-content: center;
     }
     .footer-bottom .left {
         flex-wrap: wrap;
         justify-content: center;
     }
     .footer-bottom .left > span {
         margin:0px auto;
     }
     .footer-bottom .left > p {
         width:100%;
         margin: 15px auto;
     }

     .section02:before, .services-sec:before, .blog-sec:before {
         width:100%;
     }

     .rightColumn .frame {
        background-size: 350px auto;
        padding: 60px 0px 68px 0px;
     }
     .rightColumn .frame img {
        max-width: 325px;
        margin: 0px 0 auto auto;
    }
}

@media (max-width:767px) {
    .desktop-element {
         display: none !important;
    }
    .mobile-element {
         display: block !important;
    }
    .portfolio-sec .rightColumn {
         margin-right:-15px;
         width:calc(100% + 15px);
    }
    .owl-carousel .owl-dots {
        text-align: center;
    }
    .owl-carousel .owl-dots .owl-dot {
   width:12px;
   height: 12px;
   margin: 0px 4px;
   background: rgba(255, 255, 255, 0.35);
   border-radius:100%;
   -webkit-border-radius:100%;
   -moz-border-radius:100%;
   -ms-border-radius:100%;
   -o-border-radius:100%;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: var(--primary);
}
.post-disc p.tag {
    font-size:12px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.post-disc h3 { font-size:20px; line-height:28px; margin-top: 10px; }
.heading01 span {
     font-size:14px;
}
.blog-sec .head { margin-bottom: 35px; }
.footer-top {
    padding: 70px 0px 50px;
}
.footer-top p {
     font-size: 14px;
     line-height: 18px;
}
.footer-top p br {
     display: none;
}
.field-column.first {
     margin-right: 0px;
     margin-bottom: 20px;
}
.field-row {
     margin-bottom: 20px;
}
.field-column {
     width:100%;
}
.contact-form {
     padding-top: 20px;
}
.contact-form .btn {
    width: 100%;
}
.services-sec ul::before, .services-sec ul::after {
     display: none;
}
.services-sec .imagebox img {
     max-width: 100%;
     max-height: 200px;
}
.social li:first-of-type {
     margin-left: 0px;
}

}

@media (max-width:499px) { 
    .rightColumn .frame {
        background-size: 290px auto;
        padding: 40px 0px 57px 0px;
    }
    .rightColumn .frame img {
        max-width: 265px;
    }
    .logo {
         max-width: 167px;
    }
    header {
         flex-direction: column;
         align-items: center;
         gap: 20px;
    }
    .header-right {
         width: 100%;
    }
    .header-right .btn {
         width: 100%;
         justify-content: center;
    }
    .btn {
        min-height: 46px;
        padding: 10px 15px;
        min-width: 160px;
        font-size: 14px;
    }
    .outline-btn {
        min-height: 46px;
    padding: 8px 14px;
    font-size: 14px;
    min-width: 160px;
    }
    h1, .heading01 {
         font-size:44px;
         line-height: 54px;
    }
    h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .textwith-video ul {
        gap: 12px;
        max-width: 100%;
    }
    .textwith-video ul li {
        padding: 0 0 12px 0;
        gap: 12px;
    }
    .textwith-video ul li span:not(.metric-text) {
         font-size: 26px;
         line-height: 32px;
         min-width: 50px;
    }
    .textwith-video ul .metric-text {
         font-size: 8px;
         line-height: 12px;
    }
    .services-sec ul li {
         margin-left: 0px;
          width:100%; margin-top: 24px;
          padding: 30px 20px;
    }
    .services-sec ul li:nth-child(3n+1) {
         margin-left: 0px;
    }
    .services-sec ul .btn {
         width: 100%;
    }
    .portfolio-sec {
        padding: 10px 15px 50px;
    }
    .rightColumn p {
         font-size:16px;
    }
    .blog-sec .mobile-element {
        width: calc(100% + 15px);
        margin-right: -15px;
    }
}

@media (max-width:430px) { 
    .rightColumn .frame {
        background-size: 290px auto;
        padding: 50px 0px 57px 0px;
    }
    .rightColumn .frame img {
        max-width: 267px;
    }
}

@media (max-width:374px) { 
    .rightColumn .frame img {
        max-width: 220px;
    }
    .rightColumn .frame {
        background-size: 240px auto;
        padding: 40px 0px 48px 0px;
    }
}