/*
Theme Name: Your Theme Name
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later



License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: your-theme-name
*/
@charset "UTF-8";
/*************************************************************************************************
													RESET
***************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button;}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance: textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}* {margin: 0;padding: 0;list-style-type: none;} 
/*************************************************************************************************
													COMMON
***************************************************************************************************/
.faq-icon {
  display: flex;
  margin-left: 10px;
}

.faq-arrow {
  width: 16px;
  transition: transform 0.3s ease;
}

.faq:not(.active) .faq-arrow {
  transform: rotate(180deg); /* collapsed = down */
}

.faq.active .faq-arrow {
  transform: rotate(0deg); /* expanded = up */
}

.researchSection .text-center.com80{
    padding:40px 0;
}
.fibiContact .row-half.pNone{
    padding-top:125px;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-box {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  text-align: center;
}

.modal-input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}


.logoSlider {
    width: 100%;
    margin: auto;
}

.logoSlider img {
    max-width: 300px;
    margin: auto;
    display: block;
}

#_form_3_submit {
    background-color: #16224b !important;
    color: #fff !important;
    padding: 11px 15px !important;
    border-radius: 40px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    border: 1px solid var(--mColor) !important;
    margin-top: 18px !important;
}

._form-branding {
    display: none !important;
}

._form_element {
    margin-bottom: 18px !important;
}

