:root {

    --primary-color: #0435b7;
    --secondary-color: #3dc1bd;
    
}
html {
    margin: 0 !important;
}

.site-info {
    display: none;
}
/*.page-id-313 .header-sec.site-header, .mob-menu-header-holder {
    display: none !important;
}
.page-id-315 .header-sec.site-header, .mob-menu-header-holder {
    display: none !important;
}
.page-id-311 .header-sec.site-header, .mob-menu-header-holder {
    display: none !important;
}
.page-id-317 .header-sec.site-header, .mob-menu-header-holder {
    display: none !important;
}
.page-id-317 .footer-sec {
     display: none !important;
}
.page-id-319 .header-sec.site-header, .mob-menu-header-holder {
    display: none !important;
}
.page-id-319 .footer-sec {
     display: none !important;
}
.page-id-309 .header-sec.site-header, .mob-menu-header-holder {
    display: none !important;
}
.page-id-309 .footer-sec {
     display: none !important;
}*/
body {
 font-family:"Poppins", sans-serif;  
 font-weight:400;
}
.post, .page {
    margin: 0 0 0 !important;
}
/*common css*/
.title-wrp h2 {
    color: var(--secondary-color);
    font-size: 35px;
    font-weight: 700;
}
.dark-shadow {
    border-radius: 5px;
    box-shadow: -8px 8px 8px rgb(0 0 0 / 14%),  /* left-bottom */
                8px 8px 8px rgb(0 0 0 / 14%),   /* right-bottom */
                0px 8px 8px rgb(0 0 0 / 14%);   /* bottom */
}
/*.dark-shadow {
    border-radius: 5px;
    box-shadow: -8px 8px 8px rgb(0 0 0 / 14%);
}*/
a {
    outline:none !important;
}
.dark {
    background-color:var(--primary-color);
}
.light {
    background-color:var(--secondary-color);  
}
.primary-btn {
    transition: all 0.3s ease;
    width: 60%;
    border-radius: 50px;
    margin: 0 auto;
}
.primary-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.05);
     transition: all 0.3s ease;
   
}
.primary-btn.dark:hover {
    background: #3dc1bd;
    box-shadow: 0 8px 15px rgba(61, 193, 189, 0.5); /* Change to match the button color */
     transition: all 0.3s ease;
}
.form-btn input:hover {
        background-color: var(--primary-color); /* Change background color on hover */
    color: #fff; /* Change text color on hover */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); /* Add a shadow effect */
    transform: scale(1.05); /* Slightly increase size */
}
.primary-btn a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 18px 0px;
    display: inline-block;
    width: 100% !important;
}
/* Header Section Csss*/
.main-banner {
    background-color: var(--primary-color);
}
.main-navigation li.current-menu-item a {
    position: relative;
    padding-bottom: 5px; /* Adjust for spacing between text and border */
}
.main-navigation li.current-menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px; /* Adjust thickness */
    background-color: var(--secondary-color); /* Match this to your active link color */
    border-radius: 50px; /* Rounded corners for the border */
    transform: scaleX(1); /* Full width initially */
    transform-origin: bottom left;
    transition: transform 0.3s ease;
}
.main-navigation li a:hover::after {
    transform: scaleX(1); /* Animation for hover */
}
.main-navigation li a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: transparent;
    border-radius: 50px;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.3s ease;
}
/*.main-navigation li a:hover::after {
    background-color: var(--secondary-color);
    transform: scaleX(1);
    width: 68% !important;
    margin: auto;
}*/
.site-branding img {
    width: 100%;
    max-width: 300px;
    margin-top: 20px;
}
.main-navigation ul {
    margin: 3em 0;
    padding: 0;
}
.main-navigation li {
    list-style: none;
    padding: 0 17px;
}
.main-navigation li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.mobmenu-content a {
    font-family: 'Poppins' !important;
}
/* Banner section Css*/
.banner-sec {
    color: #fff;
    padding: 3em 0 4em;
}
.search-wrp-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.title-wrp h1 {
    font-size: 35px;
    font-weight: 800;
    color: var(--secondary-color);
    text-transform: uppercase;
    margin: 1em 0 10px;
}
.title-wrp h1 span {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-transform: math-auto;
}
.banner-image-wrp img {
    width: 100%;
    max-width: 350px;
}
.flex-box-img img {
    width: 100%;
    max-width: 600px;
}
.search-wrp-box img {
    width: 100%;
    max-width: 45px;
    margin-top: 7px;
}
.search-wrp-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
}
.search-wrp-box input {
    background: transparent;
    border-radius: 50px;
    border: 2px solid #fff;
    width: 30%;
    padding: 0px 10px;
    color: #fff !important;
    outline: none;
}
.search-wrp-box i {
    color: #fff;
}
.banner-sec p {
    font-size: 18px;
    text-align: center;
    width: min(100%, 500px);
    margin: 0 auto;
}
/* Broker Sec Css*/
.broker-sec {
    padding: 2em 0;
}
.broker-content h3 {
    font-size: 18px;
    font-weight: 700;
    width: min(100%, 520px);
}
.broker-content p {
    font-size: 16px;
    margin: 18px 0;
    color: #000;
    width: min(100%, 470px);
}
.broker-sec .title-wrp {
    padding: 3em 0;
}
.broker-img-wrp img {
    width: 100%;
    max-width: 480px;
}
.primary-btn.dark.text-center.mt-5.btn-wrp {
    margin-left: 5em;
}
/*Service Sec*/
.service-sec {
    padding: 3em 0 4em;
}
.service-content-box h2 {
    color: var(--secondary-color);
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
}
.service-content-box p {
    font-weight: 500;
    font-size: 18px;
 
    color: #000;
}
.service-inner-box span {
    color: var(--secondary-color);
    font-size: 35px;
    font-weight: 700;
  
}

