@import url('https://fonts.googleapis.com/css2?family=Barlow: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');
:root {
    --m-text-color: #333333;
    --m-link-color: blue;
    --m-heading-color: #234083;
    --m-global-font-size: 18px;
    --m-global-font-family: 'Roboto', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    font-family: var(--m-global-font-family);
    font-weight: normal;
    font-style: normal;
    font-size:16px;
    padding:0;
    margin:0;
    color:var(--m-text-color);
    scroll-behavior: smooth;
}
p{
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6{
     font-family: "Barlow", sans-serif;
     font-weight: normal;
     color:var(--m-heading-color);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color:var(--m-heading-color);
}
h2{
    font-family: "Barlow", Sans-serif;
    font-size: 48px;
    font-weight: 800;
    margin-top: 0;
}
h3{
    font-family: "Barlow", Sans-serif;
    font-size: 32px;
    font-weight: 800;
    margin-top: 0;
}
h4{
    font-family: "Barlow", Sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin-top: 0;
}
h5{
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    margin-top: 0;
}
h6{
    font-family: "Barlow", Sans-serif;
    font-size: 12px;
    font-weight: 800;
    margin-top: 0;
}
h2.gform_title{
    font-size: 1.5em;
}
a{
    text-decoration: none;
    color:var(--m-link-color);
}
input{
    font-family: var(--m-global-font-family);
}
input[type="text"], input[type="email"], input[type="tel"], textarea{
    font-size: var(--m-fs);
    padding: 10px 15px;
    border: 0;
    margin-bottom: 10px;
}
input[type="submit"]{
    background: #9fda9d;
    border: 0;
    color: var(--m-text-color);
    font-family: var(--m-global-font-family);
    font-size: var(--m-fs);
    padding: 7px 30px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
#main ul li{
    margin-bottom: 15px;
}
/*  #main ul li{
    color:#496285;
    font-weight:700;
    list-style-type: none 
}
#main ul li::before {
    content: "\2022";
    color: #89add8;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
} */
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
    opacity: 0;
}
 .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
 .container {
    width: 1366px;
    margin:0 auto;
}
 .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width:576px) {
    .col-1 {
         padding-left: 15px;
         padding-right: 15px;
         width: 8.3333333333% 
    }
     .col-2 {
         padding-left: 15px;
         padding-right: 15px;
         width: 16.6666666667% 
    }
    .col-3 {
         padding-left: 15px;
         padding-right: 15px;
         width: 25% 
    }
    .col-4 {
         padding-left: 15px;
         padding-right: 15px;
         width: 33.3333333333% 
    }
    .col-5 {
         padding-left: 15px;
         padding-right: 15px;
         width: 41.6666666667% 
    }
    .col-6 {
         padding-left: 15px;
         padding-right: 15px;
         width: 50% 
    }
    .col-7 {
         padding-left: 15px;
         padding-right: 15px;
         width: 58.3333333333% 
    }
    .col-8 {
         padding-left: 15px;
         padding-right: 15px;
         width: 66.6666666667% 
    }
    .col-9 {
         padding-left: 15px;
         padding-right: 15px;
         width: 75% 
    }
    .col-10 {
         padding-left: 15px;
         padding-right: 15px;
         width: 83.3333333333% 
    }
    .col-11 {
         padding-left: 15px;
         padding-right: 15px;
         width: 91.6666666667% 
    }
    .col-12 {
         padding-left: 15px;
         padding-right: 15px;
         width: 100% 
    }
}
/** Header Start **/
header.masthead{
    z-index: 1;
    position: relative;
    background: #234083;
    padding: 20px 0;
    padding-top: 0;
}
body.home header.masthead{
	position: absolute;
	background: none;
	width: 100%;
	z-index: 2;
}
header.masthead .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header.masthead .col-3, 
header.masthead .col-9{
    padding:0;
}
body:not(.home){
    /* background: url(../images/body-bg.svg) no-repeat;*/
	background: url(https://www.fluitec.com/wp-content/uploads/2026/03/body-bg.png) no-repeat;
	
    background-size: 100%;
    background-position: 0 -50px;
}
body:not(.home) header.masthead{
    background: none;
}
#headerbanner{
    margin-bottom: 170px;
}
.single-portfolio #headerbanner{
    margin-bottom: 70px;
}
#headerbanner h1{
    margin: 0;
    font-size: 84px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 30px;
}
.header-description{
    font-size: 24px;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5;
}
body.single .header-description{
    visibility: hidden;
}
#main.bkpg{
    padding-top:50px;
}
ul#menu-main-menu{
    margin:0;
    padding:0;
    text-align: right;
}
 ul#menu-main-menu > li{
    display:inline-block;
    margin: 0 10px;
}
 ul#menu-main-menu > li a{
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    padding: 15px 25px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
ul#menu-main-menu > li:hover > a{
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
ul#menu-main-menu > li.has-mega > a,
ul#menu-main-menu > li.menu-item-has-children > a{
    background: transparent url(../images/dropdown.svg) no-repeat;
    background-position: center right;
}
 ul#menu-main-menu > li.menu-btn a{
    background:#4281a3;
    color:#fff;
}
.menu .sub-menu {
	position: absolute;
	display: none;
	background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
    border-radius: 13px;
    overflow: hidden;
}
.menu>li>.sub-menu {
	margin: 0 10px;
	overflow: visible;
}

.menu>li>.sub-menu li{
	position: relative;
}
.menu li:hover>.sub-menu {
	display: block
}
.menu .sub-menu li a {
	padding: 10px 20px;
	display: block;
	color: #fff;
	width: 250px
}
.menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	background: rgb(0 0 0);
}
.menu .sub-menu .sub-menu  li a{
	width: 300px;
}
.menu .sub-menu li:hover>a {
	background: #000
}
header.masthead .container{
    position: relative;
}
p#breadcrumbs,
p#breadcrumbs a{
    color: #ffffff;
    font-size: 16px;
}