body{--wp-dark-mode-scale: 1}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
body{margin:0;padding:0;width:100%;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;font-family:'Montreal',sans-serif}
.container{max-width:1170px;width:100%;margin:0 auto}
.container-fluid{width:100%;padding:0 20px}
.row{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.row-e{-ms-flex-preferred-size:0;-webkit-flex-basis:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;max-width:100%}
.row-half{-webkit-box-flex:0;-ms-flex:0 0 50%;-webkit-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.row-three{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;-webkit-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.row-four{-webkit-box-flex:0;-ms-flex:0 0 25%;-webkit-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.row-ten{-webkit-box-flex:0;-ms-flex:0 0 10%;-webkit-flex:0 0 10%;flex:0 0 10%;max-width:10%}
.row-five{-webkit-box-flex:0;-ms-flex:0 0 20%;-webkit-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.row-thirty{-webkit-box-flex:0;-ms-flex:0 0 30%;-webkit-flex:0 0 30%;flex:0 0 30%;max-width:30%}
.row-fourty{-webkit-box-flex:0;-ms-flex:0 0 40%;-webkit-flex:0 0 40%;flex:0 0 40%;max-width:40%}
.row-sixty{-webkit-box-flex:0;-ms-flex:0 0 60%;-webkit-flex:0 0 60%;flex:0 0 60%;max-width:60%}
.row-seventy{-webkit-box-flex:0;-ms-flex:0 0 70%;-webkit-flex:0 0 70%;flex:0 0 70%;max-width:70%}
.row-eighty{-webkit-box-flex:0;-ms-flex:0 0 80%;-webkit-flex:0 0 80%;flex:0 0 80%;max-width:80%}
.row-ninety{-webkit-box-flex:0;-ms-flex:0 0 90%;-webkit-flex:0 0 90%;flex:0 0 90%;max-width:90%}
.row-e,.row-eighty,.row-five,.row-four,.row-fourty,.row-half,.row-ninety,.row-seventy,.row-sixty,.row-ten,.row-thirty,.row-three{position:relative;width:100%;min-height:1px}
.dew,.wow{visibility:hidden}.p-0{padding:0!important}.p-5{padding:5px}.p-10{padding:10px}.p-15{padding:15px}.p-20{padding:20px}.p-30{padding:30px}.pt-0{padding-top:0!important}.pt-5{padding-top:5px}.pt-10{padding-top:10px}.pt-15{padding-top:15px}.pt-20{padding-top:20px}.pt-30{padding-top:30px}.pb-0{padding-bottom:0!important}.pb-5{padding-bottom:5px}.pb-10{padding-bottom:10px}.pb-15{padding-bottom:15px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px !important}.pl-0{padding-left:0!important}.pl-5{padding-left:5px}.pl-10{padding-left:10px}.pl-15{padding-left:15px}.pl-20{padding-left:20px}.pl-30{padding-left:30px}.pr-0{padding-right:0!important}.pr-5{padding-right:5px}.pr-10{padding-right:10px}.pr-15{padding-right:15px}.pr-20{padding-right:20px}.pr-30{padding-right:30px}.m-0{margin:0!important}.m-5{margin:5px}.m-10{margin:10px}.m-15{margin:15px}.m-20{margin:20px}.m-30{margin:30px}.mt-0{margin-top:0!important}.mt-5{margin-top:5px}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mb-0{margin-bottom:0!important}.mb-5{margin-bottom:5px}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.ml-0{margin-left: 0 !important;}.ml-5{margin-left: 5px;}.ml-10{margin-left: 10px;}.ml-15{margin-left: 15px;}.ml-20{margin-left: 20px;}.ml-30{margin-left: 30px;}.mr-0{margin-right: 0 !important;}.mr-5{margin-right: 5px;}.mr-10{margin-right: 10px;}.mr-15{margin-right: 15px;}.mr-20{margin-right: 20px;}.mr-30{margin-right: 30px;}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.mx-auto{margin-right:auto;margin-left:auto}.w-100{width:100%!important}.h-100{height:100%!important}
.order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}
.order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}
.order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}
.order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}
.d-flex,.flex, .is-layout-flex{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.is-layout-flex{margin-right: -15px; margin-left: -15px;}
.is-layout-flex > div.wp-block-column{padding-right: 15px;padding-left: 15px;flex-basis: 0; flex-grow: 1;}
.d-inline-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex}
.d-inline{display:-moz-inline-stack;display:inline-block;zoom:1;}
.d-block{display:block}
.d-none{display: none;}
.d-inline-block{display:inline-block}
.align-items-center,.flex_align_center{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.align-items-end{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end}
.align-items-start{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start}
.flex_jsb,.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}
.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:end;justify-content:end}
.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.flex-wrap,.wrap{-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}
.flex-no-wrap{-ms-flex-wrap:nowrap;-webkit-flex-wrap:nowrap;flex-wrap:nowrap}
.flex-column {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;
}
header ul li{list-style-type: none;}
header ul{margin-left: 0;}
ul, ol{margin-left: 20px;margin-top: 0;}
ul li{list-style-type:disc}
ol li{list-style-type:decimal}
.no-list li{list-style-type: none !important;position: relative;}
.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}
table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent;border-collapse:collapse}
table td,table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}
table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}
table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.relative, .position-relative{position:relative;}
.position-fixed{position: fixed;}
.position-absolute{position: absolute;}
.position-static{position: static;}
.position-sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky;top:10px}
.text-capital{text-transform:capitalize;}
.text-uppercase{text-transform:uppercase;}
.text-center{text-align:center;}
.text-left{text-align:left}
.text-right{text-align: right;}
.text-justify{text-align: justify;}
p, ul, ol{margin-bottom: 20px;}
p, li{font-weight: 400;font-size: 14px;}
.shadow{-webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);}
/* clear floats */
.container:after, .container:before{display: table;content: " ";clear: both;}
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } 
.clearfix { display:block; } 
.clear , .cb{ clear: both; }
.float-left{float:left;}
.float-right{float:right;}
img{max-width:100%;height:auto;vertical-align:bottom; }
a, a:hover{text-decoration:none;-webkit-transition:all .4s ease-in-out;-o-transition:all .2s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
*, *:after, *:before { -webkit-box-sizing:border-box; box-sizing:border-box; -webkit-font-smoothing:antialiased; font-smooth:antialiased; text-rendering:optimizeLegibility; } 
input:focus { outline:0; border:1px solid #04A4CC; } 
/*Core*/
.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000} p .alignnone{margin-bottom: 0;}
::-moz-selection { background:#04A4CC; color:#FFF; text-shadow:none; } 
::selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-webkit-selection { background:#04A4CC; color:#FFF; text-shadow:none; } ::-moz-selection { background:#04A4CC; color:#FFF; text-shadow:none; } 
.parallax{background-size: cover;background-repeat: no-repeat;background-attachment: fixed;background-position: top center;}
.abs-center{position: absolute; margin-left: auto; margin-right: auto; left: 0; right: 0;}
.abs-exact{ margin: 0 auto; left: 50%; top:50%; position: absolute; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.overlay {position: relative; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .6); padding: 60px 0; } 
.overlay.position-absolute{top:0;left:0;}
img.lazy {opacity: 0;-webkit-transition: opacity .5s ease-in;-o-transition: opacity .5s ease-in;transition: opacity .5s ease-in;}
.o-hidden, .overflow-hidden{overflow:hidden;}
.com60, .CommonPadding{padding:60px 0;}
.com80{padding:80px 0;}
.com80x60{padding:80px 0 60px 0;}
.com100x60{padding:100px 0 60px 0;}
*:focus { outline:none}
.nextline-logo{width:85px;}
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.dummy{padding: 0 !important;border:0 !important;margin: 0 !important;box-shadow: none !important;width: 0 !important;height: 0 !important;}
.text-second-line{word-spacing: 9999999px;}
:root{
    --mColor:#16224B;
}
/****************************************************************************************************************/
.primaryMenu ul {
    display: flex;
    list-style: none;
    margin-left: auto;
    align-items: center;
}
 .menuBtnNew.comBtn {
    background-color: #16224b;
    color: #fff;
    padding: 11px 15px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid var(--mColor);
}
.menuBtnNew img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.primaryMenu li a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.request {
    background-color: #23a799;
    border-radius: 30px;
    padding: 7px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50px;
}
.comHeading {
    font-size: 35px;
    color: var(--mColor);
    line-height: 50px;
}
.comBtn.view:hover{
    background-color: var(--mColor);
    border: 1px solid var(--mColor);
    color: #fff;
}
.comBtn.view {
    background: transparent;
    color: #000;
    border: 1px solid #16224b;
}
.eRa span{
  font-size: 35px;
}
.request a{
  font-size: 13px !important;
  color: #fff !important;
}
.comBtn:hover img{
    filter: brightness(0) !important;
}
.comBtn:hover svg{
    fill: #000;
}
.comBtn:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid var(--mColor);
}
.comBtn {
    background-color: #16224b;
    color: #fff;
    padding: 13px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--mColor);
}
.comBtn.view:hover img{
    -webkit-filter: brightness(0) invert(1) !important;
    filter: brightness(0) invert(1) !important;
}
.comBtn.img img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.menu{
  margin-bottom: unset;
}
.header {
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.decor {
    position: absolute;
    left: -10px;
    top: 10px;
}
.decor1 {
    position: absolute;
    right: -13px;
    top: 10px;
}
p{
    line-height: 30px;
}
@font-face {
  font-family: 'Montreal';
  src: url('fonts/Montreal-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montreal';
  src: url('fonts/Montreal-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.bgImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}
.greyColor{
    color: #16224B;
}
.homeBtn{
    position: relative;
}
.homeP {
    line-height: 35px;
}
.headerLogo img {
    
}

.bglight{
    background-color: #fbfbfb;
}
.dashboard {
    padding: 30px;
    background-color: #f3f3f3;
    border-radius: 36px;
}
video.dashboard {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.videoContent {
    padding: 0 60px;
}
.videoContent h2 {
    line-height: 45px;
}
.streamEach h3,.contentDesign h2{
    margin-bottom: 15px;
}
/* .streamLogo {
    background-color: var(--mColor);
    width: 80px;
    height: 80px;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.thirdSection .container {
    max-width: 1370px;
    width: 100%;
    margin: 0 auto;
}
.fourthSection{
    background-color: #16224b;
    color: #fff;
}
.fourthSection .w-100 {
    width: 95%!important;
}
.faq.mb-30{
    margin-bottom:unset;
}

.TabSection h2{
    display: flex;
    align-items: center;
}
.grantBtn{
    background-color: #a8bcff;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
}
.grantBtn:hover {
    background-color: #fff;
}
.faq{
    border-bottom: 1px solid #27345f;
    padding: 15px 0;
}
.faq-icon {
  float: right;
  font-size: 24px;
  margin-left: 10px;
}
.faq-toggle{
  cursor: pointer;
}
.faqContent {
  overflow: hidden;
  font-weight: 400;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.faqContent span{
    display:block;
    margin-bottom: 5px;
}
.faqContent {
  overflow: hidden;
  font-weight: 400;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.faq.active .faqContent {
  max-height: 500px; /* adjust as per your content size */
}
.fifthSection{
    background-color: #fff;
}
.firstSection h1 {
    font-size: 37px;
    line-height: 60px;
}
.firstSection{
    border-block: 1px solid #f3f3f3;
}
.fifthSection .container,.sixthSection .container,.firstSection .container{
    z-index: 2;
    position: relative;
}
.home .fifthSection .row-fourty{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    -webkit-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.fibiCrdM {
    background-color: #fff;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 395px;
}
.borderPink {
    border: 1px solid #9e5cab; /* Purple */
}
.borderYellow {
    border: 1px solid #c09486; /* Beige */
}
.borderGreen {
    border: 1px solid #22a568; /* Green */
}

.fibiCrdM p {
    color: #656565;
    line-height: 27px;
}
.testimonialCrd p {
    font-size: 14px;
    line-height: 22px;
}
.currentStatus {
    color: var(--mColor);
    font-size: 13px;
    font-weight: 400;
}
.currentStatus1{
    font-size: 13px;
    color: var(--mColor);
}
.userAccounts h3 {
    font-size: 15px;
}
.testimonialCrd {
    background-color: #fff;
    padding: 46px 65px;
    border-radius: 12px;
    height: 100%;
    border-bottom: 10px solid #23a799;
}
.footer{
    background-color: #f5f5f5;
}
.footer li a{
    color: #000;
    margin-right: 30px;
}
.footer li {
    padding: 0 15px;
}
.footerBtw {
    border-top: 1px solid #dcdcdc;
    padding: 20px 0;
}
.footerBtw a {
    color: #000000;
    font-weight: 100;
}
.requestVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 10px;
}
.requestTab{
    padding: 80px 60px;
}
.requestTab .overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 46, 87, 0.9);
  z-index: 1;
  border-radius: 10px;
}
.reqContent{
    position: relative;
    z-index: 3;
    color: #fff;
}
.home .reqDemo h3{
    font-size: 22px;
}
.reqDemo h3{
    font-size: 27px;
}
.seventhSection{
    border-radius: 10px;
    position:relative;
}
.seventhSection.home::before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:50%;
    background-color:#f5f5f5;
}
.allStream {
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
}
.streamEach {
    height: 100%;
}
.streamBorder {
    height: 100%;
    border-right: 1px solid #e3e3e3;
    padding: 0 30px;
}
.streamBorder p {
    margin-top: 0;
    line-height: 27px;
}
.researchSection h3 {
    font-size: 20px;
}
.hi-icon-effect-3a .hi-icon {
    color: #f06060;
}
.hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 2px var(--mColor);
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.hi-icon {
    display: inline-flex;
    font-size: 0px;
    margin: 15px 0 30px 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.hi-icon-location:before {
    content: "\e00e";
}
.hi-icon:before {
    font-family: 'ecoicon';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    background: #000;
}
.hi-icon-effect-3 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: var(--mColor);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hi-icon-effect-3a .hi-icon:hover {
    color: var(--mColor);
}
.hi-icon-effect-3a .hi-icon:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.hi-icon-effect-3 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: var(--mColor);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
.hi-icon-images:hover img{
    filter: brightness(0);
}
.comBtn.whiteBg{
    background-color: #fff;
    color: #000;
}
.comBtn.whiteBg:hover{
    background-color: var(--mColor);
    color: #fff;
}
.homeImg{
    position: relative;
    z-index: 2;
}
.firstSection.template h2 {
    font-weight: 500;
    font-size: 22px;
}
.homeDecor {
    position: absolute;
    top: 40px;
    z-index: 3;
    left: 142px;
}
.homeDecor2 {
    position: absolute;
    left: 75px;
    bottom: 40px;
    z-index: 3;
}
.homeDecor1 {
    position: absolute;
    top: 90px;
    right: 75px;
    z-index: 3;
}
.researchCrd {
    background-color: var(--mColor);
    color: #fff;
    padding: 40px 15px 25px;
    border-radius: 10px;
    height: 100%;
    text-decoration:none;-webkit-transition:all .4s ease-in-out;-o-transition:all .2s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}
.researchCrdMain .row-three{
    max-width: calc(33.3% - 30px);
}
.researchCrdMain {
  display: flex;
  align-items: stretch;
}
.mainFibi .row-three{
    max-width: calc(33.333333% - 20px);
    margin-bottom: 30px;
}
.fibiCrd img{
    border-radius: 10px;
}
.fibiContent{
    padding: 30px 20px 0;
}
.tabBtn {
    background-color: transparent;
    color: #000;
    padding: 10px 20px;
    border-radius: 36px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #23a799;
}
.tabBtn:hover{
    background-color: #23a799;
    color: #fff;
}
.featureTab{
    background-color: #f5f5f5;
    padding: 60px 40px; 
    border-radius: 10px;
}
.featureTab,.featureTab p{
    color: var(--mColor);
}
.featureMain {
  display: flex;
  flex-wrap: wrap;
}
.featuresTabs{
    gap: 20px;
}
.featureMain .row-three {
  flex: 0 0 calc(33.333% - 14px); 
  max-width: calc(33.333% - 14px);
}
.featureMain h2{
    margin-bottom: 8px;
}
.featureMain li {
    margin-bottom:15px !important;
}
.featureMain li marker{
    display: none;
}
.tab-button {
    padding: 10px 20px;
    border: 1px solid #23a799;
    background: transparent;
    cursor: pointer;
}
.tab-button.active {
    background: #23A799;
    color: #fff;
}
.featureTab {
    transition: all 0.4s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(3px);
    transform: translateY(0);
    transition: all 0.5s ease;
    transform: translateY(-10px);box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
.featureTab:hover::before {
    opacity: 0.15;
}
.featureTab img {
    transition: transform 0.4s ease;
    z-index: 1;
    position: relative;
}
.featureTab h3,
.featureTab p {
    transition: all 0.4s ease;
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    position: relative;
}
.featureTab:hover {
    box-shadow: none;
}
.featureTab:hover img {
    transform: scale(1.08) rotate(2deg);
}
.featureTab:hover h3,
.featureTab:hover p {
    transform: translateY(-3px);
}
.tab-content a{
    margin-top: 40px;
}
.researchCrd:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: var(--mColor);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.researchCrd img {
  transition: transform 0.8s ease, filter 0.8s ease;
}
.researchCrd:hover img {
  transform: scale(1.05);
  filter: brightness(0);
}
.slick-prev {
    left: -40px !important;
}
.slick-next {
    right: -40px !important;
}
.slick-prev:before, .slick-next:before {
    font-size: 25px !important;
    color: #23a799 !important;
}
.slick-dots {
    /*bottom: -40px !important;*/
    display: none !important;
}

.insta-icon {
        margin-bottom: 6px !important;
    }
    
.wpcf7-list-item.first{
    margin-left: unset;
}
input[type="range"] {
    accent-color: #16224B !important; /* Best for modern browsers */
}
.slider-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.slider-container {
  position: relative;
  width: 100%;
}

input[type="range"] {
  width: 100%;
}
#slider-value-bubble {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    background: #16224B;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
}
.slider-container {
  position: relative;
  width: 100%;
}
.slider-labels {
    display: flex;
    justify-content: space-between;
    color: #666;
}
.fibiContact {
    background-color: #fff;
    padding: 40px 20px 40px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 15px;
    z-index: 99;
    position: relative;
}
.fibiContact h2 {
    font-size: 22px;
}
#dynamic-price {
    background: #F3F3F3;
    padding: 10px 20px;
    border-radius: 25px;
    color: #23a799;
}
.hidden-options {
  display: none;
}
.slider-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
input[type="range"] {
  flex: 1;
}
input[type="number"] {
  width: 80px;
  padding: 6px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.checkbox-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.checkbox-row .wpcf7-list-item {
  width: calc(50% - 10px);
  margin: 0 0 10px 0;
} 
.fibiContact p {
    color: #7E7E7E;
}
.fibiContact h3 {
    font-weight: 500;
    font-size: 16px;
}
.module-item {
    padding: 30px 30px 20px 20px;
    border: 1px solid #23A799;
    border-radius: 9px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}
.module-item.active {
    background-color:  #F5FFFE;
}
.module-item [type=checkbox]{
    position: absolute;
    top: 7px;
    right: 10px;
    width: 17px;
    height: 17px;
    border: 2px solid #666;
    border-radius: 50%; 
    background-color: #fff;
    cursor: pointer;
}
.module-item img {
    display: block;
    margin-bottom: 10px;
}
.moduleTab .module-item{
    max-width: calc(20% - 10px);
}
.fibiContact input[type="number"] {
    background-color: #fff !important;
    border: 1px solid #C1BFBF !important;
    padding: 10px;
    border-radius: 11px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: auto !important;
    width: 76px !important;
}
.wpcf7-list-item{
    display: flex;
    align-items: center;
}
.wpcf7-radio .wpcf7-list-item.first{
    margin-right: 50px;
}
.contactDetails label{
    font-weight: 300;
}
.contactDetails input[type="text"],.contactDetails input[type="email"]{
    margin-top: 5px;
}
.contactDetails .row-three{
    max-width: calc(33.333333% - 10px);
}
.contactTop .bgImg{
    height: unset;
}
.requestImg {
    background-color: #F7F7F7;
    padding: 10px;
    height: 40px;
    width: 40px;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
}
.fibiContact .fibiSuport {
    font-weight: 600;
}
.contactRequestForm{
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 10px;
}
.topSectionRequest .container {
    max-width: 1190px;
}
.contactRequestForm .wpcf7-form-control-wrap{
    margin-top: 10px;
}
.header.top {
    position: fixed;
    -webkit-animation: stickyNavbar 0.5s linear;
    animation: stickyNavbar 0.5s linear;
    background: #fff;
    -webkit-filter: drop-shadow(0 4px 19px rgb(0 0 0 / .07));
    filter: drop-shadow(0 4px 19px rgb(0 0 0 / .07));
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    z-index: 999;
}
@keyframes stickyNavbar {
   0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    } 
}
main {
    padding-top: 50px;
}
.primaryMenu  li {
    position: relative;
    padding: 4px 0;
    margin: 0 20px;
}
.primaryMenu  li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) translateZ(0);
    transform: scaleY(1) translateZ(0);
}
.primaryMenu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 45px;
    left: 0;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    transform: translateY(2em);
    z-index: 2;
    transition: all 0.3s ease-in-out;
    background: #fff;
    text-align: left;
    padding: 20px 15px;
    box-shadow: 0 2px 14px rgb(0 0 0 / .1);
    display: flex;
    flex-wrap: wrap;
    min-width: 300px;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}
