/**
* Theme Name: Federal Criminal Landing Pages
* Template:   oceanwp
* ...other header fields
*/
:root {
--blue: #1e90ff;
--white: #ffffff;
--placeholdercolor: currentColor;
--headingFont: "Poppins", sans-serif;
--bodyFont: "Poppins", sans-serif;
}

* {
box-sizing: border-box;
margin: 0;
padding: 0;
scroll-behavior: smooth;
/* will-change: auto; */
}
body {
margin: 0;
padding: 0;
font-family: var(--bodyFont);
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.clear {
clear: both;
}

body.layout-full{
background-color: #fff;
}
.clear {
clear: both;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
margin-bottom: 10px;
}
.alignleft,
.alignright,
.aligncenter {
display: block;
margin: 0 auto 20px auto;
}
@media screen and (min-width: 769px) {
.alignleft {
float: left;
margin-right: 20px;
}
.alignright {
float: right;
margin-left: 20px;
}
.alignleft,
.alignright {
max-width: 50%;
margin-top: 0;
}
}
@media screen and (max-width:1024px){
.alignright, .alignleft {
width: 100%;
max-width: 600px;
float: none;
margin: 20px auto;
}

}

iframe,
img {
max-width: 100%;
border: none;
vertical-align: middle;
}
img {
border: 0;
height: auto;
font-size: 0;
display: block;
}
a {
font-family: inherit;
font-size: inherit;
line-height: normal;
color: inherit;
text-decoration: none;
transition: 0.5s;
}
a:focus {
outline: 0 !important;
}
html {
margin-top: 0 !important;
}
a#scroll-to-top {
display: none;
}


.widget {
margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--headingFont);
margin: 0 0 20px 0;
padding: 0;
font-weight: normal;
}
p,
li,
ul,
ol,
blockquote {
font-family: var(--bodyFont);
font-weight: normal;
margin: 0 0 10px 0;
padding: 0;
}
p:empty {
display: none;
}
ul,
li {
list-style: none;
}
a:visited {
color: inherit;
}
a:hover {
text-decoration: none;
}
.w100p,
.wrapper{
width: 100%;
}

.container{ 
max-width: 1500px;
width: 100%;
margin: auto;
}
.container1 {
max-width: 1300px;
width: 100%;
margin: auto;
}

@font-face {
font-display: swap;
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
src: url('./fonts/poppins-v23-latin-300.woff2') format('woff2');
}

@font-face {
font-display: swap;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
src: url('./fonts/poppins-v23-latin-regular.woff2') format('woff2');
}

@font-face {
font-display: swap;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
src: url('./fonts/poppins-v23-latin-500.woff2') format('woff2');
}