/* Mega Menu */
.mega-wrap{
    display: none;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: absolute;
    top: 60px;
    left: 0;
    border-radius: 13px;
    padding: 10px;
    padding-left: 30px;
}
ul#menu-main-menu > li.has-mega:hover > a{
    background-color: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-position: 95% 50%;
}
body.elementor_library-template-default .mega-wrap,
li.has-mega:hover > .mega-wrap{
    display: block;
}
.mega-product-row > .elementor-element > .elementor-element,
.mega-product-row > .e-con-inner > .elementor-element > .elementor-element,
.mega-product-row > div{
    gap: 0;
}
.mega-product-row img{
    height: 120px;
    width: auto;
    object-fit: contain;
}
.mega-product-row p a{
    padding: 0 !important;
    font-weight: normal !important;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tab-icon,
.mega-wrap .elementor-widget-n-tabs .e-n-tab-title-text{
    cursor: pointer;

}
.mega-wrap .elementor-widget-n-tabs .e-n-tab-title{
    background: none !important;
    gap: 20px;
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
}
.mega-wrap .elementor-element.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"]{
    background: rgba(0, 0, 0, .35) !important;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
.mega-case-study{
    background: rgba(0, 0, 0, .50) !important;
    border-radius: 13px;
    padding: 30px;
}
.mega-case-study img{
	width: 420px;
	height: 346px;
	object-fit: cover;
	border-radius: 18px;
}
.mega-case-study h2{
	line-height: 30px !important;
	margin-bottom: 10px !important;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tab-title-text{
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    align-items: flex-start;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tab-title-text span{
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon{
    width: 80px;
    padding: 20px;
    background: rgba(255, 255, 255, .09);
    border-radius: 14px;
}
.mega-wrap .elementor-element.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"] .e-n-tab-icon{
    background: #6DBE4B;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tabs{
    gap: 0;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tabs-heading{
    flex-shrink: initial;
    width: 25%;
    flex-basis: auto;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tabs-content{
    flex-grow: inherit;
    width: 75%;
    background: rgba(0, 0, 0, .35);
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tabs-content .elementor-widget-text-editor{
    margin-top:0 !important;
    font-size:18px !important;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tabs-content p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size:18px !important;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tabs-content p a{
    padding: 0 !important;
    font-weight: normal !important;
}
.mega-image-hover{
    display: none;
    margin-bottom: 0 !important;
}
.mega-image-org{
    margin-bottom: 0 !important; 

}
.elementor-element:hover > .mega-image-org{
    display: none;
}
.elementor-element:hover > .mega-image-hover{
    display: block;
}




/* Header End */

/* Footer Start */
.main-footer{
    background: transparent url(../images/footerbackground.png) no-repeat;
    background-size: cover;
    padding: 100px 0;
    padding-bottom: 0;
}
body:not(.home) .main-footer{
    margin-top: 100px;
}
.main-footer .wp-block-social-links{
    margin: 0;
    padding: 0;
}
.main-footer .wp-block-social-links .wp-block-social-link.wp-social-link{
    background: none !important;
    list-style-type: none;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-footer .wp-block-social-links .wp-block-social-link.wp-social-link svg{
    fill: #234083;
    display: none;
}
.main-footer figure{
    margin: 0;
}
.footer-sidebar-1 *{
    color: #ffffff;
}
.main-footer .wp-social-link-linkedin a{
    background: url(../images/lnkedin.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.main-footer .wp-social-link-x a{
    background: url(../images/x.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.main-footer .wp-social-link-facebook a{
    background: url(../images/fb.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.main-footer .wp-social-link-instagram a{
    background: url(../images/insta.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.main-footer .wp-social-link-youtube a{
    background: url(../images/yt.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.footer-email{
    background: url(../images/email.svg) no-repeat;
    padding-left: 50px;
    background-size: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.main-footer .widgettitle{
    margin-top: 70px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
#menu-footer-menu{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu-footer-menu li{
    margin-bottom: 20px;
}
#menu-footer-menu li a{
    color: rgba(255,255,255,0.8);
    font-weight: 500;
}
#menu-footer-menu li a:hover{
    color:#6dbe4b;
}
.footer-sidebar-2{
    padding-left: 150px;
}
.main-footer #gform_wrapper_1{
    background: #EBEBEB;
    border-radius: 18px;
    padding: 30px;
    top: -150px;
    position: relative;
}
.gform-theme--foundation .gfield textarea,
.gform-theme--foundation .gfield input[type="text"],
.gform-theme--foundation .gfield input[type="email"],
.gform-theme--foundation .gfield input[type="tel"],
.gform-theme--foundation .gfield input[type="password"],
.gform-theme--foundation .gfield select{
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    border: 0;
}
.gform-theme--foundation .gfield textarea::placeholder,
.gform-theme--foundation .gfield input[type="text"]::placeholder,
.gform-theme--foundation .gfield input[type="email"]::placeholder,
.gform-theme--foundation .gfield input[type="tel"]::placeholder,
.gform-theme--foundation .gfield input[type="password"]::placeholder,
.gform-theme--foundation .gfield select::placeholder{
    color: #A9A9A9;
}
#gform_fields_1{
    gap: 20px;
}
/* Gravity Forms – Global Submit Button Styling */
body .gform_wrapper .gform_footer input[type="submit"],
body .gform_wrapper .gform_page_footer input[type="submit"] {
    background: #6dbe4b !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background 0.25s ease !important;
    font-family: "Barlow", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 15px 30px 15px 30px !important;
}
body .elementor-widget-button .elementor-button{
    background: #6dbe4b;
}
body .elementor-widget-button .elementor-button:hover,
body .gform_wrapper .gform_footer input[type="submit"]:hover,
body .gform_wrapper .gform_page_footer input[type="submit"]:hover {
    background: #234083 !important;
}
body .elementor-widget-button .elementor-button{
    font-family: "Barlow", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 50px 15px 50px;
}
#footer-copyright{
    background: #6DBE4B;
    padding: 20px 0;
}
#footer-copyright p{
    margin: 0;
}
#footer-copyright .container{
    display: flex;
    justify-content: space-between;
}
#footer-copyright .container p,
#footer-copyright .container p a{
    color: #ffffff;
}
.elementor-kit-11 h2.gform_title{
    color: #031427;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}
.elementor-kit-11 .main-footer h2.gform_title{
    text-align: center;
}

/* Footer End */



 .alignwide, .alignfull {
     margin: 0 calc(50% - 50vw);
     max-width: 100vw;
     width: 100vw;
}
 .wp-block-cover__inner-container{
     max-width: 1250px;
     margin: 0 auto;
}
#top-bar .container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#top-bar ul,
#top-bar p{
    margin: 0;
    padding: 0;
}
.wp-social-link{
    transition: all .3s ease-in-out;
}
.wp-social-link:hover{
    transform: scale(1.2);
}
.tb-right a{
    color: #234083;
    font-size: 16px;
    font-weight: 600;
}
.tb-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    background: #6DBE4B;
    padding: 10px 0;
    padding-left: 50px;
    padding-right: 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    position: relative;
}
.tb-right > p:nth-child(3),
.tb-right > p:nth-child(5){
	display: none !important;
}
.tb-right::before{
    content: "";
    background: #6DBE4B;
    height:100%;
    width: 4000px;
    left: 100%;
    position: absolute;
}
header .wp-block-social-links .wp-block-social-link.wp-social-link{
    background: none !important;
    list-style-type: none;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .wp-block-social-links .wp-block-social-link.wp-social-link svg{
    fill: #6dbe4b;
    display: none;
}
.tb-right .wp-social-link-linkedin a{
    background: url(../images/linkedin-top.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.tb-right .wp-social-link-x a{
    background: url(../images/x-top.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.tb-right .wp-social-link-facebook a{
    background: url(../images/fb-top.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.tb-right .wp-social-link-instagram a{
    background: url(../images/insta-top.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}
.tb-right .wp-social-link-youtube a{
    background: url(../images/yt-top.svg) no-repeat;
    display: block;
    width: 100%;
    height: 100%;
}


.h-with-logo .elementor-heading-title{
    display: flex;
    justify-content: center;
    gap: 7px;
}
.h-with-logo-left .elementor-heading-title{
    display: flex;
    gap: 7px;
}
.h-small-logo{
    width:30px;
    height:30px;
    background: transparent url(../images/heading-logo.svg) no-repeat;
}
#our-solutions-icons img{
    height: 56px;
    width: auto;
}
#our-solutions-icons .os-column{
    transition: all .3s ease-in-out;
}
#our-solutions-icons .os-column:hover{
    transform: scale(1.02);
}
.elementor-widget-button.learn-more-arrow .elementor-button{
    background: transparent url(../images/button-arrow.svg) no-repeat;
    background-position: center right;
    color: #68BB46;
    font-size: 20px;
    padding: 15px 20px;
}
#why-choose{
    position: relative;
    display: block;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#why-choose::before{
    content: "";
    width: 200px;
    height: 100%;
    background: #E3E4EAA6;
    left: 100%;
    position: absolute;
    display: block;
    border-radius: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.industry-item::before{
    background: linear-gradient(180deg, rgba(35, 64, 131, 0) 0%, #173270 100%) !important;
    opacity: 1;
    transition: all .5s ease-in-out;
}
.industry-item:hover::before {
    background: linear-gradient(
        180deg,
        rgba(35, 64, 131, 0) 0%,
        rgba(23, 50, 112, 0.5) 100%
    ) !important;
}
.ii-dot::after{
    content: "";
    width: 20px;
    height: 20px;
    background: #6DBE4B;
    border-radius: 30px;
    position: absolute;
    right: -20px;
    top: 100%;
}
/** Home case studies start **/
.recent-case-studies-grid{
    display: flex;
    gap: 50px;
    margin-top: 30px;
}
.recent-case-studies-grid .case-study-card{
    width: 33.33%;
}
.case-study-card__content{
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.16);
    border-radius: 18px;
}
.case-study-card__media{
    display: flex;
}
.case-study-card__media img{
    width: 90%;
    margin: 0 auto;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.case-study-card__title{
    font-size: 20px;
    color: #234083;
    font-weight: 600;
}
.case-study-card__title a{
    color: #234083;
}
.case-study-card__title a:hover{
    color: #68BB46;
}
.case-study-card__excerpt p{
    color: #234083;
}
.case-study-card__readmore a{
    background: transparent url(../images/button-arrow.svg) no-repeat;
    background-position: center right;
    color: #68BB46;
    font-size: 20px;
    display: inline-block;
    padding: 10px 0;
    padding-right: 20px;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
}

.case-study-card__readmore a:hover{
    color: #234083;
}
.case-study-card__terms {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    align-items: center;
    padding-top: 15px;
    align-content: flex-start;
}

.case-study-term {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1;
  color: #163b6a;
  white-space: nowrap;
}

.case-study-term__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  flex: 0 0 14px;
  display: inline-block;
}

@media (max-width: 480px) {
  .case-study-term { font-size: 15px; gap: 8px; }
  .case-study-term__dot { width: 12px; height: 12px; }
}

.cs-cat-9 .case-study-term__dot,
.case-study-term--boost-vr .case-study-term__dot { background: #c8f4b6; }

.cs-cat-10 .case-study-term__dot,
.case-study-term--oil-gas .case-study-term__dot { background: #bfefff; }

.cs-cat-134 .case-study-term__dot,
.cs-cat-8 .case-study-term__dot,
.case-study-term--qatar .case-study-term__dot { background: #f5d64a; }


.case-study-term a,
.case-study-term__label {
  color: #163b6a;
  text-decoration: none;
}

.case-study-term:focus-within,
.case-study-term a:focus {
  outline: 3px solid rgba(21,101,192,.12);
  outline-offset: 3px;
  border-radius: 6px;
}

/** Home case studies end **/

/** Home recent articles start **/
.rp-2col {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}

.rp-2col__left {
  position: relative;
  overflow: visible;
  width: 50%;
}

.rp-featured__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  object-fit: cover;
}

.rp-featured__content {
    margin-top: 20px;
}

.rp-featured__title {
  font-size: 20px;
  margin: 0 0 8px 0;
  line-height: 1.25;
}

.rp-featured__title a {
  color: #234083;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;

}

.rp-featured__excerpt {
  color: #4b6b88;
  margin-bottom: 12px;
}

.rp-featured__link {
    background: transparent url(../images/button-arrow.svg) no-repeat;
    background-position: center right;
    color: #68BB46;
    font-size: 20px;
    display: inline-block;
    padding: 10px 0;
    padding-right: 20px;
    margin-bottom: 10px;
}
.mega-wrap .elementor-widget-n-tabs .e-n-tabs-content p a.rp-featured__link{
	padding-right: 20px !important;
}

.rp-2col__right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 50%;
}

.rp-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: transparent;
}

.rp-item__thumb img {
  width: 203px;
  height: 196px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.rp-item__body {
  flex: 1;
}

.rp-item__title {
  margin: 0 0 6px 0;
  font-size: 14px;
  line-height: 1.25;
}

.rp-item__title a {
    color: #234083;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.rp-featured__title a:hover,
.rp-item__title a:hover{
    color: #68BB46;
}

.rp-item__excerpt {
  margin: 0 0 8px 0;
  color: #546e8b;
}

.rp-item__link {
    background: transparent url(../images/button-arrow.svg) no-repeat;
    background-position: center right;
    color: #68BB46;
    font-size: 20px;
    display: inline-block;
    padding: 10px 0;
    padding-right: 20px;
    margin-bottom: 10px;
}
.rp-featured__link:hover,
.rp-item__link:hover{
    color: #234083;
}


@media (max-width: 900px) {
  .rp-2col { grid-template-columns: 1fr; }
  .rp-featured__content { margin-top: -36px; }
  .rp-2col__right { order: 2; }
}

/** Home recent articles end **/  


/** Team Start **/


/* Team Page Styles Start */
.team-container {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}
.team-grid > *:nth-last-child(2) {
	grid-column:2;
}
/* center the item 
.team-grid > :first-child {
    grid-column: 1 / -1;
    justify-self: center;
} */

.team-member {
    text-align: center;
}

.photo-placeholder {
    width: 300px;
    height: 300px; 
    margin: 0 auto 15px;
    position: relative;
    border: 10px solid #234083;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 12px rgb(0 0 0 / 57%);
    transition: all 0.3s ease;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    padding: 20px;
}
.elementor img.companyinfoimg{
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
    border: 10px solid #fff;
    border-radius: 10px;
}
.photo-placeholder::after{
    content: "";
    width: 94%;
    height: 94%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: 111;
    transition: all 0.5s ease;
}
.photo-placeholder:hover{
    box-shadow: none;
    transform: scale(1.05);
}
.photo-placeholder:hover::after{
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.photo-placeholder:not([style*="background-image"])::before,
.photo-placeholder:not([style*="background-image"])::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
    background-color: #bbb;
    transform-origin: center;
}

.photo-placeholder:not([style*="background-image"])::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.photo-placeholder:not([style*="background-image"])::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}


.team-member h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.team-member p {
    margin: 5px 0 0;
    font-size: 0.9rem;
    color: #666;
}

.load-more-container {
    margin-top: 60px;
    text-align: center;
}
.load-more-button {
    background-color: transparent;
    border: none;
    color: #6DBE4B;
    padding: 10px 10px;
    font-size: 1rem;
    cursor: pointer;
    letter-spacing: 2px;
    transition: color 0.3s, border-color 0.3s;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto;
}
.load-more-button::before, 
.load-more-button::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #000;
    display: block;
    width: 50px;
}

.load-more-button:hover {
    color: #000;
    border-color: #000;
}

.load-more-button.loading {
    cursor: not-allowed;
    opacity: 0.5;
}

.member-image img{
    border-radius: 100%;
    width: 300px;
    height: inherit;
    border: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 4px 12px rgb(0 0 0 / 57%);
    background-color: #234083;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    padding: 10px;
}
.member-name{
    font-size: 24px;
    color: #0065ae;
    font-weight: bold;
    margin-bottom: 10px;
}
.member-position{
    margin-bottom: 10px;
    font-weight: bold;
    font-style: italic;
}
#team-container{
    display: flex;
    gap: 50px;
}
.linkedin-view{
    background: url(../images/linkedin-top.svg) no-repeat;
    padding: 10px 40px;
    background-position: left center;
    display: block;
    width: 130px;
    padding-right: 0;
    margin: 0 auto;
    margin-top: 10px;
    color: #223f80;
    transition: all .3s ease-in-out;
}
.linkedin-view:hover{
    transform: scale(1.2);
}
/** Team End **/

/** Backpage Start **/

/* ---------- precise 3-column grid for form 2 ---------- */
#gform_wrapper_2 .gform_fields {
  display: grid;
  /* two left columns for the four small fields, one right column for the message */
  grid-template-columns: 29% 29% 38%;
  column-gap: 4%;
  row-gap: 18px;
  align-items: start;
  box-sizing: border-box;
}

/* Place each field into specific grid cells by ID for predictable layout */
#gform_wrapper_2 #field_2_1 { grid-column: 1; grid-row: 1; } /* Your Name - top left */
#gform_wrapper_2 #field_2_3 { grid-column: 2; grid-row: 1; } /* Company - top right (of left area) */
#gform_wrapper_2 #field_2_4 { grid-column: 1; grid-row: 2; } /* Email - second row left */
#gform_wrapper_2 #field_2_5 { grid-column: 2; grid-row: 2; } /* Phone - second row right */
#gform_wrapper_2 #field_2_6 { grid-column: 3; grid-row: 1 / span 2; } /* Message - right column spanning both rows */

/* Make sure half-width utility classes don't override our placement */
#gform_wrapper_2 .gfield.gfield--width-half,
#gform_wrapper_2 .gfield.gfield--width-full {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

/* Inputs & textarea styles to match the visual (rounded, subtle shadow, placeholder) */
#gform_wrapper_2 .ginput_container input[type="text"],
#gform_wrapper_2 .ginput_container input[type="email"],
#gform_wrapper_2 .ginput_container input[type="tel"],
#gform_wrapper_2 .ginput_container textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 6px 12px rgba(0,0,0,0.04);
  background: #fff;
  font-size: 14px;
  color: #333;
  outline: none;
  box-sizing: border-box;
}

/* Increase textarea height and allow vertical resize */
#gform_wrapper_2 .ginput_container_textarea {
    max-width: 220px;
}
#gform_wrapper_2 .ginput_container_textarea textarea {
  height: 120px;
  resize: vertical;
}

/* Label and placeholder styling */
#gform_wrapper_2 .gfield_label {
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
  display: block;
  font-size: 13px;
}
#gform_wrapper_2 input::placeholder,
#gform_wrapper_2 textarea::placeholder { color: #cfcfcf; }


/* Submit button styling (green pill) */
#gform_wrapper_2 .gform_footer .gform_button {
  background: linear-gradient(#7ed06b, #61b93b);
  border: none;
  color: #fff;
  padding: 12px 28px;
  border-radius: 26px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 6px 0 rgba(0,0,0,0.04);
  cursor: pointer;
}

/* Responsive: on small screens stack everything vertically */
@media (max-width: 780px) {
  #gform_wrapper_2 .gform_fields {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  #gform_wrapper_2 #field_2_1,
  #gform_wrapper_2 #field_2_3,
  #gform_wrapper_2 #field_2_4,
  #gform_wrapper_2 #field_2_5,
  #gform_wrapper_2 #field_2_6 {
    grid-column: 1;
    grid-row: auto;
  }
  #gform_wrapper_2 .ginput_container_textarea textarea { min-height: 120px; }
}
#recent-case-studies{
    text-align: center;
    margin-top: 30px;
}
#main ol li{
    margin-bottom: 10px;
    line-height: 1.5;
}
#home-hero{
	position: relative;
	border-bottom: 15px solid #E3E4EA;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
#home-hero::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 289px;
	left: 0px;
	top: 0px;
	background: linear-gradient(360deg, rgba(35, 64, 131, 0) 0%, #132E6E 100%);
	z-index: 1;
}
#home-hero::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100px;
	
}
#home-hero video{
	filter: grayscale(100%);
}
#hero-text-one{
	position:relative;
}
#hero-text-two::after,
#hero-text-one::after{
	content: "";
    position: absolute;
    width: 1px;
    height: 70px;
    background: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
#godown{
	bottom: -47px;
}
#home-hero .elementor-background-video-container{
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
}
#about-value-prop img,
#valueprops img{
    height: 100px;
}
.gt_switcher .gt_option{
    position: absolute !important;
    top: 41px;
}
.gt_switcher a{
    font-size: 10pt !important;
}
.table{border-collapse:collapse;width:100%;max-width:900px;margin:20px auto;font-family:Arial,Helvetica,sans-serif}
.table caption{caption-side:top;padding:10px 12px;font-size:1.1rem;font-weight:700}
.table th,.table td{border:1px solid #234083;padding:12px;text-align:left}
.table th{background:#234083;color:#fff;font-size:1rem}
.table tr:nth-child(even){background:#eaf6ff}
.table tbody td{font-size:0.98rem;color:#2f3f46}
@media (max-width:640px){.table th,.table td{padding:8px;font-size:0.9rem}}

.lang-switch{position:relative;display:inline-block}
.lang-btn{background:none;border:0;cursor:pointer;padding:0 !important; }
.lang-menu{list-style-type: none !important; position:absolute;top:120%;right:0;background:#fff;border:1px solid #e3e6eb;border-radius:10px;min-width:220px;display:none;z-index:1000}
.lang-menu li{padding:10px 14px;cursor:pointer;font-size:14px}
.lang-menu li:hover{background:#f2f4f8}
.lang-switch.open .lang-menu{display:block}
.gt_selector{
	background: transparent;
	border: 2px solid #234083;
	padding: 7px 10px;
	color: #234083;
	border-radius: 30px;
}
#google_translate_element2,.goog-te-banner-frame.skiptranslate{display:none!important}
#ipad-move-one img,
#ipad-move-two img,
#ipad-move-three img,
#ipad-move-four img,
#ipad-move-five img{ width:100%; }
#details-specs .elementor-widget-text-editor img.alignright{
    height: 500px;
    width: auto;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
#footer-badges{
	margin-top: 100px;
	gap: 50px;
}
#footer-badges figure{
	position:relative;
}
#footer-badges figure:nth-child(2)::after{
	content: "";
    height: 80%;
    position: absolute;
    width: 1px;
    background: #4f6ab7;
    left: 80px;
    transform: translateY(-50%);
    top: 50%;
}
#footer-badges figure:nth-child(1)::after{
	content: "";
    height: 80%;
    position: absolute;
    width: 1px;
    background: #4f6ab7;
    left: 60px;
    transform: translateY(-50%);
    top: 50%;
}
h4.cs-filters-title{
    background: #6dbe4b;
    padding: 10px 30px;
    border-radius: 30px;
}
footer .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) img,
footer .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: auto;
    height: 57px;
    max-width: 57px !important;
}
footer .gform_confirmation_message{
    color: #fff;
}
div.error{
    display: none !important;
}
#search-form input{
	background: transparent url(../images/searchiconfluitec-blue.svg) no-repeat;
	background-size: 20px;
	background-position: 10px 7px;
	border: 2px solid #234083;
	padding: 7px 30px;
	color: #234083;
	margin: 0;
	padding-left: 40px;
	border-radius: 30px;
}
#search-form input::placeholder{
    color: #234083;
}
.alignleft{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	max-width:100%
}
.alignright{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	max-width:100%
}