.primaryMenu li a:hover {
    color: #23a799;
}
.researchCrdMain .row-four{
    max-width: calc(25% - 15px);
}
.seventhSection .comBtn{
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
}
.seventhSection .comBtn:hover{
    background-color: var(--mColor);
    color: #fff;
    border: 1px solid #fff;
}
.seventhSection .comBtn:hover img{
    -webkit-filter: brightness(0) invert(1) !important;
    filter: brightness(0) invert(1) !important;
}
.rightImg{
    background-color: #F5F5F5;
    padding: 30px;
}
.featureMain li,.contentDesign li,.faqContent li{
  display: flex;
  align-items: center;
  list-style: none; 
  padding-left: 0;  
  margin: 0;
}
.featureMain ul,.contentDesign ul,.faqContent ul{
    margin-left: unset;
}
.featureMain li,.contentDesign li,.faqContent li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.featureMain li::before,.contentDesign li::before,.faqContent li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
   background-image: url('assets/images/tick.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-id-476 .seventhSection {
    padding-top: 0;
}
.contracts .row-half:nth-child(3),.contracts .row-half:nth-child(6){
    order: 2;
}
.contentDesign {
    padding-left: 30px;
}
.form-output-container {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 25px;
  border-radius: 10px;
  max-width: 600px;
  margin: 20px auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-output-container h2 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1c3faa;
}

.output-field {
  margin-bottom: 12px;
  font-size: 16px;
}
.testimonialSlider  .slick-track
{
    display: flex !important;
}
.testimonialSlider  .slick-slide
{
    height: inherit !important;
}
.output-field strong {
  color: #333;
}
.menu_holder{
    display: none;
}
.topSectionRequest {
    margin-top: -130px;
    z-index: 3;
    position: relative;
}
/* .footer-menu li:last-child .btnMenu a {*/
/*    color: #fff;*/
/*    font-size: 12px;*/
/*}*/
.btnMenu a{
    color: #fff;
    display: inline-block;
 }
.btnMenu{
    font-size: 13px;
}
.btnMenu a {
    background-color: #16224B;
    padding: 13px 16px 13px 16px;
    border-radius: 40px;
    border: 1px solid #16224B;
    display: flex;
    align-items: center;
}
.btnMenu:hover a{
    color: var(--mColor) !important;
}
.btnMenu a:hover{
    color: var(--mColor);
    border: 1px solid var(--mColor);
    background-color: transparent;
}

.nav-mobile {
    width: 100%;
    height: calc(100vh - 230px);
    overflow-x: hidden;
    background-color: #fff;
    color: #fff;
    padding: 0 20px;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
}
.breadcrumb {
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin-bottom: 1rem;
}
.breadcrumb li {
  display: inline;
}
.topPrivacy{
    background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}
.topPrivacy a,.topPrivacy{
    color: #fff;
}
.contactTop.position-relative{
    padding:100px 0 60px 60px;
}
.user-count-wrapper {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: flex-end;
    margin-left: auto;
}