@font-face {
font-display: swap;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
src: url('./fonts/poppins-v23-latin-600.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Inter Tight';
font-style: normal;
font-weight: 400;
src: url('./fonts/inter-tight-v8-latin-regular.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Inter Tight';
font-style: normal;
font-weight: 500;
src: url('./fonts/inter-tight-v8-latin-500.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Inter Tight';
font-style: normal;
font-weight: 700;
src: url('./fonts/inter-tight-v8-latin-700.woff2') format('woff2');
}

/* Header Section Starts */
/* 
.header-sec {
background-color: transparent;
padding: 40px 0 20px;
position: fixed;
z-index: 999;
width: 100%;
border-top: 4px solid #ffc002;
}

.header-sec.f-nav {
background-color: #030404;
padding: 30px 0;
border-bottom: 1px solid #ffc002;
} */

/* .header-sec .container {
width: 100%;
max-width: 1800px;
margin: auto;
} */
/* 
.logo-container {
display: flex;
align-items: center;
gap: 15px;
justify-content: space-between;
}


.top-menu ul{ margin: 0 !important;}

.top-menu ul li:last-child{ margin: 0;}

.top-menu ul li {display: inline-block; margin: 0 50px 0 0; position: relative;}

.top-menu ul li a{
position: relative;
font-weight: normal;
font-style: normal;
text-transform: none;
font-size: 18px;
line-height: 1;
color: #fff;
font-family: var(--bodyFont);
display: block;
outline: 0;
border: 0;
}

.top-menu ul li.current-menu-item>a, .top-menu ul li:hover>a {
color: #000;
}

.top-menu ul li ul.sub-menu {
display: none;
width: 200px;
position: absolute;
top: 100%;
left: 0;
right: auto;
background-color: #2f4163;
padding: 0px 0;
z-index: 999;
}
.top-menu ul li:hover ul.sub-menu {
display: block;
}
.top-menu ul li:hover ul.sub-menu ul {
display: none;
}
.top-menu ul li:hover ul.sub-menu li {
position: relative;
}
.top-menu ul li:hover ul.sub-menu li:hover>ul {
display: block;
top: 0;
left: 100%;
}
.top-menu .sub-menu li.current-menu-item a {
color: #fff;
}
.top-menu .sub-menu li a:after {
display: none;
}
.top-menu .sub-menu li {
width: 100%;
float: left;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
margin: 0;
padding: 0;
}
.top-menu .sub-menu li a {
float: left;
font-size: 15px;
width: 100%;
line-height: normal;
padding: 9px 12px 8px;
color: #fff;
display: block;
text-transform: capitalize;
}
.top-menu .sub-menu li a:hover {
background-color: #21355a;
color: #fff;
} */



/*---Rico Header Section---*/
.header-sec { padding: 30px 0 10px; position: fixed; z-index: 999; width: 100%; top: 0; left: 0; right:0; margin: auto;border: 0;}
header.header-sec.f-nav { background: #232731; }
.logo-container { display: flex; align-items: center; justify-content: space-between; }
.rico-hdr-cont-list { display: flex; align-items: center; gap: 100px; }
.rico-hdr-cont{ position: relative; padding: 0 0  0 75px; }
.rico-hdr-cont p{font-size: 25px;font-weight: 400;font-family: 'PT Serif';line-height: 1;color: #ffffff;}
.rico-hdr-cont p a{ font-size: 35px; color: #ffc002; display: block;text-transform: uppercase;}
.rico-hdr-cont p a:hover{color: #ffffff; transition: 0.5s;}
.rico-hdr-cont p a::before{ position: absolute; content: ""; background-image: url(./rico-lp-images/lp-sprites.webp); background-repeat: no-repeat; background-position: -29px -29px; left: 0; top: 0; bottom: 0; margin: auto; width: 52px; height: 56px; }

/*---Rico Header Section responsive---*/



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

.logo { width: 31%; }
.rico-hdr-cont p { font-size: 22px;}
.rico-hdr-cont p a { font-size: 31px;}
.rico-hdr-cont p a::before { transform: scale(0.99);}
.rico-hdr-cont {padding: 0 0  0 70px;}
.header-sec { padding: 30px 0 10px; }
.rico-hdr-cont-list { gap: 88px; }

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

.header-sec {padding: 25px 0 10px;}
.rico-hdr-cont p { font-size: 20px; }
.rico-hdr-cont p a { font-size: 28px; }
.rico-hdr-cont { padding: 0 0  0 60px; }
.rico-hdr-cont p a::before { transform: scale(0.90); }
}
@media screen and (max-width: 1440px) {
.logo { width: 28%; }
.rico-hdr-cont p { font-size: 19px; }
.rico-hdr-cont p a { font-size: 26px; }
.rico-hdr-cont { padding: 0 0  0 55px; }
.rico-hdr-cont p a::before { transform: scale(0.8); }
}
@media screen and (max-width: 1366px) {
.logo {  width: 30%;}
.rico-hdr-cont p {font-size: 18px;}
.rico-hdr-cont p a { font-size: 24px;}
.rico-hdr-cont p a::before { transform: scale(0.7); }
.rico-hdr-cont-list { gap: 75px; }
}
@media screen and (max-width: 1280px) {
.rico-hdr-cont p { font-size: 17px; }
.rico-hdr-cont p a { font-size: 23px; }
.rico-hdr-cont p a::before { transform: scale(0.6); }
}
@media screen and (max-width: 1024px) {
.rico-hdr-cont-list { gap: 10px; flex-direction: column; }
.rico-hdr-cont p a { font-size: 20px; }
.header-sec {padding: 10px 0;background-color: #000;border-bottom: 2px solid #ffc002;}
.logo-container {gap: 15px;}
.logo {width: 100%;max-width: 320px;}
}
@media screen and (max-width: 767px) {
.logo { width: 100%; max-width: 280px; }
.header-sec { padding: 10px 0 !important; } 
}
@media screen and (max-width: 650px) {
.logo-container { flex-direction: column; gap: 15px; }
.rico-hdr-cont-list { flex-direction: row; gap: 5px;}
} 
@media screen and (max-width: 480px) {
.logo { width: 100%; max-width: 250px; }
.rico-hdr-cont p a { font-size: 15px; }
.rico-hdr-cont { padding: 0 0  0 26px; }
.rico-hdr-cont p a::before { transform: scale(0.4); left: -14px; top: -5px;}
.rico-hdr-cont p { font-size: 15px; }
}
@media screen and (max-width: 340px) {
.rico-hdr-cont { padding: 0 0  0 20px; }
.rico-hdr-cont p a { font-size: 14px; }
.rico-hdr-cont p a::before { left: -18px;  transform: scale(0.3);}
.rico-hdr-cont p { font-size: 14px; }
}
/* Header Section Ends */



/* Common Styling */

/* a.cmn-btn{
display: inline-block;
font-size: 20px;
line-height: 1;
color: #000;
background-color: #fff;
text-decoration: none;
padding: 15px 40px;
border-radius: 50px;
}

a.cmn-btn:hover{
background-color: #000;
color: #fff;
}

.text-heading {
font-family: var(--headingFont);
font-weight: 600;
font-size: 66px;
color: #043340;
line-height: 1.09;
margin: 0 0 40px 0;
} */


/* Common Styling */

a.cmn-btn{
    display: inline-block;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    background-color: #ffc002;
    text-decoration: none;
    padding: 27px 60px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
	border-radius: 0;
}

/* a.cmn-btn::before{
    content: "";
    background-image: url(./rico-lp-images/lp-sprites.webp);
    width: 35px;
    height: 22px;
    right: 50px;
    position: absolute;
    background-position: -301px -30px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
a.cmn-btn:hover::before{
    background-position: -301px -64px;
} */
a.cmn-btn:hover{
    background-color: #3d4760;
    color: #fff;
}



/* Mobile Menu Starts */
/* 
@media screen and (min-width: 1025px){

.logo-rit, .tab-call {
display: none;
}

}

.showhide {
display: none;
width: 110px;
height: 28px;
cursor: pointer;
padding: 0;
position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.showhide {
display: block;
}
}
.mobinav {
width: 100%;
color: #fff;
box-sizing: border-box;
z-index: 99999995;
background: #021f46;
width: 100%;
max-width: 300px;
height: 100%;
min-height: 100vh;
position: fixed;
overflow: scroll;
padding: 15px;
transform: translateX(-100%);
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
display: flex;
flex-direction: column;
}
.menu-top-menu-container {
display: block;
width: 100%;
}
.mobinav.open {
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
}
.mobinav ul {
margin: 0 0 0 0;
padding: 5px 0px;
width: 100%;
}
.mobinav ul li {
margin: 0;
width: 100%;
list-style: none;
box-sizing: border-box;
border: 0;
margin: 0;
padding: 0px;
position: relative;
font-family: var(--bodyFont);
}
.mobinav a {
width: 100%;
padding: 10px 0;
display: block;
line-height: normal;
color: #fff;
font-size: 18px;
letter-spacing: 0.5px;
font-family: var(--bodyFont);
border: 0;
margin: 0 0 0px 0;
text-decoration: none;
}
.mobinav a:hover {
color: #9b662a;
}
.mobinav ul li ul {
padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
text-transform: capitalize;
}
.mobinav ul li .drop {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 37px;
z-index: 5;
}
.mobinav ul li .drop.open {
width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
content: '';
background-color: #fff;
position: absolute;
}
.mobinav ul li .drop::before {
width: 20px;
height: 2px;
top: 16px;
right: 1px;
}
.mobinav ul li .drop.close::after {
width: 2px;
height: 20px;
top: 7px;
right: 10px;
}
.mobile-menu-button-container {
display: block;
}
@media screen and (min-width: 768px) {
.mobile-menu-button-container {
display: none;
}


}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.tab-call {
display: block;
margin-left: auto;
}
}
/* Mobile Menu Ends */
@media screen and (max-width: 767px) {

.logo-rit, .tab-call {
display: none;
}
.mobile-menu-button-container {
background: #000;
margin-top: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
border-bottom: 1px solid #fff;
}
.logo {
justify-content: center !important;
}
.mobile-menu-button-container a.mobi-call {
width: 50%;
justify-content: center;
padding: 6px 8px;
border-left: 1px solid #fff;
display: flex;
align-items: center;
gap: 10px;
}
.header-sec {
padding: 20px 0 0 0 !important;
}
.mobile-menu-button-container button.mobileMenuToggle {
border: none;
background: transparent;
width: 50%;
}
.mobile-menu-button-container button.mobileMenuToggle svg {
width: 22px;
height: 15px;
}
.mobile-menu-button-container a.mobi-call span.button-text,
.mobile-menu-button-container span.menu-text {
font-family: var(--bodyFont);
font-weight: 500;
font-size: 22px;
line-height: 1;
letter-spacing: -0.8px;
color: #fff;
}
.mobile-menu-button-container span.svg-icon svg {
width: 25px;
}
button.showhide {
display: none;
}
}

.lp-btns {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 30px;
max-width: 760px;
margin: 0 auto;
} 

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

    .lp-btns{ gap: 20px;}
    
}

/* Footer Section */
/* 
.site-footer {
background: #1f1f1f;
padding: 50px 0;
color: #fff;
}
.ftr-logo {
text-align: center;
}
.ftr-logo a {
display: inline-block;
}
.ftr-menu ul {
padding: 15px 0;
text-align: center;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
margin: 20px auto;
}
.ftr-menu ul li{
margin: 0 50px 0 0;
display: inline-block;
}
.ftr-menu ul li:last-child{ margin: 0;}

.ftr-menu ul li a {
text-transform: uppercase;
color: #fff;
font-family: var(--bodyFont);
font-size: 19px;
line-height: 1;
letter-spacing: 0.8px;
}


.copyrights {
background: #0a1f38;
padding: 25px 0;
text-align: center;
}
.copyrightmenu ul{
margin: 0;
}
.copyrightmenu ul li{
display: inline-block;
margin: 0;
}
.copyrights p, .copyrightmenu ul{
margin: 0 0 8px 0;
}

.copyrights p, .copyrights a {
color: #a3aebc;
font-size: 20px;
font-weight: 400;
line-height: 1.7;
}

.copyrightmenu ul li a{
line-height: 1;
border-right: 1px solid #fff;
}
.copyrightmenu ul li:last-child a{ border: none;}

.copyrights a {
display: inline-block;
padding: 0 8px;
}

@media screen and (max-width:1024px) {
.header-sec .container {
max-width: 720px;
}



.top-menu, .top-rit{
display: none;
}


.tab-call svg {
width: 23px;
height: 23px;
margin: -2px 0;
}
.tab-call span.text {
color: #fff;
font-size: 23px;
letter-spacing: 0.5px;
font-family: var(--headingFont);
display: inline-block;
}
button.showhide {
background: #000;
border: none;
width: 45px;
height: 40px;
padding: 0px 10px;
border-radius: 5px;
}
span.menuBar.menuBar-3 {
margin: 0;
}
button.showhide span {
width: 100%;
height: 3px;
background-color: #fff;
display: block;
margin-bottom: 5px;
}
.header-sec {
position: fixed;
background-color: #ccc;
padding: 10px 10px;
width: 100%;
}
.logo {
max-width: 100%;
justify-content: space-between;
align-items: center;
display: flex;
width: 100% !important;
gap: 20px;
}

.head-sec .container {
max-width: 100%;
width: 100%;
padding: 0px;
}
.mobinav button.menuClose {
margin-left: auto;
margin-bottom: 30px;
width: 30px;
height: 30px;
border: none;
background: #ea4a16;
line-height: 27px;
font-size: 30px;
text-align: center;
color: #fff;
cursor: pointer;
padding: 0;
}
.head-sec.f-nav .logo {
width: 100% !important;
}
} */



/* HomePage Form Section Starts */

.rico-form-sec {padding: 0;}
.rico-form-ftr .rico-title-text{ text-align: center; color: #ffc002; text-transform: uppercase; margin: 0 0 15px; }
.rico-title-text { font-size: 65px; font-family: 'PT Serif'; letter-spacing: -1.3px; font-weight: 400; line-height: 1.1; color: #181c26; margin: 0 0 25px; }
.rico-form-ftr::before{ content: ""; left: 0; right: 0; position: absolute; width: 100%; top: 0; height: 100%; background-color: #3d4760; clip-path: polygon(50% 2%, 99.9% 18.3%, 99.9% 99.8%, 0.2% 99.8%, 0.2% 18.3%); z-index: -1; pointer-events: none; }
.rico-form-ftr p{ text-align: center; color: #fff; font-size: 18px; font-family: 'Inter Tight'; font-weight: 400; line-height: 1.6; margin: 0 0 30px; }
.rico-form-ftr { background-color: #3d4760; padding: 140px 60px 55px; background-image: -webkit-linear-gradient( 180deg, rgb(255,192,2) 50%, rgb(230,173,2) 50%); position: relative; clip-path: polygon(50% 0, 100% 18%, 100% 100%, 0 100%, 0 18%); margin: -142px 0 0;}
.rico-form-sec .text-heading { text-align: center; }
.rico-form-sec .gfield input.large { font-family: 'Inter Tight'; font-weight: 400; font-size: 18px !important; line-height: 1; padding: 20px 30px !important; color: #fff !important; border: 0; outline: 0; height: auto; background-color: #515a70; border-radius: 0; }
.rico-form-sec .gfield textarea.large { height: 185px !important; min-height: 100%; font-family: 'Inter Tight'; font-weight: 400; font-size: 18px !important; padding: 20px 30px !important; color: #fff !important; border: 0; outline: 0; resize: none; background-color: #515a70; border-radius: 0; }
.rico-form-sec .gform-theme--foundation .gfield textarea.large { min-block-size: 18rem; min-height: auto; }
.rico-form-sec .gfield input::placeholder,
.rico-form-sec .gfield textarea::placeholder {color: #fff;}
.rico-form-sec .gform_wrapper .gfield button.formpopup, .rico-form-sec .form-links a,
.rico-form-sec .gfield-choice-input+label { font-family: 'Inter Tight' !important; font-weight: 400 !important; font-size: 18px !important; line-height: 1.3 !important; letter-spacing: 0px !important; color: #fff !important; margin: 0 0px 0 2px !important; }
.rico-form-sec .gform_wrapper .form-links { color: #fff !important; display: flex; align-items: center; margin: -6px 0 0; }
.gform_wrapper .gfield .gchoice { display: flex !important; align-items: center !important; justify-content: flex-start !important; }
.rico-form-sec .gform_wrapper .gform_required_legend { display: none !important;  }

.rico-form-sec .form-links a { cursor: pointer; text-decoration: none; }
.rico-form-sec .gform_wrapper .gfield button.formpopup{background-color: transparent !important;border: 0 !important; padding: 0 5px !important; font-family: 'Inter Tight' !important; min-height: auto !important;}
.rico-form-sec .form-links a:hover {color: #eee !important;}
.rico-form-sec .gform_wrapper .top_label input[type="checkbox"] { margin: -2px 5px 0px 0 !important; width: 15px !important; height: 15px !important; padding: 0 !important; }

.rico-form-sec .gform_footer input[type="submit"] { cursor: pointer !important; display: inline-block !important; font-family: 'Poppins' !important; font-size: 20px !important; font-weight: 600 !important; line-height: 1 !important; color: #000 !important; background-color: #ffc002 !important; text-decoration: none !important; padding: 27px 90px 27px 45px !important; text-transform: uppercase !important; position: relative !important; z-index: 1; border: 0 !important; margin: 0 !important;}

.rico-form-sec .gform_wrapper .gfield.chk  .validation_message.gfield_validation_message{left: 0;top: 20px;}
.gform_wrapper .gfield .formpopuptext { position: absolute !important; color: #000; background-color: #fff; z-index: 2; padding: 10px; font-family: 'Inter Tight'; font-size: 14px; letter-spacing: 0.4px; line-height: 1.5; top: 25px; left: 0; }
.rico-form-sec .gchoice.gchoice_1_12_1 input { width: 15px; height: 15px; }
.rico-form-sec .popup {max-width: 60%;}
.rico-form-sec div#popup-container {position: relative;}
.rico-form-sec div#validation_message_6_12 {left: 80px;top: 7px;}
.rico-form-sec .gform_wrapper .gform_validation_errors {display: none;}
.rico-form-sec .gform_wrapper .gfield {position: relative;width: 49%;margin: 0 0 20px;}
.rico-form-sec .gform_wrapper .gfield.popfield, .rico-form-sec .gform_wrapper .gfield.msg {width: 100%;}
.rico-form-sec .gform_wrapper .gfield.popfield{margin: 0 0 10px;}
#myPopup.show { display: block; visibility: visible; z-index: 99; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; }
.rico-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.rico-form-sec .gform_wrapper .gfield .instruction.validation_message { position: absolute; top: 4px; background: none; padding: 0px; line-height: 1; color: #ff0000; font-size: 13px; right: 10px; font-weight: 400; width: auto; border: none; pointer-events: none; margin: 0; font-family: 'Inter Tight'; }
.rico-form-sec .gform_wrapper .gfield .instruction.validation_message {
top: 37px;
}
.rico-form-sec .gform_wrapper .field_description_below .gfield_description { padding-top: 0 }
.rico-form-sec .popup { max-width: 100%; }
.rico-form-sec .gform_wrapper .gform_fields { display: flex !important; flex-wrap: wrap; gap: 0; justify-content: space-between; }
#myPopup.show { position: absolute; z-index: 5; padding: 10px; display: none; margin: 0; }
.popuptext { transition: transform .15s ease-out .15s; pointer-events: none; text-align: center; border: 1px solid rgb(22 80 41); background: #fff; font-size: 14px; color: #000 !important; line-height: 1.5; max-width: 650px; padding: 10px; position: absolute; z-index: 5; display: none; }
.rico-form-sec .gform_wrapper .gform_footer { margin: -70px 0 0 auto; padding: 0; width: fit-content; position: relative; z-index: 0; }
.rico-form-sec .gform_wrapper .gform_footer::before{content: "";background-image: url(./rico-lp-images/lp-sprites.webp);width: 35px;height: 22px;right: 40px;position: absolute;background-position: -301px -30px;background-repeat: no-repeat;top: 0;bottom: 0;margin: auto 0;z-index: 2;}
.rico-form-sec .gform_wrapper .gform_footer:hover::before{ background-position: -301px -64px; }
.rico-form-sec .gform_footer:hover input[type="submit"] { background: #000 !important; color: #fff !important; }
/* HomePage Form Section Ends */

@media screen and (max-width: 1700px) {
.rico-banner-sec  .gform_wrapper .gfield .formpopuptext { width: 420px; }
}

@media screen and (max-width: 1680px) {
.rico-form-ftr p { font-size: 17px; margin: 0 0 25px; }
.rico-form-sec .gfield textarea.large, .rico-form-sec .gfield input.large { font-size: 16px !important; padding: 18px 27px !important; }
.rico-form-sec .gfield textarea.large { height: 165px !important; }
.rico-form-sec .gform_wrapper .gfield button.formpopup, .rico-form-sec .form-links a, .rico-form-sec .gfield-choice-input+label { font-size: 17px !important; color: #fff; }
.rico-form-sec .gform_footer input[type="submit"] { font-size: 18px !important; padding: 23px 79px 23px 40px !important; }
.rico-form-sec .gform_wrapper .gform_footer::before { right: 32px; }
.rico-form-ftr { padding: 120px 50px 45px; }
.rico-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message, .rico-form-sec .gform_wrapper .gfield .instruction.validation_message { top: 0px; font-size: 12px; }
.rico-form-sec .gform_wrapper .gfield .instruction.validation_message { top: 28px; }
/* ----------------*/
.rico-banner-sec .rico-form-sec .gfield textarea, .rico-banner-sec .rico-form-sec .gfield input { font-size: 15px !important; padding: 12px 21px !important; }
.rico-banner-sec  .rico-form-sec .gfield textarea { height: 125px !important; }
.rico-banner-sec .gform_wrapper .gfield.msg { margin: 0 0 15px; }
.rico-banner-sec .gform_wrapper .gfield button.formpopup, .rico-form-sec .form-links a, .rico-banner-sec .gfield-choice-input+label { font-size: 14px !important; }
.rico-banner-sec .rico-form-sec .gform_wrapper .gfield.chk { width: 52%; }
}

@media screen and (max-width: 1550px) {
.rico-form-ftr { margin: -125px 0 0; }
.gform_wrapper .gfield .formpopuptext { font-size: 16px;    padding: 8px 20px; }
.rico-form-sec .gform_footer input[type="submit"] { font-size: 17px !important; padding: 21px 70px 21px 35px !important; }
.rico-form-sec .gform_wrapper .gform_footer::before { right: 25px; transform: scale(0.85); }
.rico-banner-sec .gform_wrapper .gfield .formpopuptext {width: 375px;}
}

@media screen and (max-width: 1440px) {
.rico-form-ftr {padding: 100px 45px 40px;}
.rico-form-ftr .rico-title-text {margin: 0 0 10px;}
.rico-form-ftr p {font-size: 16px;margin: 0 0 25px;}
.rico-form-sec .gform_wrapper .gfield {margin: 0 0 15px;}
.rico-form-sec .gfield textarea.large { min-height: 100%; height: 145px !important; }
.rico-form-sec .gform_wrapper .gfield button.formpopup, .rico-form-sec .form-links a, .rico-form-sec .gfield-choice-input+label {font-size: 16px !important;}
.rico-form-sec .gfield textarea.large, .rico-form-sec .gfield input.large { padding: 16px 24px !important;}
.rico-form-sec .gform_wrapper .gform_footer { margin: -66px 0 0 auto;}
.rico-form-sec .gform_footer input[type="submit"] { font-size: 16px !important; padding: 20px 65px 20px 30px !important; }
.rico-form-ftr { margin: -110px 0 0; }

}

@media screen and (max-width: 1366px) {    
.rico-form-sec .gform_wrapper .top_label input[type="checkbox"] { margin: -2px 0px 0px 0 !important; width: 12px !important; height: 12px !important; min-width: 11px; }   
}


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

.rico-form-ftr p { font-size: 15px; margin: 0 0 20px; }
.rico-form-ftr { padding: 85px 35px 35px; }
.rico-form-sec .gfield textarea.large, .rico-form-sec .gfield input.large { padding: 14px 19px !important; font-size: 15px !important; }
.rico-form-sec .gfield textarea.large {height: 130px !important;}
.rico-form-sec .gform_wrapper .gfield button.formpopup, .rico-form-sec .form-links a, .rico-form-sec .gfield-choice-input+label {font-size: 15px !important;}
.rico-form-sec .gform_footer input[type="submit"] { font-size: 15px !important; padding: 17px 60px 17px 25px !important; }
.rico-form-sec .gform_wrapper .gform_footer::before { right: 16px; transform: scale(0.8); }
.rico-form-ftr { margin: -98px 0 0; }      
}  
@media screen and (max-width: 1150px) {
.rico-banner-sec  .rico-form-sec .gfield textarea {height: 86px !important;}
.hm-form-txt {font-size: 13px;margin: 0 0 6px;}
.rico-banner-sec .rico-form-sec .gform_footer input[type="submit"] {padding: 11px 29px !important;}
}
@media screen and (max-width: 1024px) {
.rico-form-sec .gform_wrapper .gfield { position: relative; width: 100%; margin: 0 0 20px;}    
.rico-form-ftr { padding: 35px; clip-path: none; margin: 0 auto 0; max-width: 500px; width: 100%; background: #3d4760; border: 2px solid #f3c002; }
.rico-form-ftr::before { display: none;}
.rico-form-sec .gform_wrapper .gform_footer {margin: 0 auto;}
}


@media screen and (max-width: 767px) {
.rico-form-ftr {padding: 15px;}
.rico-form-sec .gfield textarea.large, .rico-form-sec .gfield input.large {line-height: 1 !important;}
.rico-form-sec .gform_wrapper .gfield {margin: 0 0 15px;}
.rico-form-sec .gform_footer input[type="submit"] {line-height: 1 !important;}
.gform_wrapper .gfield .formpopuptext {font-size: 14px;padding: 8px 10px;}
.rico-form-sec .gfield textarea.large {height: 100px !important;}
} 
@media screen and (max-width: 480px) {
.rico-form-sec .gform_footer input[type="submit"] {font-size: 15px !important;padding: 15px 40px 15px 20px !important;}
.rico-form-sec .gform_wrapper .gform_footer::before {right: 5px;transform: scale(0.7);}    
}

/* Footer Section */

.site-footer { background-image: url(./rico-lp-images/rico-footer-bc.webp); padding: 0 0 50px; color: #fff; display: inline-block; width: 100%; background-position: center; background-size: cover; background-repeat: no-repeat; }

.ftr-logo {
    text-align: center;
    border-right: 1px solid rgb(255 255 255 / 36%);
    border-left: 1px solid rgb(255 255 255 / 36%);
    padding: 30px 0;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ftr-logo a { display: inline-block; }
.footer-items-blk{ display: flex; justify-content: space-between; flex-wrap: wrap; padding: 67px 0 0; } .ftr-blocks{ text-align: center; width: 17.7%; }
.ftr-blocks.contact{ width: 22%; }
.ftr-blocks.contact .ftr-con, .ftr-blocks .ftr-sub-text{ font-size: 40px; color: #fff; line-height: 1; font-family: 'PT Serif'; margin: 0 0 20px; font-weight: 400; letter-spacing: 0.8px; }
.ftr-blocks.contact .ftr-con { padding-top: 12px; }
.ftr-blocks.contact .ftr-con, .ftr-blocks.contact .ftr-sub-text{ font-size: 25px; margin: 0 0 10px; }
.ftr-blocks .ftr-sub-text{ padding: 100px 0 0; position: relative; }
.ftr-blocks .ftr-sub-text::before{ content: ""; background-image: url(./rico-lp-images/lp-sprites.webp); width: 90px; height: 90px; position: absolute; top: 0; background-position: -102px -17px; left: 0; right: 0; margin: auto; background-repeat: no-repeat; }
.ftr-blocks.contact .ftr-sub-text::before{background-position: -202px -17px;}
.ftr-blocks p{ font-size: 20px; text-align: center; font-family: 'Inter Tight'; line-height: 1.7; letter-spacing: 0.4px; font-weight: 400; } 
.ftr-blocks p a{ display: block; color: #ffc002; letter-spacing: 5.4px; text-transform: uppercase; font-family: 'Inter Tight'; font-weight: 400; padding: 12px 0 0; }
.ftr-blocks .ftr-phn a{ color: #ffc002; display: inline-block; font-size: 30px; line-height: 1.1; margin: 0 0 10px; }
.ftr-blocks p a:hover,.ftr-blocks .ftr-phn a:hover{ color: #fff; }
.rico-ftr-btn { padding: 20px 0 0; }

.copyrights {
/* background: #0a1f38; */
background-color: #2b3243;
padding: 33px 0 13px;
text-align: center;
}

.cpy-inr, .ftrlink{display: inline-block;}
.ftrlink{display: none !important;}
.copyrightmenu ul{margin: 0;}
.copyrightmenu ul li{display: inline-block;margin: 0;}
.copyrights p, .copyrightmenu ul{margin: 0 0 8px 0;}
.copyrights p, .copyrights a { color: #fff; font-size: 20px; font-weight: 400; line-height: 1.7; font-family: 'Inter Tight'; letter-spacing: 1.2px; }
.copyrightmenu ul li a{line-height: 1;border-right: 1px solid #fff;}
.copyrightmenu ul li a:hover{color: #ffc002;}
.copyrightmenu ul li:last-child a{ border: none;}

.copyrights a {display: inline-block;padding: 0 8px;}
/* ----------------------------- */

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

.site-footer { padding: 0 0 40px; }

.footer-items-blk { padding: 50px 0 0; }
.ftr-blocks { text-align: center; width: 20%; }
.ftr-blocks.contact { width: 24%; }
.ftr-blocks.contact .ftr-con, .ftr-blocks .ftr-sub-text { font-size: 35px; }
.ftr-blocks p { font-size: 18px; }
.ftr-blocks.contact .ftr-con, .ftr-blocks.contact .ftr-sub-text { font-size: 22px; }
.ftr-blocks .ftr-sub-text::before { transform: scale(0.9); top: -7px; }
.ftr-blocks .ftr-sub-text { padding: 88px 0 0; }
.ftr-blocks .ftr-phn a {    font-size: 26px;}

/* copyrights */

.copyrights p, .copyrights a { font-size: 18px; }
}
@media screen and (max-width: 1550px) {

.ftr-blocks { width: 21%; }
.ftr-blocks .ftr-sub-text {padding: 80px 0 0;}
.ftr-blocks.contact .ftr-con, .ftr-blocks .ftr-sub-text {font-size: 30px;margin: 0 0 10px;}
.ftr-blocks .ftr-sub-text::before {transform: scale(0.85);}
.ftr-blocks p {font-size: 17px;}
.ftr-logo { padding: 30px 50px; }
.ftr-blocks.contact .ftr-con, .ftr-blocks.contact .ftr-sub-text {font-size: 20px;}   
.ftr-blocks .ftr-phn a {font-size: 24px;}
.ftr-blocks .ftr-phn a {font-size: 24px;}
.site-footer {padding: 0 0 35px;}

/* .copyrights */

.copyrights p, .copyrights a {font-size: 17px;}
}


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

.footer-items-blk {padding: 45px 0 0;}
.ftr-blocks p {font-size: 16px;}
.ftr-blocks.contact .ftr-con, .ftr-blocks.contact .ftr-sub-text {font-size: 19px;}
.ftr-blocks .ftr-phn a {font-size: 23px;}
.site-footer {padding: 0 0 30px;}
.ftr-blocks .ftr-sub-text::before {transform: scale(0.8);}

/* .copyrights  */
.copyrights {padding: 25px 0 15px;}

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

.ftr-blocks {width: 22%;}
}


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

.footer-items-blk {padding: 35px 0 0;}
.ftr-blocks.contact .ftr-con, .ftr-blocks .ftr-sub-text {font-size: 27px;}
.ftr-blocks p {font-size: 15px;}
.ftr-blocks {width: 23%;}
.rico-ftr-btn {padding: 15px 0 0;}
.ftr-blocks .ftr-sub-text::before {transform: scale(0.7);top: -14px;}
.ftr-blocks .ftr-sub-text {padding: 70px 0 0;}
.ftr-blocks.contact .ftr-con, .ftr-blocks.contact .ftr-sub-text {font-size: 18px;}
.ftr-blocks .ftr-phn a {font-size: 20px;}
.site-footer {padding: 0 0 25px;}
.copyrights p, .copyrights a {font-size: 16px;}

}

@media screen and (max-width: 1024px) {
.site-footer {padding: 35px 0 25px;}

.ftr-blocks {width: 100% !important; max-width: 320px; border: 1px solid #fff; margin: 0 auto; padding:15px 10px; order: 1; }
.ftr-logo { padding: 15px 10px; width: 100%; max-width: 320px; border: 1px solid #fff; margin: 0 auto; }
.footer-items-blk { padding: 35px 0 0; flex-direction: column; gap: 20px; }

/* .copyrights  */

.copyrights p, .copyrights a {font-size: 15px;}
.copyrights .growthlab {width: 100%;margin: auto;max-width: 180px;}
.ftr-blocks p a{letter-spacing: 3px;}
}

@media screen and (max-width:480px) {
.ftr-blocks p { font-size: 14px; letter-spacing: 0; }
.ftr-blocks p a{letter-spacing: 1.5px;}
.copyrights p, .copyrights a { font-size: 12px; }
}

/* -------cmn---heading---------------- */

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

.container { max-width: 1300px; }
.container1 { max-width: 1130px; }

/* -------------------- */
a.cmn-btn { font-size: 19px; padding: 24px 50px 22px 50px; }
.rico-text-heading { font-size: 70px;}
.rico-title-text { font-size: 56px;}
/* ------------------ */

}


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

.container { max-width: 1200px; }
.container1 { max-width: 1050px; }

.rico-text-heading {
font-size: 65px;
}

a.cmn-btn {
font-size: 18px;
padding: 22px 44px 22px 44px;
}


.rico-title-text {
font-size: 54px;
}




}


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

.container { max-width: 1100px; }
.container1 { max-width: 970px; }

.rico-text-heading {font-size: 60px;}
a.cmn-btn {font-size: 17px;padding: 20px 35px;}
.rico-title-text {font-size: 49px;}
}

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

.container { max-width: 1060px; }
.container1 { max-width: 920px; }

.rico-text-heading {font-size: 56px;}
.rico-title-text {font-size: 46px;}
a.cmn-btn {font-size: 16px;padding:17px 30px;}

}

@media screen and (max-width: 1280px) {
.container {max-width: 970px;}
.container1 {max-width: 860px;}
.rico-text-heading {font-size: 50px;}
.rico-title-text {font-size: 43px;}
a.cmn-btn {font-size: 15px;padding:15px 22px;}
}

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

.container , .container1 {max-width: 720px;}
.rico-text-heading { font-size: 40px; letter-spacing: 0 !important; }
.rico-title-text { font-size: 35px; text-align: center; letter-spacing: 0 !important; }
.rico-title-text br, .rico-text-heading br {display: none;}

}


@media screen and (max-width: 767px) {
.container , .container1 {
max-width: 100%;
padding: 0 15px;
}

.rico-text-heading { font-size: 33px; margin: 0 0 15px !important; }
.rico-title-text {
font-size: 29px;
margin: 0 0 15px !important;
}

}


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

.rico-text-heading {
font-size: 26px;

}
.rico-title-text {
font-size: 23px;

}

a.cmn-btn {
font-size: 14px;
padding:13px 20px;
border-radius: 25px;
}
/* a.cmn-btn::before {
right: 4px;
transform: scale(0.7);
}
.rico-ftr-btn a.cmn-btn {
padding: 13px 35px 13px 20px;
}
.rico-ftr-btn a.cmn-btn::before {
right: 2px;
transform: scale(0.6);
} */
}