@media(max-width:768px){
	.alignleft,.alignright{
		float:none;
		display:block;
		margin:0 auto 15px auto;
		text-align:center
	}
}
.videos-cont > div{
	background: #f5f5f5;
    padding: 30px;
    border-radius: 18px;
}

.videos-cont > div:nth-child(even){
	border: 3px solid #f5f5f5;
    background: none;
}
.video-btn{
    font-size: 18px;
    font-weight: 700;
    border-radius: 30px 30px 30px 30px;
    padding: 15px 50px 15px 50px;
    background: #6dbe4b;
    color: #fff;
    display: inline-block;
}
.video-btn:hover{
    background:#234083 !important;
}
.video-card{
    background: #f5f5f5;
    padding: 30px;
    border-radius: 18px;
    margin-bottom: 20px;
}
.video-card:nth-child(even){
	border: 3px solid #f5f5f5;
    background: none;
}
.video-categ > .e-con-inner{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 5px dashed #234083;
    position: relative;
}
/* .video-categ > .e-con-inner::after{
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff url(../images/video-player.png) no-repeat;
    background-size: contain;
} */
.video-categ:last-child > .e-con-inner{
    border: none;
}
.video-categ:last-child > .e-con-inner::after{
    display: none;
}





/** Backpage End **/