.user-count-wrapper input[type="number"] {
  border: none;
  outline: none;
  width: 70px;
  font-size: 16px;
  background: transparent;
  text-align: right;
}

.slider-tick-icon {
  width: 18px;
  height: 18px;
  margin-left: 6px;
  display:none;
}
.contactDetails h3,.wpcf7-form-control-wrap {
    color: #7E7E7E;
    font-weight: 100;
}
.featureSection.overflow-hidden.com80{
    padding-bottom: 40px;
}
.seventhSectionP .comBtn:hover {
    background-color: var(--mColor);
    color: #fff;
    border: 1px solid #fff;
}
.seventhSectionP .comBtn:hover img {
    -webkit-filter: brightness(0) invert(1) !important;
    filter: brightness(0) invert(1) !important;
}
.tab-item ul {
    text-align:left;
}
.whyChoose .faqContent li{
    font-size: 16px;
    margin-bottom: 10px;
}
.whyChoose .TabSection h2 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.whyChoose .faq.mb-30 {
    margin-bottom: 10px;
}
.whyChoose .faq {
    padding: unset;
}
.whyChoose {
    padding-bottom:unset;
}
  .mainFibi {
    flex-wrap: wrap;
  }
  .page-id-476 .mainFibi > .row-three:nth-child(4){
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .mainFibi > .row-three:nth-child(7) {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
/*************************************************************************************************
													Slick Slider
***************************************************************************************************
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*************************************************************************************************
													Forms
***************************************************************************************************/
input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, select{ background-color: #fff;
    border: 1px solid #C1BFBF;padding: 10px;
    border-radius: 11px;width: 100%;
} 
textarea{
    height: 100px;
}
input[type="submit"]{ 
    background-color: #16224b;
    color: #fff;
    padding: 13px 20px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid var(--mColor);
    text-decoration:none;-webkit-transition:all .4s ease-in-out;-o-transition:all .2s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
    cursor: pointer;
    display: block;
    margin-left: auto;
}
input[type="submit"]:hover{
    background: transparent;
    color: #000;
    border: 1px solid #16224b;

}
.menu-toggle {
    width: 30px;
    height: 30px;
    max-width: 100%;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    -webkit-transition: height .3s ease,-webkit-transform .4s ease;
    transition: height .3s ease,-webkit-transform .4s ease;
    -o-transition: height .3s ease,transform .4s ease;
    transition: height .3s ease,transform .4s ease;
    transition: height .3s ease,transform .4s ease,-webkit-transform .4s ease;
}
.menu-toggle span.hamburger, .menu-toggle span.hamburger:after, .menu-toggle span.hamburger:before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .4s cubic-bezier(.6,0,.2,1);
    -o-transition: all .4s cubic-bezier(.6,0,.2,1);
    transition: all .4s cubic-bezier(.6,0,.2,1);
    margin: -1px 0 0 -13px;
}
.menu-toggle span.hamburger:before {
    margin-top: -7px;
    top: 0;
}
.menu-toggle span.hamburger:after {
    margin-top: 7px;
    top: 0;
}
.menu-is-open .menu-toggle span.hamburger {
    background: transparent!important;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}
.menu-is-open .menu-toggle span.hamburger:before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 0;
}
.menu-is-open .menu-toggle span.hamburger:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 0;
}
.header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1501;
    background: #fff;
    -webkit-transition: all .799s cubic-bezier(.74,.215,.125,1);
    -webkit-transition: all .799s cubic-bezier(.74,.215,.125,1.02);
    -o-transition: all .799s cubic-bezier(.74,.215,.125,1.02);
    transition: all .799s cubic-bezier(.74,.215,.125,1.02);
    -webkit-transition-timing-function: cubic-bezier(.74,.215,.125,1);
    -webkit-transition-timing-function: cubic-bezier(.74,.215,.125,1.02);
    -o-transition-timing-function: cubic-bezier(.74,.215,.125,1.02);
    transition-timing-function: cubic-bezier(.74,.215,.125,1.02);
    -webkit-transition-delay: .06s;
    -o-transition-delay: .06s;
    transition-delay: .06s;
    overflow: hidden;
}
.menu-is-open .header-mobile {
    width: 100%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    min-width: 100%;
}
.menu-footer {
    position: absolute;
    background-color: #23a799;
    width: 100%;
    padding: 20px;
    bottom: 0;
}
.footer-menu .menu > li.menu-item-has-children {
    position: relative;
}

.footer-menu .menu > li.menu-item-has-children > a {
    display: block;
    padding-right: 25px; /* Space for arrow */
    position: relative;
}
.footer-menu .menu > li.menu-item-has-children > a:after {
    content: "";
    border: solid #444;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    transition: all 0.3s ease;
}
.footer-menu .sub-menu.show {
    display: block;
    margin-left: 10px;
}
.HeadAnim a,address{
    color: #fff;
}
.menu-toggle.wcf-menu {
    width: unset;
    height: unset;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 20px 0;
}
.header-mobile a {
    display: inline-block;
}
.menu-is-open .wcf-menu-close {
    border: 1px solid #555;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.footer-menu li a {
    color: #000;
}
.footer-menu li {
    margin: 15px 0;
    position: relative;
}
.footer-menu>.menu-item-has-children:after {
    border: solid #444;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 5px;
    right: 20px;
    transition: all .4s ease-in-out;
}
.sub-menu li {
    width: 100%;
}
.footer-menu {
    display: block;
    width: 100%;
    padding: 20px;
}
.sub-menu.show {
    display: block;
  }
.contactTop  .container {
    z-index: 3;
    position: relative;
}
.sub-menu li a{
    color: #000 !important;
    font-size: 15px !important;
}
address{
    font-style: normal;
}
.topSection.pricing {
    position: relative;
}
.topSection.pricing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #f2f2f2;
    z-index:1;
}
.com40{
    padding: 40px 0;
}
.yellowGradient {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(254, 244, 241, 1) 100%);
    border-radius: 10px;
}
.greenGradient {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(213 243 224) 100%);
    border-radius: 10px;
}
.pinkGradient {
   background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(253 233 248) 100%);
   border-radius: 10px;
}
.fibiCrdM {
    padding:10px;
}
.videoContent .comHeading {
    font-size: 33px;
    color: var(--mColor);
    line-height: 50px;
}
.featureMain .row-half:nth-child(odd){
    padding-right: 30px;
}
.featureMain h2 {
    margin-bottom: 15px;
}
.researchCrd a,.researchrd p{
    color:#fff;
}
.researchCrd:hover a {
    color:#000 !important;
}
.wpcf7-response-output {
    position: relative;
    background-color: #d2edbc;
    border: 1px solid #2fa23a;
    color: #107519;
    padding: 10px !IMPORTANT;
    border-radius: 6px;
    padding-left: 30px !important;
}
/* ✅ Show tick only on successful message */
form.wpcf7-form.sent:not(.invalid) .wpcf7-response-output::before {
  content: '✔';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #28a745;
  font-size: 18px;
  font-family: Arial, sans-serif;
}

/* ✅ Hide tick on invalid/error message */
form.wpcf7-form.invalid .wpcf7-response-output::before {
  content: none !important;
}

form.wpcf7-form.invalid .wpcf7-response-output {
  background-color: transparent;
  color: #454545;
  padding-left: 10px !important;
}