.service-inner-box {
    display: flex;
    align-items: center;
    width: min(100%, 400px);
    margin: 35px 0;
}
.service-sec img {
    width: 100%;
    max-width: 500px;
}
.service-bottom-content-wrp .primary-btn {
    width: 65%;
}
.service-inner-box p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-left: 20px;
    margin-top: 17px;
}
/*flex section css*/
.flex-sec.dark {
    color: #fff;
    padding: 2em 0 3em;
}
.flex-sec .title-wrp {
    margin: 1em 0;
}
.flex-sec p {
    font-size: 16px;
    width: min(100%, 550px);
    margin:0 auto;
}
.flex-bottom-content p {
    margin: auto;
    width: min(100%, 350px);
    font-size: 18px;
    line-height: 24px;
}
.flex-img-one img {
    width: 100%;
    max-width: 350px;
}
.flex-main-wrp img {
      width: 100%;
    max-width: 600px;
}
/*why choose section css*/

.whychoose-box {
    padding: 2em 0;
}
.whychoose-box h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.5em;
}
.whychoose-inner-box {
    display: flex;
    align-items: unset;
    justify-content: flex-start;
}
.whychoose-inner-box span {
    font-size: 30px;
    color: var(--secondary-color);
    font-weight: 700;
}
.whychoose-inner-box p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-left: 20px;
    width: min(100%, 550px);
    margin-bottom: 25px;
}
.whychoose-sec img {
    width: 100%;
    max-width: 450px;
}
.whychoose-inner-box p strong {
    font-size: 18px;
}
/* contact section css*/
.contact-sec.dark {
    padding: 4em 0em;
}
.contact-box {
    width: min(100%, 900px);
    margin: 0 auto;
}
.contact-box .col-md-6 {
    padding: 0;
}
.contact-form {
    background: #e6e6e6;
    padding: 1em 2em;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
}
.contact-bootom-content p {
    color: #fff;
    font-size: 18px;
    padding: 0 50px;
}
.contact-form input {
    width: 100%;
    border-radius: 50px;
    background: #fff;
    padding: 10px 15px;
    margin: 8px 0px;
    border: none;
    font-size: 13px;
    outline: none;
}
.contact-form textarea {
    margin: 10px 0;
    border-radius: 50px;
    height: 40px;
    padding: 8px 15px;
    resize: none;
    font-size: 13px;
    outline: none;
    border: none;
}
 .contact-sec img {  
   width: 100%;
    max-width: 450px;
    margin-left: 14px;
}
.form-btn {
    margin: 0 auto;
    width: 60%;
}
.form-btn input {
    background: var(--secondary-color);
    color: #fff;
    padding: 20px;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.contact-form h3 {
    color: #616165;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 10px;
}
.form-btn p {
    margin-bottom: -20px !important;
}
.contact-form .wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    text-align: center;
    color: #000;
    border:none !important;
    font-size: 14px;
    position: relative;
    top: 0;
}
.contact-bootom-content a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
}
@media only screen and (max-width:1024px) {
.mobmenul-container {
    float: right !important;
    margin-right: 25px;
}
}
@media only screen and (min-width:1300px) {
    .banner-image-wrp img {
    max-width: 350px;
}
}
@media only screen and (max-width:991px) {
.title-wrp h1 {
    font-size: 30px;
}
.primary-btn.dark.text-center.mt-5.btn-wrp {
    margin-left: auto;
}
.broker-content p {
    width: 100%;
}
.contact-bootom-content p {
    font-size: 15px;
    padding: 0 0px;
}
.title-wrp h2 {
    font-size: 28px;
}
.service-inner-box {
    margin: 10px 0;
}
.primary-btn {
    width: 70%;
}
.primary-btn a {
    padding: 18px 30px;
}
.service-bottom-content-wrp .primary-btn {
    width: 70%;
}
.flex-box-img {
        margin-top: 20px;
}
.flex-sec p {
    width: 100%;
}
.flex-main-wrp {
    margin-top: 20px;
}
.contact-sec img {
    margin-left: 0;
}
}
@media only screen and (max-width:767px) {
.banner-sec {
    padding: 3em 0;
}
.footer-logo img {
    max-width: 200px !important;
    margin: 0 auto !important;
}
.flex-box-img img {
    margin-top: 20px;
}
.service-content-box h2 {
    font-size: 20px;
}
.flex-box-img {
    margin-top: 20px;
}
.service-inner-box {
    width: auto;
}
.whychoose-sec img {
    margin-top: 20px;
}
.service-content-box p {
    margin: 15px 0;
    font-size: 16px;
}
.contact-box {
    margin: 0 2em;
    width: auto;
}
}
@media only screen and (max-width:575px) {
.broker-sec .title-wrp {
    padding: 3em 0 1em;
}
    .mob-standard-logo {
        max-width: 150px !important;
    }
.title-wrp h1 span {
    font-size: 20px;
}
.title-wrp h1 {
        font-size: 25px;
    }
.primary-btn {
    width: 70%;
}
.spacer.py-5 {
    display: none;
}
.form-btn {
   width: 80%;
}
.broker-sec {
    padding: 0em 0 1em;
}
.title-wrp h2 {
        font-size: 22px;
}
.banner-sec p {
   font-size: 16px;
}
}
/* all css*/
h1.entry-title {
    margin-top: 20px;
    color: var(--secondary-color);
    font-size: 35px;
    font-weight: 700;
}
.privacy-sec a {
    color: var(--secondary-color);
}
/* blog page css*/
  .single-blog-sec .wp-post-image {
    width: 100%;
    border-radius: 5px;
    height: 600px;
    object-fit: cover;
}
.single-blog-sec {
    padding: 2em;
}
.blog-title h2 {
    color: var(--secondary-color);
    margin: 25px 0 10px;
    font-size: 28px;
    font-weight: 700;
}
.single-blog-sec .blog-date {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 0;
}
.single-blog-sec .entry-content {
    font-size: 16px;
}
.single-blog-sec .entry-content a {
    color: var(--secondary-color);
}
@media only screen and (max-width:991px) {
    .single-blog-sec .wp-post-image {
    height: 400px;
}
.single-blog-sec {
    padding: 2em 0 0;
}
.entry-content ul {
    padding: 0;
    margin: 0;
}
}
@media only screen and (max-width:767px) {
.single-blog-sec .wp-post-image {
    height: 230px;
} 
.single-blog-sec  .blog-title h2 {
   font-size: 20px;
}
.single-blog-sec .entry-content {
    font-size: 14px;
}
}