/** Product page start **/
#product-main-image{
    padding: 30px;
    border-radius: 18px;
    background: #FFFFFF40;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid #FFFFFF40 !important;
}
#product-main-image img{
    max-height: 500px;
    width: auto;
}
/** Product page end **/

/* Events css start */
 :root {
    --tec-color-accent-primary:#1f3a7b !important;
    --tec-color-accent-primary-hover:#6dbe4b !important;
}
.tribe-events a,
.tribe-common a {
    color:#234083 !important;
}
.tribe-events a:hover,
.tribe-common a:hover {
    color:#6dbe4b !important;
}
div.tribe-events .tribe-events-calendar-list__event-date-tag-datetime{
    display: block;
    background: #1d3675;
    height: auto;
    padding: 20px;
    border-radius: 10px;
}
div.tribe-events .tribe-events-calendar-list__event-date-tag-datetime *{
    color: #fff !important;
}
.tribe-events .tribe-events-calendar-list__event-row{
    padding: 0;
    border-radius: 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #1d3675;
    padding-bottom: 50px;
} 

/* Events css end */

@media only screen and (min-width: 2100px){
    body:not(.home) {
        background-position: 0 -125px;
    }
}

@media only screen and (min-width: 2350px){
    body:not(.home) {
        background-position: 0 -225px;
    }
}
@media only screen and (min-width: 2550px){
    body:not(.home) {
        background-position: 0 -325px;
    }
}
@media only screen and (min-width: 2800px){
    body:not(.home) {
        background-position: 0 -425px;
    }
}