form.wpcf7-form.invalid .wpcf7-response-output::before {
  content: none;
}
.nav-mobile .footer-menu {
    padding: unset;
}
.learnTabImg {
    width: 45px;
    height: 45px;
    background-color: #16224B;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.reportHighlight p {
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
}
.learnTab p {
    color: #656565;
    line-height: 26px;
}
.reportHighlight{
    background-color:#E2F9E8;
    border:1px solid #068126;
    border-radius:10px;
}
.reportHighlight .learnTabImg{
    background-color:#33934C;
}
label {
    font-size: 13px;
}
.lightColor{
    background: #f5f5f5;
    border-radius: 12px;
}
.form-container {
    border-radius: 12px;
    padding: 50px 30px;
}
.form-container h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}
.form-container p.subheadline {
  text-align: center;
  color: #1c1c3a;
  font-weight: 600;
  margin-bottom: 25px;
}
.form-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.form-group input,
.form-container input[type="text"],
.form-container input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}
.form-container .full-width {
  width: 100%;
  margin-bottom: 20px;
}
.submit-button {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.submit-button button {
    background-color: #16224B;
    color: #fff;
    padding: 15px 20px;
    font-size: 13px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.privacy-note {
    font-size: 12px;
    color: #555;
    text-align: center;
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #DCDCDC;
}
.privacy-note a {
    color: #33934cd1;
    text-decoration: underline;
}
.icon {
  font-size: 16px;
}
.aiSurvey .comHeading {
    font-size: 35px;
    color: var(--mColor);
    line-height: 43px;
}
.custom-submit-wrap .menuBtnNew{
    cursor:pointer;
    -webkit-transition:all .4s ease-in-out;-o-transition:all .2s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
    margin:auto;
}
.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
.privacy-toc li {
    margin-bottom: 8px;
}
.topSectionPrivacy address {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 25px;
}
#scrollView {
  scroll-margin-top: 120px; 
}
html {
  scroll-behavior: smooth;
}
/*************************************************************************************************
													RESPONSIVE
***************************************************************************************************/
/* Mobile phones only */
/* === Mobile Devices (phones only) === */
@media screen and (max-width: 767px) {
    .mPadNone{
        padding-right:unset;
    }
    .fibiContact h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
}
    .module-item img {
    width: 35px;
}
    .reqDemo h3 {
    font-size: 23px;
    margin-bottom: 13px;
}
    .firstSection.template h2 {
    font-weight: 500;
    font-size: 16px;
}
.comHeading,.aiSurvey .comHeading {
    font-size: 25px;
    color: var(--mColor);
    line-height: 37px;
}
   .whyChoose .TabSection {
        padding: 10px 15px 0 25px;
    }
  /* Mobile-specific styles go here */
  .fibiContact .row-half.pNone {
    padding-top: unset;
  }

  .home .fifthSection .row-fourty {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .header .logo {
    width: 50px;
    height: 26px;
    object-fit: cover;
  }

  .firstSection .row.justify-content-center {
    display: flex;
    flex-direction: column;
  }

  .firstSection {
    padding-bottom: 30px;
  }

  .menu_holder {
    display: block;
  }

  .header nav,
  .sub-menu,.homeDecor2 ,.homeDecor1,.homeDecor {
    display: none;
  }

  .container {
    padding: 0 20px;
  }

  .row-eighty,
  .row-four,
  .row-fourty,
  .row-half,
  .row-ninety,
  .row-seventy,
  .row-sixty,
  .row-three,
  .row-thirty,
  .module-item.row-five,
  .mainFibi .row-three,
  .researchCrdMain .row-four,
  .featureMain .row-three {
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

.firstSection h1, .eRa span {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px;
}

  .privacy-container {
    padding: 20px 15px;
  }

  .tab-button,
  .tabMain {
    width: 100%;
    display: block;
  }

  .footer ul,
  .reqContent {
    display: block;
  }

  .module-item,
  .reqDemo,.mbMob {
    margin-bottom: 20px;
  }
  .isoImg img {
    width: 75px;
}
.footerBtw a {
    font-size: 9px;
    display: block;
    margin-top: 8px;
}
.footerIm svg{
    width: 15px;
}
.lastChild svg{
    width: 10px;
}
.footer li {
    margin-bottom: 6px;
}
.footer li:last-child,.mainFibi .row-three:last-child {
    margin-bottom: unset;
}
.contactTop.position-relative {
    padding: 50px 15px;
}
.pNone {
    padding:unset;
}
.g-recaptcha {
    zoom: 0.75;
    transform: scale(0.75);
    transform-origin: 0 0;
    height: auto !important;
  }

  /* Prevent double scroll */
  .g-recaptcha iframe {
    max-width: 100% !important;
    height: auto !important;
  }
.wpcf7-form-control .wpcf7-list-item {
    width: 100%;
    display: block;
    margin: auto;
    padding-bottom: 8px;
}
.contactRequestForm .wpcf7-list-item,.contactDetails {
    display: block;
    width: 100%;
    margin: unset  !important;
}
.contactDetails .row-three {
    max-width: unset;
    margin-bottom: 25px;
}
    .requestTab {
        padding: 40px 30px;
    }

 .reqContent,.footer ul{
    display: block;
}
 .reqDemo {
    margin-bottom: 30px;
}
.page-id-17 .seventhSection {
    padding-top:30px;
}
.decor1 ,.decor {
    display: none;
}
.mMob {
    margin-right:unset;
}
.firstSection .comBtn:first-child {
    margin-bottom: 15px;
}
.text-center.com80 {
    padding: 40px 15px;
}
.videoContent {
    padding: 0 30px;
}
 .allStream {
        display: block;
    }
    .streamEach,.fibiCrdM  {
    margin-bottom: 20px;
}
.streamBorder{
    border-right:unset;
}
.faq-toggle{
    font-size:18px;
    margin-bottom:10px;
}
.fourthSection {
    padding-bottom:20px;
}
.pMob{
    padding:unset;
}
.mMob {
    margin:unset;
}
  .testimonialCrd {
        padding: 35px;
    }
    .currentStatus1,.currentStatus {
    font-size: 11px;
}
.userAccounts h3 {
    font-size: 13px;
}
.userAccounts img{
     width: 45px;
}
.comBtn.img.mobMarg.mr-20 {
    margin-right:unset;
}
.mainFibi{
    margin-bottom:unset;
}
.mainFibi .row-three{
    margin-bottom:20px;
}
.featuresTabs {
    gap:unset;
}
.researchCrdMain .row-four{
    margin-bottom: 20px;
}
.tabBtn {
    margin-bottom: 13px;
}
.featureMain .row-half:nth-child(odd) {
    padding-right: unset;
}
.contentDesign {
    padding-left:unset;
}
.contracts{
    margin-bottom:unset;
}
  .contracts .row-half:nth-child(3),
  .contracts .row-half:nth-child(6) {
    order: unset;
  }
  .seventhSectionP,.aiSurvey.com80 {
      padding-top:30px;
  }
  .featureSection.overflow-hidden.com80 {
    padding-bottom: 15px;
}
.fibiCrdM {
    min-height: 350px;
}
.aiSurvey .row-fourty{
    text-align:center;
}
.aiSurvey img {
    width: 250px;
    height: 357px;
    object-fit: cover;
}
.reportHighlight {
    padding: 20px 10px;
    margin-bottom: 50px;
}
.form-container {
    border-radius: 12px;
    padding: 30px 20px;
}
}

/* === Landscape mboile */
@media only screen and (max-width: 667px) and (orientation: landscape) {
    .menu-footer {
        padding: 10px 20px;
    }
}

/* === Tablets Only (768px–1024px) === */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tabP{
        padding:unset;
    }
    .mb-0.mbPad {
    padding-bottom: 10px;
}
      .seventhSectionP {
      padding:60px 0;
  }
  .padMob{
      margin-bottom:35px;
  }
     .streamEach,.fibiCrdM  {
    margin-bottom: 20px;
}
.streamBorder{
    border-right:unset;
}
.textPadCenter{
    text-align:center;
}
    .seventhSection {
        padding-top:20px;
    }
    .contactTop.position-relative {
    padding: 50px 50px 20px 50px;
}
         .reqContent{
    display: block;
}
     .reqContent p{
    margin-bottom: 15px !important;
}
      .requestTab {
        padding: 40px 30px;
    }
    .fibiContact .row-half.pNone {
    padding-top: unset;
}
    .fibiContent {
    padding: 20px;
}
  .header .logo {
    width: 50px;
    height: 26px;
    object-fit: cover;
  }

  .firstSection {
    padding-bottom: 30px;
  }

  .sixthSection {
    height: unset;
  }

  .pMob {
    padding: unset;
    margin-bottom: 20px;
  }

  .decor,
  .decor1,
  .sub-menu {
    display: none;
  }

  .container {
    padding: 0 20px;
  }

  .home .fifthSection .row-fourty,
  .row-eighty,
  .row-four,
  .row-fourty,
  .row-half,
  .row-ninety,
  .row-seventy,
  .row-sixty,
  .row-three,
  .row-thirty,
  .module-item.row-five,
  .mainFibi .row-three,
  .researchCrdMain .row-four,
  .featureMain .row-three {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .firstSection h1,
  .eRa span {
    font-size: 30px;
    line-height: 45px;
  }

  .topSectionRequest {
    margin-top: -85px;
  }

  .contactTop {
    height: unset;
  }

  .mMob {
    margin: unset;
    margin-right: 10px;
  }

  .reqDemo,
  .module-item {
    margin-bottom: 20px;
  }

  .firstSection .comBtn,
  .researchCrdMain .row-four {
    margin-bottom: 15px;
  }

  .contracts .row-half:nth-child(3),
  .contracts .row-half:nth-child(6) {
    order: unset;
  }
   .allStream {
        display: block;
    }
   .fifthSection {
    padding-bottom: 30px;
}
.tabBtn  {
    margin-right:10px;
    margin-bottom: 10px
}


/* Exactly 360px width */
/*@media screen and (width: 360px) {*/
    
/*    .fibiContact .row-half.pNone {*/
/*    padding-top: unset;*/
/*}*/

/*    .home .fifthSection .row-fourty{*/
/*    -ms-flex: 0 0 100% !important;*/
/*        -webkit-box-flex: 0 !important;*/
/*        flex: 0 0 100% !important;*/
/*        max-width: 100% !important;  */
/*}*/
/*       .firstSection .comBtn {*/
/*        margin-right: 15px !important;*/
/*    }*/
/*}*/
/*  Exactly 667px width */
/*@media screen and (width: 667px) {*/
/*    .fibiContact .row-half.pNone {*/
/*    padding-top: 125px;*/
/*}*/
/*    .home .fifthSection .row-fourty{*/
/*    -ms-flex: 0 0 100% !important;*/
/*        -webkit-box-flex: 0 !important;*/
/*        flex: 0 0 100% !important;*/
/*        max-width: 100% !important;  */
/*}*/
/*        .firstSection .comBtn {*/
/*        margin-right: 15px !important;*/
/*    }*/
/*}*/
/*   Exactly 720px width  */

/*@media screen and (width: 720px) {*/
/*.fibiContact .row-half.pNone {*/
/*    padding-top: unset;*/
/*}*/
/*    .home .fifthSection .row-fourty{*/
/*    -ms-flex: 0 0 100% !important;*/
/*        -webkit-box-flex: 0 !important;*/
/*        flex: 0 0 100% !important;*/
/*        max-width: 100% !important;  */
/*}*/
/*    .header .logo {*/
/*    width: 50px;*/
/*    height: 26px;*/
/*    object-fit: cover;*/
/*}*/
/*        .firstSection .comBtn {*/
/*        margin-right: 15px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 667px) and (orientation: landscape) {*/
/*    .featureMain .row-half:nth-child(odd) {*/
/*    padding-right: unset;*/
/*}*/
/*    .fibiContact .row-half.pNone {*/
/*    padding-top: unset;*/
/*}*/
/*    .home .fifthSection .row-fourty{*/
/*    -ms-flex: 0 0 100% !important;*/
/*        -webkit-box-flex: 0 !important;*/
/*        flex: 0 0 100% !important;*/
/*        max-width: 100% !important;  */
/*}*/
/*    .text-center.com80{*/
/*        padding: 30px 0;*/
/*    }*/
/*    .nav-mobile {*/
/*        width: 100%;*/
/*        height: calc(100vh - 190px);*/
/*        overflow-x: hidden;*/
/*        background-color: #fff;*/
/*        color: #fff;*/
/*        padding: 0 20px;*/
/*    }*/
/*}*/
/*@media (min-width: 766px) and (max-width: 1280px){*/

/* .header .logo {*/
/*    width: 50px;*/
/*    height: 26px;*/
/*    object-fit: cover;*/
/*}*/
/*    .firstSection {*/
/*    padding-bottom: 30px;*/
/*}*/
/*    .sixthSection {*/
/*    height: unset;*/
/*}*/
/*      .pMob{*/
/*        padding: unset;*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    .decor,.decor1 {*/
/*    display: none;*/
/*}*/
/*     .sub-menu {*/
/*    display: none;*/
/*  }*/
/*.container {*/
/*    padding: 0 20px;*/
/*}*/
/*.home .fifthSection .row-fourty{*/

/*    -ms-flex: 0 0 100% !important;*/
/*        -webkit-box-flex: 0 !important;*/
/*        flex: 0 0 100% !important;*/
/*        max-width: 100% !important;  */
/*}*/
/*    .row-eighty,.row-four,.row-fourty,.row-half,.row-ninety,.row-seventy,.row-sixty,.row-three,.row-thirty,.module-item.row-five,.mainFibi .row-three,.researchCrdMain .row-four,.featureMain .row-three{*/
/*        -ms-flex: 0 0 100%;*/
/*        -webkit-box-flex: 0;*/
/*        flex: 0 0 100%;*/
/*        max-width: 100%;*/
/*    }*/
/*    .firstSection h1,.eRa span {*/
/*        font-size: 30px;*/
/*        line-height: 45px;*/
/*    }*/
/*    .topSectionRequest {*/
/*    margin-top: -85px;*/
/*}*/
/*.contactTop {*/
/*    height: unset;*/
/*}*/
/*.mMob {*/
/*    margin: unset;*/
/*    margin-right: 10px;*/
/*}*/
/* .reqContent,.footer ul{*/
/*    display: block;*/

/*}*/
/* .reqDemo {*/
/*    margin-bottom: 30px;*/
/*}*/
/*  .allStream {*/
/*        display: block;*/
/*    }*/
/*    .module-item {*/
/*    margin-bottom: 20px;*/
/*}*/
/* .firstSection .comBtn,.researchCrdMain .row-four{*/
/*        margin-bottom: 15px;*/
/*    }*/
/*.contracts .row-half:nth-child(3), .contracts .row-half:nth-child(6) {*/
/*    order: unset;*/
/*}*/
/*.parent-pageid-10 .sixthSection {*/
/*    height: unset;*/
/*}*/
/*}*/
/*.anchor {*/
/*    display: block;*/
/*    position: relative;*/
/*    top: -50px;*/
/*    visibility: hidden;*/
/*}*/
/*html {*/
/*  scroll-behavior: smooth;*/
/*}*/

/*[id] {*/
/*  scroll-margin-top: 80px; */
/*}*/

/* .privacy-container {*/
/*      padding: 40px 20px;*/
/*      background: #fff;*/
/*      box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
/*    }*/

/*   .topSectionPrivacy h1,.topSectionPrivacy h2,.topSectionPrivacy h3 {*/
/*      color: #003366;*/
/*      margin-bottom: 10px;*/
/*    }*/

/*   .topSectionPrivacy h1 {*/
/*      font-size: 32px;*/
/*      border-bottom: 2px solid #003366;*/
/*      padding-bottom: 10px;*/
/*    }*/

/*    .topSectionPrivacy p, .topSectionPrivacy li {*/
/*      line-height: 1.7;*/
/*      margin-bottom: 12px;*/
/*    }*/

/*    .topSectionPrivacy ul {*/
/*      padding-left: 20px;*/
/*    }*/

/*    .key-points {*/
/*      background: #fbfbff;*/
/*      padding: 20px;*/
/*      border-left: 5px solid #0073e6;*/
/*      margin: 30px 0;*/
/*    }*/
/*    .privacy-toc {*/
/*        margin-top: 20px;*/
/*        background-color: #fbfbff;*/
/*        padding: 20px;*/
/*        border-radius: 8px;*/
/*    }*/
/*    .privacy-toc ul {*/
/*      list-style: none;*/
/*      padding: 0;*/
/*    }*/
/*    .privacy-toc a {*/
/*      text-decoration: none;*/
/*      color: #0073e6;*/
/*    }*/
/*    .privacy-toc a:hover {*/
/*      text-decoration: underline;*/
/*    }*/
/*    .contact-box {*/
/*      margin-top: 40px;*/
/*      padding: 20px;*/
/*      background-color: #fbfbff;*/
/*      border-left: 5px solid #003366;*/
/*    }*/
/*    @media screen and (max-width: 600px) {*/
/*         .featureMain .row-half:nth-child(odd) {*/
/*    padding-right: unset;*/
/*}*/
/*        .fibiContact .row-half.pNone {*/
/*    padding-top: 125px;*/
/*}*/
/*      .privacy-container {*/
/*        padding: 20px 15px;*/
/*      }*/
/*    }*/
/*.privacy-toc ul{*/
/*    margin-left: 10px;*/
/*}*/
/*.privacy-toc ul li{*/
/*    list-style-type: unset;*/
/*}*/
































/*@media (max-width: 1800px) {*/


/*      .text-center.com80{*/
/*        padding: 30px 0;*/
/*    }*/
/*}*/
/*@media (max-width: 1410px) {*/

/*}*/
/*@media (max-width: 1115px) {*/

/*}*/
/*@media (max-width: 765px)  {*/
/*    .fibiContact .row-half.pNone {*/
/*    padding-top: unset;*/
/*}*/
/*    .home .fifthSection .row-fourty{*/
/*    -ms-flex: 0 0 100% !important;*/
/*        -webkit-box-flex: 0 !important;*/
/*        flex: 0 0 100% !important;*/
/*        max-width: 100% !important;  */
/*}*/
/*        .header .logo {*/
/*    width: 50px;*/
/*    height: 26px;*/
/*    object-fit: cover;*/
/*}*/
/*    .firstSection .comBtn{*/
/*        margin-right: unset;*/
/*    }*/
/*    .text-center.com80{*/
/*        padding:30px 0*/
/*    }*/
/*      .firstSection {*/
/*    padding-bottom: 30px;*/
/*}*/
/*    .comBtn.img.mMob.mr-20{*/
/*        margin-right: unset;*/
/*    }*/
/*    .comBtN {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*    .seventhSection{*/
/*        padding-top: 30px;*/
/*    }*/
/*    .checkbox-row .wpcf7-list-item {*/
/*    width: unset;*/
/*    margin: 0 30px 10px 0;*/
/*}*/
/*    .fibiContact {*/
/*    padding: 40px 20px 40px 20px;*/
/*}*/
/*    .module-item {*/
/*    margin-bottom: 20px;*/
/*}*/
/* .TabSection {*/
/*    padding: 30px;*/
/*}*/
/*    .sub-menu {*/
/*    display: none;*/
/*  }*/
/*.header nav{*/
/*    display: none;*/
/*}*/
/*.menu_holder{*/
/*    display: block;*/
/*}*/
/*.container {*/
/*    padding: 0 20px;*/

/*}*/
/*    .row-eighty,.row-four,.row-fourty,.row-half,.row-ninety,.row-seventy,.row-sixty,.row-three,.row-thirty,.module-item.row-five,.mainFibi .row-three,.researchCrdMain .row-four,.featureMain .row-three{*/
/*        -ms-flex: 0 0 100%;*/
/*        -webkit-box-flex: 0;*/
/*        flex: 0 0 100%;*/
/*        max-width: 100%;*/
/*    }*/
/*    .firstSection h1,.eRa span {*/
/*        font-size: 30px;*/
/*        line-height: 45px;*/
/*    }*/
/*    .decor,.decor1{*/
/*        display: none;*/
/*    }*/
/*    h1,.comHeading,.topSectionPrivacy h1{*/
/*      font-size: 25px;*/
/*      text-align: center;  */
/*      line-height: 35px;*/
/*    }*/
/*    .privacy-container h3{*/
/*        font-size: 17px;*/
/*    }*/
/*    .firstSection .comBtn,.researchCrdMain .row-four{*/
/*        margin-bottom: 15px;*/
/*    }*/
/*    .allStream {*/
/*        display: block;*/
/*    }*/
/*    .streamBorder {*/
/*        border-right: unset;*/
/*    }*/
/*    .videoContent {*/
/*        padding: 0 30px;*/
/*    }*/
/*    .pMob{*/
/*        padding: unset;*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    .TabSection h2 {*/
/*        font-size: 18px;*/
/*    }*/
/*    .testimonialCrd {*/
/*        padding: 35px;*/
/*    }*/
/*    .requestTab {*/
/*        padding: 40px 30px;*/
/*    }*/

/* .reqContent,.footer ul{*/
/*    display: block;*/
/*}*/
/* .reqDemo {*/
/*    margin-bottom: 30px;*/
/*}*/
/*.contactRequestForm .wpcf7-list-item,.contactDetails {*/
/*    display: block;*/
/*    width: 100%;*/
/*    margin: unset  !important;*/
/*}*/
/*.contactDetails .row-three {*/
/*    max-width: unset;*/
/*    margin-bottom: 25px;*/
/*}*/
/*.homeDecor1 ,.homeDecor,.homeDecor2{*/
/*    display: none;*/
/*}*/
/*.tabBtn {*/
/*    margin-bottom: 10px;*/
/*}*/
/*.tabMain .tabBtn:last-child{*/
/*    margin-bottom: unset;*/
/*}*/
/*.reqDemo h3 {*/
/*    font-size: 20px;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.page-id-399 .firstSection h1,.page-id-399 .eRa span,.page-id-451 .eRa span,.page-id-451 .firstSection h1 {*/
/*    font-size: 25px;*/
/*    line-height: 40px;*/
/*}*/
/*.firstSection.template h2 {*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*}*/
/*}*/

/*@media (max-width: 425px){*/
/*    .fibiContact .row-half.pNone {*/
/*    padding-top: unset;*/
/*}*/
/*    .home .fifthSection .row-fourty{*/
/*    -ms-flex: 0 0 100% !important;*/
/*        -webkit-box-flex: 0 !important;*/
/*        flex: 0 0 100% !important;*/
/*        max-width: 100% !important;  */
/*}*/
/*    .firstSection .row.justify-content-center {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*    .tabMain {*/
/*        display: block;*/
/*    }*/
/*    .tab-button{*/
/*        width: 100%;*/
/*    }*/
/*.topSectionRequest {*/
/*    margin-top: unset;*/
/*}*/
/*}*/

/*@media only screen and (max-width: 545px) {*/
/*    .fibiContact .row-half.pNone {*/
/*    padding-top: unset;*/
/*}*/
/*    .fifthSection .row.align-items-center.justify-content-center.text-center{*/
/*        margin-bottom:unset;*/
/*    }*/
/*    .home .fifthSection .row-fourty{*/
/*    -ms-flex: 0 0 100% !important;*/
/*        -webkit-box-flex: 0 !important;*/
/*        flex: 0 0 100% !important;*/
/*        max-width: 100% !important;  */
/*}*/
/*    .firstSection.overflow-hidden .comBtn{*/
/*    margin-right: 15px;*/
/*}*/
/*      .comBtn.img.mMob {*/
/*    margin-right: unset;*/
/*}*/
/*    .topSectionRequest {*/
/*    margin-top: -85px;*/
/*}*/
/*.home .sixthSection {*/
/*    height: unset;*/
/*}*/
/*.tab-button{*/
/*    width: 100%;*/
/*}*/
/*.isoImg img {*/
/*    width: 75px;*/
/*}*/
/*.footerBtw a {*/
/*    font-size: 9px;*/
/*    display: block;*/
/*    margin-top: 8px;*/
/*}*/
/*.footerIm svg{*/
/*    width: 15px;*/
/*}*/
/*.lastChild svg{*/
/*    width: 10px;*/
/*}*/
/*.footer li {*/
/*    margin-bottom: 6px;*/
/*}*/
/*.footer li:last-child {*/
/*    margin-bottom: unset;*/
/*}*/
/*}*/





































































































/* @media only screen and (max-width: 820px), only screen and (max-device-width: 1024px) and (min-device-width: 768px), only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){*/
    
/*    .TabSection {*/
/*    padding: 30px;*/
/*}*/
/*    .sub-menu {*/
/*    display: none;*/
/*  }*/
/*.header nav{*/
/*    display: none;*/
/*}*/
/*.menu_holder{*/
/*    display: block;*/
/*}*/
/*.container {*/
/*    padding: 0 20px;*/

/*}*/
/*.row-eighty,.row-four,.row-fourty,.row-half,.row-ninety,.row-seventy,.row-sixty,.row-three,.row-thirty,.module-item.row-five,.mainFibi .row-three,.researchCrdMain .row-four,.featureMain .row-three{*/
/*    -ms-flex: 0 0 100%;*/
/*    -webkit-box-flex: 0;*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*}*/
/*.firstSection h1 {*/
/*    font-size: 25px;*/
/*    line-height: 35px;*/
/*}*/
/*.TabSection h2 {*/
/*    font-size: 18px;*/
/*}*/
/*.eRa span {*/
/*    font-size: 25px;*/
/*}*/
/*.mMob{*/
/*    margin: unset;*/
/*}*/
/*    .firstSection .comBtn,.researchCrdMain .row-four{*/
/*    margin-bottom: 15px;*/
/*}*/
/*.comHeading{*/
/*    font-size: 30px;*/
/*}*/
/*.allStream {*/
/*    display: block;*/
/*}*/
/*.streamBorder {*/
/*    border-right: unset;*/
/*}*/
/*    .pMob{*/
/*    padding: unset;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.testimonialCrd {*/
/*    padding: 35px 30px;*/
/*}*/
/*  .reqContent,.footer ul{*/
/*    display: block;*/
/*}*/
/*.mobP {*/
/*    margin-bottom: 15px;*/
/*}*/
/*.isoImg img {*/
/*    width: 75px;*/
/*}*/
/*.footerBtw a {*/
/*    font-size: 9px;*/
/*    display: block;*/
/*    margin-top: 8px;*/
/*}*/
/*.footerIm svg{*/
/*    width: 15px;*/
/*}*/
/*.lastChild svg{*/
/*    width: 10px;*/
/*}*/
/*.requestTab {*/
/*    padding: 40px 30px;*/
/*}*/
/*.requestTab.home {*/
/*    position: relative;*/
/*    top: 30px;*/
/*}*/
/* .reqDemo {*/
/*    margin-bottom: 30px;*/
/*}*/
/*.videoContent {*/
/*    padding: 0 40px;*/
/*}*/
/*} */

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

/*}*/
/*@media (max-width: 1800px) {*/
  
/*}*/
/*@media (max-width: 1410px) {*/
/*    .firstSection .comBtn,.researchCrdMain .row-four{*/
/*    margin-bottom: 15px;*/
/*}*/
/*    .reqDemo {*/
/*    margin-bottom: 30px;*/
/*}*/
/*    .reqContent,.footer ul{*/
/*    display: block;*/
/*}*/
/*    .pMob{*/
/*    padding: unset;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.home .sixthSection {*/
/*    height: 100vh;*/
/*}*/
/*.requestTab.home {*/
/*    top: -43px;*/
/*}*/
/*    .sub-menu {*/
/*    display: none;*/
/*  }*/
/*.header nav{*/
/*    display: none;*/
/*}*/
/*.menu_holder{*/
/*    display: block;*/
/*}*/
/*.container {*/
/*    padding: 0 20px;*/

/*}*/
/* .fibiContact {*/
/*    top: -118px;*/
/*}*/
/*.TabSection h2 {*/
/*    font-size: 20px;*/
/*}*/
/*.contracts .row-half:nth-child(3), .contracts .row-half:nth-child(6) {*/
/*    order: unset;*/
/*}*/
/*.fibiContact {*/
/*    top: -35px;*/
/*}*/
/*.module-item.row-five{*/
/*    -webkit-box-flex: 0 !important;*/
/*    -ms-flex: 0 0 20% !important;*/
/*    -webkit-flex: 0 0 20% !important;*/
/*    flex: 0 0 20% !important;*/
/*    max-width: 20% !important;*/
/*}*/
/*}*/
/*@media (max-width: 1115px) {*/
/*    .row-eighty,.row-four,.row-fourty,.row-half,.row-ninety,.secondSection .row-seventy,.row-three,.row-thirty,.module-item.row-five,.mainFibi .row-three,.researchCrdMain .row-four,.featureMain .row-three{*/
/*    -ms-flex: 0 0 100%;*/
/*    -webkit-box-flex: 0;*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*}*/
/*  .header {*/
/*    padding: 20px;*/
/*}*/
/*}*/
 
/*@media (max-width: 768px) {*/
/* .sub-menu {*/
/*    display: none;*/
/*  }*/
/*.header nav{*/
/*    display: none;*/
/*}*/
/*.menu_holder{*/
/*    display: block;*/
/*}*/
/*.container {*/
/*    padding: 0 20px;*/

/*}*/
/*.row-eighty,.row-four,.row-fourty,.row-half,.row-ninety,.row-seventy,.row-sixty,.row-three,.row-thirty,.module-item.row-five,.mainFibi .row-three,.researchCrdMain .row-four,.featureMain .row-three{*/
/*    -ms-flex: 0 0 100%;*/
/*    -webkit-box-flex: 0;*/
/*    flex: 0 0 100%;*/
/*    max-width: 100%;*/
/*}*/
/*.comHeading {*/
/*    font-size: 25px !important;*/
/*    line-height: 35px !important;*/
/*}*/
/*.eRa span{*/
/*    font-size: unset;*/
/*}*/
/*.homeP {*/
/*    font-size: 15px;*/
/*    line-height: 30px;*/
/*}*/
/*.mMob{*/
/*    margin: unset;*/
/*}*/
/*.firstSection .comBtn,.researchCrdMain .row-four{*/
/*    margin-bottom: 15px;*/
/*}*/
/*.text-center.com80{*/
/*    padding: 0 40px;*/
/*}*/
/*.headerLogo {*/
/*    display: block;*/
/*}*/
/*.headerLogo img {*/
/*    width: 135px;*/
/*    height: 87px;*/
/*    object-fit: contain;*/
/*}*/
/*.allStream {*/
/*    grid-template-columns: unset;*/
/*}*/
/*.streamBorder {*/
/*    border-right: unset;*/
/*}*/
/*.hi-icon {*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    padding: 17px;*/
/*}*/
/*.TabSection {*/
/*    padding: 30px 30px;*/
/*}*/
/*.TabSection h2 {*/
/*    font-size: 16px;*/
/*}*/
/*.grantBtn {*/
/*    font-size: 12px;*/
/*}*/
/*.faq-icon {*/
/*    font-size: 19px;*/
/*}*/
/*.pMob{*/
/*    padding: unset;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.pNone{*/
/*    padding: unset;*/
/*}*/
/*.testimonialCrd {*/
/*    padding: 25px 25px;*/
/*}*/
/*.currentStatus1,.currentStatus {*/
/*    font-size: 11px;*/
/*}*/
/*.requestTab {*/
/*    padding: 40px 35px;*/
/*}*/
/*.requestTab.home {*/
/*    position: relative;*/
/*    top: -70px;*/
/*}*/
/*.footer ul li{*/
/*    margin-bottom: 8px;*/
/*}*/
/*.reqContent,.footer ul{*/
/*    display: block;*/
/*}*/
/*.reqDemo {*/
/*    margin-bottom: 30px;*/
/*}*/
/*.footer .com60{*/
/*    padding: 40px 0;*/
/*}*/
/*.mobP {*/
/*    margin-bottom: 15px;*/
/*}*/
/*.isoImg img {*/
/*    width: 75px;*/
/*}*/
/*.footerBtw a {*/
/*    font-size: 9px;*/
/*    display: block;*/
/*    margin-top: 8px;*/
/*}*/
/*.footerIm svg{*/
/*    width: 15px;*/
/*}*/
/*.lastChild svg{*/
/*    width: 10px;*/
/*}*/
/*.contactTop .bgImg {*/
/*    height: 100%;*/
/*}*/
/*.fibiContact {*/
/*    padding: 35px 15px 40px 15px;*/
/*}*/
/*.fibiContact .fibiSuport {*/
/*    font-size: 15px;*/
/*}*/
/*.fibiContact h3 {*/
/*    font-weight: 500;*/
/*    font-size: 13px;*/
/*}*/
/*.contactRequestForm {*/
/*    padding: 13px;*/
/*}*/
/*input[type="text"], input[type="email"], input[type="number"], input[type="password"], textarea, select {*/
/*    font-size: 11px;*/
/*}*/
/*.contactRequestForm .wpcf7-list-item,.contactDetails {*/
/*    display: block;*/
/*    width: 100%;*/
/*    margin: unset  !important;*/
/*}*/
/*.contactRequestForm .wpcf7-list-item-label,.wpcf7-list-item{*/
/*    font-size: 14px;*/
/*}*/
/*input[type="submit"] {*/
/*    font-size: 12px;*/
/*}*/
/*.videoContent {*/
/*    padding: 0 30px;*/
/*}*/
/*.fibiCrdM {*/
/*    min-height: 325px;*/
/*}*/
/*.comBtn,.fibiContact p {*/
/*    font-size: 12px;*/
/*}*/
/*.page-id-17 .contactTop p {*/
/*    line-height: 26px;*/
/*}*/
/*.fibiContact h2 {*/
/*    font-size: 17px;*/
/*}*/
/*.module-item.row-five {*/
/*    margin-bottom: 20px;*/
/*    font-size: 14px;*/
/*}*/
/*.checkbox-row .wpcf7-list-item {*/
/*    width: 100%;*/
/*    margin: 0 0 10px 0;*/
/*    font-size: 13px;*/
/*}*/
/*.contactDetails .row-three{*/
/*    max-width: 100%;*/
/*    margin-bottom: 20px;*/
/*    font-size: 13px;*/
/*}*/
/*.topSection {*/
/*    padding-bottom: 0;*/
/*}*/
/*.mobMarg {*/
/*    margin: unset;*/
/*}*/
/*.homeDecor1,.homeDecor2  {*/
/*    width: 150px;*/
/*    object-fit: cover;*/
/*}*/
/*.homeDecor2 {*/
/*    position: absolute;*/
/*    left: -8px;*/
/*    bottom: 17px;*/
/*    z-index: 3;*/
/*}*/
/*.homeDecor1 {*/
/*    position: absolute;*/
/*    top: 8px;*/
/*    right: -12px;*/
/*    z-index: 3;*/
/*}*/
/*.tabBtn{*/
/*    margin-right: 5px;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.tabMain .tabBtn:last-child,.tabMain .tabBtn:nth-child(4){*/
/*    margin-bottom: unset;*/
/*}*/
/*.featureSection {*/
/*    padding-bottom: 30px;*/
/*}*/
/*}*/
 
/*@media (max-width: 576px) {*/
  
/*}*/
/*@media only screen and (max-width: 820px), only screen and (max-device-width: 1024px) and (min-device-width: 768px), only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait){*/
 
/*}*/
/*@media (min-width: 355px) and (max-width: 768px) {*/
/*.fibiContact {*/
/*    top: 0;*/
/*}*/
/*} */