@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One-child
Theme URI: https://wordpress.org/themes/twentytwentyone-child/
Author: the WordPress team
Author URI: https://delta1.stagingbuilds.com/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One-child WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One-child is distributed under the terms of the GNU GPL.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
	font-family: "Inter", Sans-serif;
	margin: 0;
}
.elementor-heading-title, .elementor-widget-text-editor {
	font-family: "Inter", Sans-serif !important;
}
.pageSize {
	width: 1200px;
	margin: 0 auto;
}

ul, li {
	margin: 0;
	padding: 0;
}
.gradientHeading h2 {
	background: linear-gradient(90deg, #00b4d8 -2.89%, #1763DD 101.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contatUs .elementor-icon-list-item {
    padding-bottom: 30px !important;
}

/* Header Style Start */
.headerMain {
	padding: 13px 0px;
	background-color: #fff;
}
.headerWrap {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerLogo img {
	width: 220px;
}
.headerNav ul li {
	display: inline-block;
	margin-right: 40px;
}
.headerNav ul li a {
	color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}
.headerBtn a {
	font-size: 12px;
	border: 1.5px solid #00b4d8;
    padding: 11px 17px;
    border-radius: 30px;
	text-decoration: none;
	transition: .4s;
}
.exploreBtn{
    color: #fff;
    background-color: #00b4d8;
}
.exploreBtn:hover {
	background-color: transparent !important;
	color: #1E1E1E !important;
	transition: .4s;
}
.talkBtn {
	background-color: transparent !important;
	color: #1E1E1E !important;
	margin-left: 10px;
}
.talkBtn:hover {
	background-color: #00b4d8 !important;
	color: #fff !important;
	transition: .4s;
}
.headerNav .sub-menu {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.headerNav .sub-menu.toggled-on {
    display: block;
    opacity: 1;
    transform: translateY(0);
	top: 45px;
}

.headerNav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	width: 400px;
    z-index: 1000;
	padding: 12px;
	border-radius: 0px 0px 8px 8px;
}
.headerNav .sub-menu.toggled-on li {
	margin-right: 0px !important;
}
.headerNav .sub-menu .menu-item a {
	color: #000;
    margin-bottom: 13px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Poppins", serif;
}
.headerNav .menu-item {
    position: relative;
}
.headerNav .menu-item-has-children > a::after {
	content: "";
    background-image: url(images/menu-toggle.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 17px;
    margin-left: 3px;
    position: absolute;
    height: 20px;
    width: 20px;
	transition: .5s;
}
.active-toggled a::after {
	transform: rotate(180deg);
	transition: .5s;
}

.headerNav .sub-menu.toggled-on h2 {
	margin: 0;
	font-family: "Poppins", serif;
	font-size: 17px;
    font-weight: 500;
    padding-bottom: 15px;
}
.headerNav .sub-menu.toggled-on li a {
	display:block;
}

.sub-menu.toggled-on li {
    display: block !important;
    margin-bottom: 0 !important;
}
.deliver-item .sub-menu.toggled-on h2 {
    padding-bottom: 0 !important;
}
/* Header Style End */


/* New Footer Style Start */

.footerMain {
    padding: 50px 0 30px;
	font-family: "Poppins", serif;
    padding: 35px 0 30px;
    font-family: "Poppins", serif;
    background-image: url(images/footerline.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1300px;
}
.footerWrap {
    display: flex;
}
.footerMenu {
    flex: 0 0 19%;
}
.menuFirst {
    flex: 0 0 25% !important;
    margin-right: 50px;
}
.menuSec {
    flex: 0 0 15%;
}
.menuFirst a {
	display: flex;
}
.ftLogos{
    width: 250px;
    margin-bottom: 10px;
}
.footerMenu ul li {
    list-style: none;
    font-size: 13px;
    padding-bottom: 15px !important;
    margin: 0 !important;
}
.footerMenu ul li a {
    text-decoration: none;
    color: #1e1e1e;
}
.footerMenu ul li a:hover {
    text-decoration: underline !important;
}
.footerMenu h2 {
    font-size: 23px;
    color:#1e1e1e;
    margin: 0;
    font-weight: 600;
    padding-bottom: 15px;
}
.footerMenu p {
    color: #1e1e1e;
}
.paymentParah {
    font-size: 12px;
    margin: 0;
    padding-bottom: 15px;
}
.copyMains {
    padding: 10px 0px;
    background-color: #00296b;
    background-image: url(images/footerline.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1300px;
	font-family: "Poppins", serif;
}
.copyRights {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;  
}
.CRleft p {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
    color: #fff;
}
.menu-social-media-navigation-container {
    display: inline-block;
    vertical-align: middle;
}
.CRright ul li {
    display: inline-block;
}
.CRleft a {
    color: #fff !important;
    text-decoration: none;
}

.calls_icon a, .emails_icon a, .pins_icon a {
	background-image: url(images/pins-icons.svg) !important;
    display: inline-block;
    width: auto;
    height: 27px;
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-left: 36px;
}
.emails_icon a {
    background-image: url(images/mails-icons.svg) !important;
	padding-top: 5px;
}
.calls_icon a {
    background-image: url(images/num-icons.svg) !important;
	padding-top: 5px;
}

.facebook_icons a, .instagram_icons a, .linkedin-icons a, .twitter_icons a {
    background-image: url(images/facebook-icons.svg);
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center;
}
.instagram_icons a {
    background-image: url(images/instagram-icons.svg) !important;
}
.linkedin-icons a {
    background-image: url(images/linkdiens-icons.svg) !important;
}
.twitter_icons a {
	background-image: url(images/twitters-icon.svg) !important;
}
.CRright p {
    margin: 0;
}

@media only screen and
(min-width: 10px)and
(max-width: 1200px) {

    .footerWrap {
        display:block;
    } 
    .ftLogos {
        width: 200px;
    }
    .menuFirst {
        border-bottom:inherit !important;
        margin-right: 0 !important;
    }
    .footerMenu ul.menu {
        display: none;
    }
    .footerMenu h2 {
        font-size: 18px;
        padding: 20px 0 !important;
        cursor: pointer;
    }
    .footerMenu.toggled-on ul.menu {
        display: block !important;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .footerMenu {
        border-bottom: 1px solid #e7eefe;
    }
    .footerMenu h2 span {
        background-image: url(images/select-down-arrow.svg);
        background-repeat: no-repeat;
        background-position: center right;
        background-size: 10px;
        float: right;
        width: 12px;
        transition: 0.5s;
    }
    .footerMenu.toggled-on h2 span {
        transform: rotate(180deg);
        transition: 0.5s;
    }
    .copyRights {
        display: block;
        text-align: center;
    }
    .CRleft p {
        font-size: 13px;
        margin-bottom: 23px;
    }
}
/* New Footer Style End */


/* Our Service Style Start */
.services-wrapper {
    display: flex;
    flex-wrap:wrap;
    gap: 25px;
}
.service-item:hover {
    transform: translateY(-11px);
}
.service-item {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: left;
    text-decoration: none;
    flex: 0 0 23%;
	transition: transform 0.3s ease-in-out;
}
.service-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.service-item .overlay {
    opacity: 1;
}
.service-item:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
}
.text-wrapp {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}
.text-wrapp h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
	text-align: left;
	padding: 30px 19px;
    width: -webkit-fill-available;
}
/* Our Service Style End */

/* Home Slider Style */
.logosSwiper, .logosSwiper2 {
	pointer-events: none;
}
.swiper-container-free-mode > .swiper-wrapper{
	transition-timing-function : linear;
}
.logosSwiper .swiper-wrapper, .logosSwiper2 .swiper-wrapper {
	transition-timing-function: linear !important;
}
.logosTicker {
	padding: 3px 40px;
	height: auto;
	border: 1px solid #E7E7E7;
	border-radius: 50px;
	background-color: #fff;
	text-align: center;
}
.logosTicker img {
	width: 150px;
    height: auto;
}
/* Home Slider Style End */

/* Home Insights Style Start */
.insBlog {
    margin-top: 40px;
    transition: transform 0.2s ease-out;
}
.insights-featured {
    margin-top: 90px;
    transition: transform 0.2s ease-out; 
}
.insights-grid {
    display: flex;
    gap: 15px;
}
.insights-column {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.insight-item {
    position: relative;
    display: block;
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 9px;
    text-decoration: none;
    overflow: clip;
    text-decoration: none;
    box-shadow: 0 2px 25px -1px #0000004d !important;
}
.insightsOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
}
.text-wrapper {
    position: absolute;
    padding: 15px 11px;
    color: white;
}
.text-wrapper h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.text-wrapper h2 {
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 0;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.insights-column {
    opacity: 0;
    transform: translateY(50px);
}
.insights-column.visible {
    animation: fadeInUp 0.8s ease-out forwards;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Home Insights Style End */



/* Scroll Items End */
.sticky-features_item {
    min-height: 74vh;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}
.sticky-features_visuals {
    position: relative;
}
.sticky-features_img-mobile {
    display: none;
}
.sticky-features_wrapper {
    display: flex;
    border-radius: 0px;
    background: #F9F9F9;
    box-shadow: 0px 0px 74px 0px rgba(188, 188, 188, 0.25);
}
.sticky-features_sticky {
    border-radius: 0px;
    flex-direction: column;
    justify-content: center;
    padding-top: 85vh;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 9vh;
}
.sticky-features_content {
    width: 40%;
    position: relative;
}
.sticky-features_img-wrapper {
    opacity: 0;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.sticky-features_img-wrapper.w--current {
    opacity: 1;
}
.sticky-features_img-wrapper.cc-left {
    justify-content: flex-start;
}
.sticky-features_box {
    height: 100%;
    border-radius: 0px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.sticky-features_img.cc-left {
    object-position: 0% 0%;
    overflow: hidden;
}
.sticky-features_img.cc-left.cc-stickycontainer {
    background-color: var(--gray-900);
    padding-top: 80px;
    padding-left: 80px;
}
.sticky-features_img.cc-left.cc-stickycontainer.cc-app-logos {
    padding-top: 0;
    padding-left: 0;
}
.sticky-features_img.cc-right {
    object-position: 100% 0%;
}
.sticky-features_img.cc-boxed_right {
    object-position: 0% 50%;
    overflow: hidden;
}
.sticky-features_img.cc-boxed_left {
    object-position: 100% 50%;
    overflow: hidden;
}
.sticky-features_img.cc-boxed_center {
    object-position: 50% 50%;
    overflow: hidden;
}
.sticky-features_item-anchor {
    opacity: 0.15;
    cursor: default;
    padding: 0;
    text-decoration: none;
    transition: opacity 0.3s;
    display: none;
    position: relative;
}
.sticky-features_item-anchor.w--current {
    opacity: 1;
    cursor: default;
    overflow: visible;
}
.sticky-features_item-content {
    transition: opacity 0.3s;
}
.leadership-item h2{
    font-family: Inter, sans-serif;
    background: linear-gradient(90deg, #00296B -2.89%, #1763DD 101.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    text-align: left !important;
    margin-bottom: 10px;
}
.leadership-item h2 sub {
    font-size: 14px;
    vertical-align: baseline;
    font-weight: 500;
}
.sticky-features_item-anchor + .sticky-features_item-content {
    opacity: 0.2;
}
.sticky-features_item-anchor + .sticky-features_img-wrapper {
    opacity: 0;
}
.sticky-features_item-anchor.w--current + div {
    opacity: 1;
    z-index: 10;
}
.section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.sticky-features_sticky {
    overflow: initial;
}
.sticky-features_item {
    min-height: 80vh !important;
    text-align: center;
}
.sticky-features_content {
    width: 50% !important;
    padding: 65px;
}
.sticky-features_visuals {
    width: 50% !important;
    background: linear-gradient(90deg, #00296B -2.89%, #1763DD 101.88%);
    padding: 60px;
    background-attachment: fixed;
}
.sticky-features_item-anchor,
.sticky-features_img-wrapper {
    opacity: 1 !important;
}
.industryMainTime h2{
    font-family: Inter, sans-serif;
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1em;
    margin: 0;
    padding-bottom: 30px;
}
.industryMainTime h3 {
    font-family: Inter, sans-serif;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin: 0;
    padding-bottom: 10px;
}
.industryMainTime p {
    font-family: Inter, sans-serif;
    color: #FFF;
    font-size: 15px;
    line-height: 1.4em;
    margin: 0;
}
.leadership-item img.widthImgFull{
    width: 400px;
    margin-bottom: 30px;
}
.leadership-item p{
    font-family: Inter, sans-serif;
    margin: 0;
    text-align: left !important;
    line-height: 1.4em;
}
.leadership-item .btnNewStyle{
    display: inline-block;
    margin-top: 30px;
}
.leadership-item{
    margin-bottom: 50px;
}
.industryMainTime a {
    border: 1.5px solid #00296b;
    background-color: #FFF;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    transition: .4s;
    color: #00296b;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-top: 30px;
}
.linkImgae {
    width: 36px;
}
.inlinelogo {
    display: flex;
    gap: 25px;
}
.leadershipNormargin {
    margin-bottom: 0;
}
/* Scroll Items End */


/* Home Form Style Start */

.formMain input, .formMain select, .formMain textarea {
    font-family: "Inter", Sans-serif;
    width: 100%;
    padding: 13px 13px;
    border: 1.5px solid #ccc;
    outline: none;
    border-radius: 8px;
    margin-bottom: 17px;
}
input:focus-visible, textarea:focus-visible, select:focus-visible {
    outline: 1.5px solid #00296b !important;
    outline-offset: 2px;
}
textarea {
    height: 120px;
    resize: vertical;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(images/select-down-arrow.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 11px center;
}
.formMain p {
    margin: 0;
}
input:focus{
    color: #000;
}
::placeholder {
    color: #1e1e1e;
    font-size: 14px;
}
.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 6px !important; 
}
.subBtn input {
    font-size: 16px;
    border: 1.5px solid #00B4D8;
    padding: 11px 35px;
    background-color: #00B4D8;
    color: #fff;
    border-radius: 30px;
    transition: .4s;
    cursor: pointer;
    font-weight: 600;
    width: auto;
}
.subBtn input:hover {
    background-color: transparent;
    color:#00B4D8;
}
/* Home Form Style End */

/* Blogs Main Page Style Start */
.bannerBkg {
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    background-color: #8686861a;
    border-radius: 20px;
    padding: 50px 25px;
}
.blogInline{
    display: inline-block;
    width: 31%;
    vertical-align: top;
    margin-right: 25px;
    margin-bottom: 40px;
    border-radius: 12px !important;
}
.blogThumbnail a{
    display: flex;
}
.blogThumbnail, .casestudyThumbnail {
    border-radius: 12px !important;
    overflow: hidden;
    position: relative;
}
.tag-name {
    margin: 0;
    padding: 7px 10px;
    background-color: #000;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    font-size: 13px;
    right: 15px;
    top: 15px;
    z-index: 9;
}
.blogInline:nth-child(3n){
    margin-right: 0px;
}
.blogThumbnail img{
    height: 170px !important;
    width: 100%;
    object-fit: cover;
    transition: .4s;
    border-radius: 12px !important;
}
.blogInline:hover .blogThumbnail img{
    transform: scale(1.1);
    transition: .4s;
}
.blog-wrapp h2 {
    margin: 14px 0px;
    font-size: 20px;
    line-height: 1.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Poppins", serif;
    font-weight: 600;
}
.blog-wrapp p {
    margin:0px;
    font-size: 15px;
    line-height: 1.4em;
    font-family: "Poppins", serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-wrapp a {
    color: #1e1e1e;
}
.readBtns {
    background-color: #00B4D8;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 8px 20px;
    font-family: "Poppins", serif;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 30px;
    border: 1.5px solid transparent;
    transition: .4s;
}
.readBtns:hover {
    background-color: transparent;
    color: #00B4D8;
    border: 1.5px solid #00B4D8;
    transition: .4s;
}
/* Blogs Main Page Style End */

/* Case Study Main Page Style Start */
.flip-card {
    width: 337px;
    height: 420px;
    perspective: 1000px;
    display: inline-block;
    margin: 10px;
    overflow: hidden;
    border-radius: 12px;
}
.flip-card-front img {
    width: 100%;
    transition: transform 0.6s ease, opacity 0.6s ease;
    height: 420px !important;
    object-fit: cover;
}
.flipFront h2 {
    color: #fff;
    font-size: 21px;
    line-height: 1.5em;
    margin: 0;
    padding: 10px 0;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Poppins", serif;
}
.card-content {
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.card-content p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Poppins", serif;
}
.flipFront {
    position: absolute;
    top: 0;
    padding: 20px;
    height: 420px;
}
.cardCenter {
    display: flex;
    justify-content: center;
}
.flip-card-front:hover .card-content {
    display: block;
    opacity: 1;
}
.flip-card-front:hover img {
    transform: scale(1.2);
    opacity: 1;
}
.flip-card-front:hover .flipFront {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #8686861a;
  
}
.card-content .readBtns {
    background-color: #00B4D8 !important;
    color: #fff !important;
    margin-top: 80px !important;
}
@keyframes slideInRight {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
}
.card-content {
    animation: slideInRight 0.6s ease forwards;
}
/* Case Study Main Page Style End */


/* Single Post Style Start */
.singleMain {
    padding: 30px 0px;
}
.singleMain h1{
    margin: 0;
    font-size: 45px;
    color: #1e1e1e;
    padding: 20px 0 30px;
}
.singleMain p {
    margin: 0;
    font-size: 15px;
    color: #1e1e1e;
}
.singleMain .postBanner {
    background-color: #f3f3f3;
    border-radius: 20px;
    padding: 40px 25px;
}
.tag-names {
    font-weight: 600;
    background: linear-gradient(90deg, #00296B -2.89%, #1763DD 101.88%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: .2em;
}
/* Single Post Style End */



/* Hamburger Icon */
.hamburgerMenu {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
.mobileMenu {
    display: none;
}
.deliver-item .sub-menu li a:last-child {
    margin-bottom: 0 !important;
}
.blogs-pad {
	padding-bottom: 10px;
}
@media only screen and
(min-width: 10px)and
(max-width: 1200px) {
	.pageSize {
        width: auto;
        margin:0px 20px;
    }
}
@media only screen and
(min-width: 10px)and
(max-width: 768px) {
	.services-wrapper {
        display: block;
    }
    .services-wrapper a {
        margin-bottom: 40px;
    }

    .mobileMenu {
        display: block !important;
    }
    .mobileMenu {
        position: fixed;
        top: 0;
        left: -294px;
        width: 250px;
        height: 100%;
        background: white;
        box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.2);
        transition: left 0.3s ease-in-out;
        padding: 20px;
        display: flex;
        flex-direction: column;
        z-index: 1000;
    }
    /* Show Mobile Menu */
    .mobileMenu.active {
        left: 0;
    }
    .hamburgerMenu {
        display: block !important;
    }

    .headerNav.desktop, .headerBtn.desktop  {
        display: none !important;
    }
    .mobileMenu .headerBtn{
        display: inline-grid;
    }
    .mobileMenu .talkBtn{
        margin-left: 0px;
        margin-top: 20px;
    }
    .mobileMenu .headerNav ul li {
        display: block;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .mobileMenu .headerNav .sub-menu {
        box-shadow: inherit;
        width: 240px;
    }
    .mobileMenu .headerNav .sub-menu.toggled-on {
        top: 26px;
    }
    .hamburgerMenu img {
        width: 30px;
        height: 30px;
    }
    .headerNav .sub-menu.toggled-on h2 {
        font-size: 14px;
    }
    .sticky-features_visuals, .sticky-features_content {
        width: 100% !important;
        padding: 30px;
    }
    .sticky-features_wrapper {
        display: block;
    }

    .blogInline {
        display: block !important;
        width: auto !important;
        margin-right: 0px !important;
    }
    .blogThumbnail img {
        height: auto !important;
    }
    .flip-card {
        width: auto;
    }
    
    .singleMain h1 {
        font-size: 27px;
    }
    .singleMain p {
        font-size: 13px;
    }
    .pgSpace {
        padding: 0;
        margin: 0px 20px;
    }
    .page-id-470 .inlineinput {
		display:block !important;
		width: auto !important;
	}
	.page-id-470 .marRight {
		margin-right:0px;
	}
}