@media only screen and (min-width: 1600px){
    .page-id-1027 #headerbanner,
    .single-post #headerbanner{
        margin-bottom: 100px;
    }
    .single #headerbanner h1{
        font-size: 70px;
        padding: 0 50px;
    }
}
@media only screen and (max-width: 1600px){
    body:not(.home) {
        background-size: 120%;    
        background-position: top center;
    }
}

@media only screen and (max-width: 1100px){
    .container {
        width: 95%;
        margin:0 auto;
    }
    .row{
         margin:0;
    }
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    header.masthead .row{
        justify-content: center;
        padding-top: 30px;
    }
    .os-column .elementor-widget-heading .elementor-heading-title{
        font-size: 20px !important;
    }
    ul#menu-main-menu > li.has-mega > a, 
    ul#menu-main-menu > li.menu-item-has-children > a{
        background: none !important;
    }
    #headerbanner h1{
        font-size: 50px !important;
        margin: 0;
    }
    body{
        background: none !important;
    }
    #headerbanner{
        margin-bottom: 0;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        border-bottom: 50px solid #1d3776 !important;
        padding: 50px 0;
    }
    #headerbanner,
    header.masthead{
        background: #223f82 !important;
    }
    .home header.masthead{
        background: none !important;
    }
    body.single .header-description{
        display: none !important;
    }
    .tb-right::before{
        display: none !important;
    }
    #top-bar .container{
        width: 100%;
    }
    .ipadfull > .e-con-inner{
        flex-direction: column !important;
    }
    .ipadfull > .e-con-inner .elementor-element{
        width: 100% !important;
    }
    #valueprops > .e-con-inner{
        flex-wrap: wrap;
        justify-content: center;
    }
    #valueprops > .e-con-inner > .elementor-element{
        width: 48%;
    }
    #team-container {
        flex-direction: column;
        gap: 10px;
    }
    .bio-dets{
        order: 1;
    }
    .member-image{
        order: 0;
    }
    .linkedin-view{
        width: 100%;
    }
    #solutions-cont-two,
    #solutions-cont-three{
        display:none;
    }
    #solutions-cont-one{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #solutions-cont-one > a{
        width: 31%;
    }
    .ii-dot::after{
        display: none;
    }
    
    .has-mega.active .mega-wrap{
        display:block;
    }
    .mega-wrap{
        position: relative;
        top: 0;
        left: 0;
        padding-left: 0;
    }
    .e-n-tabs-content .elementor-widget-image,
    .e-n-tabs-content a img{
        display: none;
    }
    .mega-case-study{
        display: none;
    }
    .mega-wrap .elementor-widget-n-tabs .e-n-tabs-content p{
        text-align: left;
    }
    
    .mm-toggle{
        position: fixed;
        background: #223f82;
        z-index: 9999 !important;
        border-radius: 0 !important;
        padding: 15px !important;
        left: 10px;
    }
    .mm-toggle[aria-expanded="true"]{
        display:none;
    }
    .mega-wrap .elementor-widget-n-tabs .e-n-tabs {
        gap: 0;
        display: flex;
        flex-direction: column;
    }
    .mega-wrap .elementor-widget-n-tabs .e-n-tabs-content,
    .mega-wrap .elementor-widget-n-tabs .e-n-tabs-heading {
        width: 100%;
    }
    .mega-product-row {
        width: 100% !important;

    }
    .mega-product-row > .elementor-element{
        display: flex;
        flex-direction: column;
        width: 100% !important;
    }
	#search-form input{
		width: 150px;
	}
	#our-solutions-icons > .e-con-inner{
	    flex-wrap: wrap;
        justify-content: center;
	}
	#our-solutions-icons .os-column{
	    width: 30%;
	}
	#footer-copyright .container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    article.pf-card{
        flex-direction: column;
    }
    div.pf-dets{
        width: 100%;
    }
    article.pf-card:nth-child(even) .pf-thumb{
        order: 0;
    }
}

@media only screen and (min-width: 1101px) {
    .mm-panel,
    .mm-toggle {
        display: none !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    
}

@media only screen and (max-width: 1480px) {
    .e-con>.e-con-inner,
    .container{
        width: 95%;
    }
}

/* OFF-CANVAS CLONED MENU — ACTIVE ONLY AT <= 1100px */
@media only screen and (max-width: 1100px) {

  /* off-canvas panel (cloned) */
  .mm-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 340px;
    max-width: 86%;
    background: #082535; /* dark panel */
    color: #e6f7ff;
    z-index: 1400;
    transform: translateX(-100%);
    transition: transform .36s cubic-bezier(.2,.9,.2,1);
    box-shadow: 8px 0 38px rgba(0,0,0,0.28);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0px 15px;
    box-sizing: border-box;
  }

   .mm-toggle {
    display: inline-flex;
    align-items: center;
    padding: 12px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1600;
  }

  .mm-toggle .mm-icon {
    width: 34px;
    height: 24px;
    position: relative;
    display: inline-block;
  }

  .mm-toggle .mm-icon span {
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: #ffffff;            /* white bars */
    border-radius: 3px;
    transition: transform .25s ease, opacity .25s ease;
  }

  .mm-toggle .mm-icon span:nth-child(1) { top: 3px; }
  .mm-toggle .mm-icon span:nth-child(2) { top: 10px; }
  .mm-toggle .mm-icon span:nth-child(3) { top: 17px; }

  /* ------- OPEN STATE (hamburger → X) ------- */

  body.mm-open .mm-toggle .mm-icon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  body.mm-open .mm-toggle .mm-icon span:nth-child(2) {
    opacity: 0;
  }
  body.mm-open .mm-toggle .mm-icon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  /* open state */
  body.mm-open .mm-panel {
    transform: translateX(0);
  }

  /* panel header (close X) */
  .mm-panel .mm-panel-top {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom: 14px;
  }
  .mm-panel .mm-close {
    background: transparent;
    border: none;
    color: #cfeffb;
    font-size: 26px;
    cursor: pointer;
    padding: 6px;
  }

  /* the cloned menu list */
  .mm-panel .mm-cloned-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0 24px 0;
  }
  .mm-panel .mm-cloned-menu li {
    margin: 8px 0;
    position: relative;
  }
  .mm-panel .mm-cloned-menu a {
    display: inline-block;
    text-decoration: none;
    color: #d9f7ff;
    padding: 8px 6px;
    font-weight: 700;
  }
  .mm-panel .mm-cloned-menu a:hover,
  .mm-panel .mm-cloned-menu a:focus {
    color: #fff;
    background: rgba(255,255,255,0.03);
    border-radius: 4px;
  }

  /* submenu caret/button */
  .mm-panel .mm-has-children > .mm-sub-toggle {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: transparent;
    border: none;
    color: #bfdfe9;
    cursor: pointer;
    font-size: 30px;
    padding: 0;
    font-weight: 400;
  }

  /* collapsed submenu */
  .mm-panel .mm-submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
    padding-left: 12px;
  }

  /* open submenu */
  .mm-panel .mm-submenu.is-open {
    max-height: 800px; /* large enough for a few items */
    list-style-type: none;
  }

  /* nested submenu link styles */
  .mm-panel .mm-submenu a {
    font-weight: 600;
    color: #cfeffb;
    padding: 8px 6px;
    display: block;
  }

  /* mask for rest of page */
  body.mm-open::after {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.32);
    z-index: 1300;
    pointer-events: auto;
  }

  /* push main site content to the right (update if your theme uses a particular wrapper) */
  body.mm-open .site,
  body.mm-open #page,
  body.mm-open .container,
  body.mm-open .masthead ~ * {
    /* transform: translateX(340px); */
    transition: transform .36s cubic-bezier(.2,.9,.2,1);
    will-change: transform;
  }

  /* small screen tweak: panel uses larger width but allows overlay instead of push */
  @media (max-width: 560px) {
    .mm-panel { width: 92%; max-width: 420px; }
    body.mm-open .site,
    body.mm-open #page,
    body.mm-open .container,
    body.mm-open .masthead ~ * { transform: none; }
  }
  ul#menu-main-menu > li{
    display: block;
    text-align: left;
  }
  .menu-main-menu-container{
    display: none;
  }
  body:not(.home){
    background-size: 200%; 
    background-position: top center;
  }
    p#breadcrumbs{
        text-align: center;
    }
    .ipad-full > .e-con-inner{
        display: flex !important;
        flex-direction: column  !important;
    }
    .ipad-full > .e-con-inner > div{
        width: 100% !important;
    }
    #gform_wrapper_2 .gform_fields{
        display: flex;
        flex-direction: column;
    }
    #gform_wrapper_2 .ginput_container_textarea {
        max-width: 100%;
    }
    .recent-case-studies-grid .case-study-card {
        width: 100%;
    }
    .recent-case-studies-grid{
        flex-direction: column;
    }
    .page-template-t_resources .pf-filter-row > .pf-col{
        order: 0;
    }
    .page-template-t_resources .pf-filter-row > .pf-col:nth-child(4){
        order: 1;
    }
    .page-template-t_resources .pf-filter-row > .pf-col:nth-child(2){
        order: 2;
    }
    .page-template-t_resources .pf-filter-row > .pf-col:nth-child(3){
        order: 3;
    }
    img.pf-thumb{
        width: 100%;
    }
}

@media only screen and (max-width: 980px){
    .rp-2col{
        flex-direction: column;
        gap: 30px;
    }
    .rp-2col__right,
    .rp-2col__left{
        width:100%;
    }
    .main-footer .col-4{
        width: 100%;
    }
    .main-footer .row{
        flex-direction: column;
    }
    .main-footer #gform_wrapper_1{
        top: 0;
    }
    #footer-copyright{
        margin-top: 30px;
    }
    .footer-sidebar-2 {
        padding-left: 15px;
    }
    .main-footer .widgettitle {
        margin-top: 30px;
    }
    .rp-featured__content {
        margin-top: 30px;
    }    
    body:not(.home){
        background-size: 245%;
        background-position: top center;
    }
    .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event{
    flex-direction:column;
    }
    .tribe-events-calendar-list__event-featured-image-wrapper,
    .tribe-events-calendar-list__event-details{
        width:100%;
        order:unset;
    }
    
}
@media only screen and (max-width: 580px){
    .e-con>.e-con-inner{
        max-width: 95%;
    }
    .team-grid {
        gap: 50px;
        display: flex;
        flex-direction: column;
    }
    .tb-right{
        padding-left: 10px;
        padding-right: 10px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 0;
    }
    #video-container{
        margin-top: 20px;
    }
    #why-choose{
        border-radius: 20px;
    }
    .ii-dot::after,
    #why-choose::before{
        display: none;
    }
    .recent-case-studies-grid {
        flex-direction: column;
    }
    #industriesweserve > .e-con-inner{
        padding-top: 0;
    }
    .rp-item{
        flex-direction: column;
    }
    .footer-sidebar-2 {
        padding-left: 0;
    }
    #footer-copyright .container {
        flex-direction: column;
        text-align: center;
    }
    .footer-sidebar-3{
        order: 0;
    }
    .footer-sidebar-1{
        order: 1;
        margin-top: 30px;
    }
    .footer-sidebar-2{
        order: 2;
    }
    .main-footer #gform_wrapper_1 {
        top: -150px;
        margin-bottom: -150px;
    }
    body:not(.home) {
        background-size: 370%;
        background-position: top center;
    }
    #headerbanner h1{
        font-size: 30px;
    }
    .header-description{
        font-size: 16px;
    }
    #solutions-cont-one > a{
        width: 100%;
    }
    #headerbanner{
        border-bottom: 20px solid #1d3776 !important;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        top: -2px;
        position: relative;
    }
    .pf-card{
        padding: 20px !important;
        flex-direction: column;
        gap: 20px !important;
    }
    .pf-thumb,
    .pf-dets{ 
        width: 100% !important;
    }
    h2.pf-title{
        font-size: 32px;
    }
    article.pf-card:nth-child(even) .pf-thumb {
        order: 0;
    }
    .recent-case-studies-grid .case-study-card{
       width: 100% !important; 
    }
    .rp-item__thumb{
        width: 100%;
    }
    .rp-item__thumb img{
        width: 100%;
        height: auto;
    }
    body.home header.masthead{
        position: relative;
        background: #234083 !important;
    }
    .gt_selector{
        width: 249px;
    }
    #our-solutions-icons > .e-con-inner{
	    flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
	}
	#our-solutions-icons .os-column{
	    width: 100%;
	}
	#hero-text-two::after, 
	#hero-text-one::after{
	    display: none !important;
	}
	#footer-badges{
	    margin-top: 30px !important;
	}
	
	#search-form input{
		width: 249px;
	}
    .h-small-logo{
        display: inline-block;
        top: 5px;
        position: relative;
    }
    .h-with-logo .elementor-heading-title{
        display: block;
    }
    #valueprops > .e-con-inner > .elementor-element {
        width: 100%;
    }
    table{
        width:100%;
        border-collapse:collapse;
        display:block;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
    }
    table th,
    table td{
        white-space:nowrap
    }
    
}