@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Inter:wght@100..900&display=swap');
body{
    width: 100%;
    font-family: "Inter", sans-serif;
    color: #111111cf;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px; 
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
p{
    color: #3d445e;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;  
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6{
    font-family:"Manrope", sans-serif;
    color: #111111cf; 
    font-weight: 600;
    text-transform: capitalize;
}
.cmn_black_heading{ 
    text-transform: capitalize; 
    margin: 0 0 13px 0;
    font-size: 50px;
    line-height: 63px;
    font-weight: 800;
    color: #111111cf;
    font-family: 'Manrope', sans-serif;
} 
.cmn_white_heading{
    text-transform: capitalize; 
    margin: 0 0 13px 0;
    font-size: 50px;
    line-height: 63px;
    font-weight: 800;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
} 
.cmn_black_heading span.orange{
    color:#ff7a1a;
}
.cmn_black_heading span{
    color:#0015c6;
}
.paragraph{
    color: #3d445e;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;  
    margin-bottom: 15px;
} 
.paragraph_white{
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;  
    margin-bottom: 10px;
} 
figure{
    margin: 0;
}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    margin: 0;
    padding: 0;
    list-style: none;
} 
a{
    text-decoration: none;
    transition: .35s;
    font-family: "Montserrat", sans-serif;
}
a:hover{
    text-decoration: none;
    transition: .35s;
}
.bg_transbtn{
    min-width: 158px;
    height: 44px;
    border-radius: 100px;  
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 300;
    border: 1px solid #ffffff;
}
.bg_transbtn:hover{
    background: #ffffff;
    color: #111111cf;
    transition: .35s;
}  
.btn_cmnservice{
    color: #111111cf;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    line-height: 32px;
    border-radius: 100px;
    min-width: 211px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    transition: .35s;
    padding: 5px 10px 9px;
    justify-content: center;
    background: linear-gradient(90deg, #AE8625, #F7EF8A, #D2AC47, #EDC967);
}
.btn_cmnservice:hover{
    background: linear-gradient(90deg, #111111cf, #111111cf, #555555, #111111cf);
    color: #ffffff;
    transition: .35s;
}

.pt_50{
    padding-top: 50px !important;
}
.pb_50{
    padding-bottom: 50px !important;
}
.pt_60{
    padding-top: 60px !important;
}
.pb_60{
    padding-bottom: 60px !important;
}
.pt_70{
    padding-top: 70px !important;
}
.pb_70{
    padding-bottom: 70px !important;
}
.pt_80{
    padding-top: 80px !important;
}
.pb_80{
    padding-bottom: 80px !important;
}
.pt_90{
    padding-top: 90px !important;
}
.pb_90{
    padding-bottom: 90px !important;
}
.pt_100{
    padding-top: 100px !important;
}
.pb_100{
    padding-bottom: 100px !important;
}
.mb_0{
    margin-bottom: 0 !important;
}
:root{
    scrollbar-color: #0015c6 #ffffff;
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}  
::-webkit-scrollbar-track {
    background: #0015c6;
}  
::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 5px;
}
@media (min-width:1200px){
    .container{
        max-width: 1170px;
    }
}
@media (min-width:1360px){
    .container{
        max-width: 1320px;
    }
}
@media (min-width:1440px){
    .container{
        max-width: 1400px;
    }
}
@media (min-width:1600px){
    .container{
        max-width: 1540px;
    }
}
@media (min-width:1720px){
    .container{
        max-width: 1630px;
    }
}
@media (min-width:1920px){
    .container{
        max-width: 1800px;
    }
}

/**HEADER_STARTS**/
.tp_head-header-inner .site-logo a{
    display: block;
    position: absolute;
    top: 0;
    width: 170px;
    border: 9px solid #ffffff;
    border-radius: 100%;
}
.tp_head-header-inner .site-logo a img{
    width: 100%;
    height: auto;
}
.tp_head-header-inner{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition: .35s;
    z-index:999; 
}
.tp_head-header-inner.fixed{
    transition: .35s;
    top: 0;
    position: fixed;
    width: 100%;
    background: #ffffff;
}
.tp_head-header-inner.fixed .site-logo a{
    position: relative;
    width: 130px;
}
.tp_head-inner {
    background: #fff;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
    padding: 5px 0;
}
.tp_head-header-inner.fixed .tp_head-inner{
    padding: 0;
}
.tp_head-headerlogomenu{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.tp_head-headermenubook_btn{
    display:flex;
    align-items:center;
    gap:36px;
}
.tp_head-site-branding img{
    max-height:78px;
    width:auto;
}
.tp_head-site-nav ul{
    display:flex;
    align-items:center;
    gap:42px;
    list-style:none;
    margin:0;
    padding:0;
}
.tp_head-site-nav ul li{
    position:relative;
}
.tp_head-site-nav ul li a{
    font-family:'Manrope',sans-serif;
    font-size:18px;
    font-weight:600;
    color:#181818;
    text-decoration:none;
    transition:.35s;
}
.tp_head-site-nav ul li:hover>a,
.tp_head-site-nav ul li.current-menu-item>a{
    color:#0015c6;
}
.tp_head-site-nav ul li.current-menu-item:after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:-18px;
    width:8px;
    height:8px;
    background: #0015c6;
    border-radius:50%;
}
.tp_head-site-nav ul ul{
    position:absolute;
    left:0;
    top:130%;
    width:240px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
    opacity:0;
    visibility:hidden;
    transition:.35s;
    padding:12px 0;
}
.tp_head-site-nav ul li:hover>ul{
    opacity:1;
    visibility:visible;
    top:100%;
}
.tp_head-get-quote .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 230px;
    height: 60px;
    padding: 0 35px;
    border-radius: 80px;
    background: #ff7c2b !important;
    color: #fff !important;
    text-decoration: none;
    font-family: 'Manrope',sans-serif;
    font-size: 21px;
    font-weight: 700;
    transition: .35s;
}
/* .tp_head-get-quote .btn:before{
    content:"\f232";
    font-family:"Font Awesome 6 Brands";
    font-size: 30px;
} */
.tp_head-get-quote .btn:hover{
    background:#ff7c2b;
}
  
.headernav.menu{
    display:flex;
    align-items:center;
    list-style:none;
    margin:0;
    padding:0;
}
.headernav.menu li{
    position:relative;
    margin:0 22px;
}
.headernav.menu li a{
    position:relative;
    display:flex;
    align-items:center;
    gap:6px;
    padding:38px 0;
    color:#111111cf;
    font-family:'Manrope',sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:1;
    text-decoration:none;
    transition:.35s;
}
.headernav.menu li:hover>a{
    color:#2643ff;
}
.headernav.menu li.current-menu-item>a,
.headernav.menu li.current-menu-parent>a,
.headernav.menu li.current_page_item>a{
    color:#2643ff;
}
.headernav.menu li.current-menu-item>a::after,
.headernav.menu li.current-menu-parent>a::after,
.headernav.menu li.current_page_item>a::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:18px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#2643ff;
    transform:translateX(-50%);
}
.headernav.menu li.menu-item-has-children>a:before {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    order: 2;
    margin-left: 2px;
    font-size: 17px;
    top: 2px;
    transition: .3s;
    position: relative;
}
.headernav.menu li:hover>a:before{
    transform:rotate(180deg);
}
.headernav.menu ul{
    position:absolute;
    left:0;
    top:120%;
    width:300px;
    display:block;
    padding: 0;
    margin:0;
    background:#fff;
    border-radius: 0px;
    box-shadow:0 15px 45px rgba(0,0,0,.10);

    opacity:0;
    visibility:hidden;
    transition:.35s;
    z-index:99;
}
.headernav.menu li:hover>ul{
    opacity:1;
    visibility:visible;
    top:100%;
}
.headernav.menu ul li{
    margin:0;
    width:100%;
}
.headernav.menu ul li a{
    padding:13px 25px;
    font-size:16px;
    color:#333;
    border-bottom: 1px solid #d6e3ff;
}
.headernav.menu ul li a:after{
    display:none;
}
.headernav.menu ul li:hover>a{
    color:#2643ff;
    background:#f7f8ff;
}
.headernav.menu ul ul{
    left:100%;
    top:0;
} 
/**HEADER_ENDS**/


/**HOME_BANNER_STARTS**/
/*==========================================
BANNER AREA
==========================================*/

.tp_banner_area{
    position:relative;
    overflow:hidden;
    background:#fff;
    padding: 100px 0 0;
    z-index:1;
} 
.tp_banner_area .row{
    align-items:center;
    min-height:760px;
}

/*==========================================
LEFT CONTENT
==========================================*/

.tp_banner_content{
    position:relative;
    z-index:5;
    max-width:610px;
}
/* .tp_banner_content::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0 50% 50% 0;
    background: #fefbf9;
    left: 0;
    top: 0;
    z-index: 1;
    box-shadow: 0 0 0 40px rgba(255, 236, 224, .45), 0 0 0 80px rgba(255, 236, 224, .18);
} */
/*==========================================
RIGHT IMAGE
==========================================*/

.tp_banner_image{
    position:relative;
    z-index:5;
    text-align:right;
}

.tp_banner_image img{
    width:100%; 
    display:block;
    margin-left:auto;
    object-fit:cover;
}

/*==========================================
MAIN WHITE CIRCLE
==========================================*/

.tp_banner_shape_one {
    position: absolute;
    width: 57%;
    height: 100%;
    border-radius: 0 50% 50% 0;
    background: #fefbf9;
    left: 0;
    top: 0;
    z-index: 99;
    box-shadow: 0 0 0 40px rgba(255,236,224,.45),
    0 0 0 80px rgba(255,236,224,.18);
} 
.tp_banner_shape_two {
    position: absolute;
    width: 74%;
    height: 900px;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(255 146 59 / 7%) 0%, rgba(255, 255, 255, 0) 72%);
    z-index: 9;
} 
.tp_banner_area:before {
    content: "";
    position: absolute;  
    width: 57%;
    height: 100%;
    border-radius: 0 50% 50% 0;
    background: #fefbf9;
    left: 0;
    top: 0;
    z-index: 1;
    box-shadow: 0 0 0 40px rgba(255, 236, 224, .45), 0 0 0 80px rgba(255, 236, 224, .18);
}
.tp_banner_dots_left{
    position:absolute;
    left:25px;
    top:170px;
    width:70px;
    height:180px;
    z-index:3;
    background-image:radial-gradient(#ff7a1a 1.8px, transparent 1.8px);
    background-size:18px 18px;
}
.tp_banner_image{
    position:relative;
    padding-left:30px;
}

/*==========================================
IMAGE SHADOW
==========================================*/

.tp_banner_image img{
    box-shadow:0 35px 80px rgba(0,0,0,.12);
}

/*==========================================
CONTENT & IMAGE ALIGNMENT
==========================================*/

.tp_banner_content,
.tp_banner_image{
    position:relative;
    z-index:10;
}

/*==========================================
OWL FIX
==========================================*/

.homeslider .owl-stage,
.homeslider .owl-item{
    display:flex;
} 
.homeslider .item{
    width:100%;
} 
.homeslider .owl-item img{
    transform:translateZ(0);
}  
.tp_banner_area .container{
    position:relative;
    z-index:9;
}  
.tp_banner_badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 23px 10px 17px;
    margin-bottom: 28px;
    background: #e8eaf9;
    border-radius: 60px;
    font-family: 'Manrope',sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0015c6;
    box-shadow: 0 10px 30px rgba(0,21,198,.08);
}
.tp_banner_badge i{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#0015c6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
} 
.tp_banner_heading{
    margin:0 0 28px;
    font-family:'Manrope',sans-serif;
    font-size:68px;
    line-height:1.12;
    font-weight:800;
    color:#111111cf;
    letter-spacing:-2px;
} 
.tp_banner_heading span{
    color:#ff7a1a;
} 
.tp_banner_desc{
    max-width:560px;
    margin-bottom:40px;
    font-family:'Inter',sans-serif;
    font-size:20px;
    line-height:1.9;
    color:#5f6577;
}    
.tp_banner_btns{
    display:flex;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:45px;
} 
.tp_banner_btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    min-width:210px;
    height:68px;
    padding:0 34px;
    border-radius:70px;
    text-decoration:none;
    font-family:'Manrope',sans-serif;
    font-size:18px;
    font-weight:700;
    transition:.4s;
} 
.tp_banner_primary{
    background:#0015c6;
    color:#fff;
    box-shadow:0 20px 45px rgba(0,21,198,.25);
}

.tp_banner_primary:hover{
    /* background:#ff7a1a; */
    /* color:#fff; */
    transform:translateY(-4px);
}

.tp_banner_primary i{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#fff;
    color:#0015c6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
}

/*=========================================
OUTLINE BUTTON
=========================================*/
.tp_banner_outline{
    background:#fff;
    border:2px solid #ff7a1a;
    color:#ff7a1a;
}
.tp_banner_outline:hover{
    background:#ff7a1a;
    color:#fff;
    transform:translateY(-4px);
}
.tp_banner_outline i{
    font-size:20px;
} 
.trust_image img{
    width: 100%;
}
.tp_banner_trusted{
    display:flex;
    align-items:center;
    gap:18px;
}
.trust_left{
    padding-right: 50px;
    position: relative;
}

/*=========================================
AVATAR
=========================================*/
.tp_banner_users{
    width: 170px;
}
.tp_banner_users img{
    width: 100%;
    display:block;
}

/*=========================================
TRUST CLIENT
=========================================*/

.trust_client {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 30px;
    padding: 30px 25px;
    box-shadow: 0 18px 45px rgba(0,0,0,.08); 
    overflow: hidden;
    width: 600px;
    position: absolute;
    bottom: 150px;
    right: 167px;
    transition: .35s;
    animation:tpCard 4s ease-in-out infinite;
}

/*=========================================
LEFT
=========================================*/

.happy_cli_leftrihgt{

    display:flex;
    align-items:center;

    gap:22px;

    width:42%;

    position:relative;

}

.happy_cli_leftrihgt:after{

    content:"";

    position:absolute;

    right:-30px;
    top:50%;

    transform:translateY(-50%);

    width:1px;
    height:95px;

    background:#e6e6e6;

}

/*=========================================
ICON
=========================================*/

.hpy_cli_icon{
    width:82px;
    height:82px;
    min-width:82px;
    border-radius:50%;
    background:#eef1ff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0;
}

.hpy_cli_icon img{
    filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(3574%) hue-rotate(233deg) brightness(90%) contrast(102%);
    width: 40px;
}

/*=========================================
NUMBER
=========================================*/

.trust_client_number {
    font-family: "Manrope",sans-serif;
    font-size: 35px;
    font-weight: 800;
    line-height: 1;
    color: #0015c6; 
}
.trust_client_number span{
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    color: #4a4e74;
    display: block;
}
/*=========================================
TITLE
=========================================*/

.happy_client_title{

    font-family:"Manrope",sans-serif;

    font-size:24px;

    font-weight:600;

    color:#111111cf;

}

/*=========================================
RIGHT
=========================================*/

.happy_cli_onlrit{
    width:50%; 
}
.happy_cli_onlrit img{
    width:180px;
    margin: 0 0 5px 0;
    height:auto;
}
.client_number_title{
    font-family:"Manrope",sans-serif;
    font-size:18px;
    font-weight:600;
    color:#111111cf;
    line-height:1.5;
}
.client_number_title span{
    color:#0015c6;
    font-weight:800;
}

/*=========================================
HOVER
=========================================*/ 

.trust_client:hover{
    transform:translateY(-6px);
    box-shadow:0 25px 60px rgba(0,21,198,.12);
}
.tp_banner_stars{
    display:flex;
    gap:5px;
    margin-bottom:10px;
}
.tp_banner_stars i{
    color:#0015c6;
    font-size:18px;
}

/*=========================================
TEXT
=========================================*/

.tp_banner_trusted_text {
    font-family: 'Manrope',sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #485774;
    text-transform: capitalize;
}
.tp_banner_trusted_text strong,
.tp_banner_trusted_text span{
    color:#0015c6;
}

/*=========================================
HOVER
=========================================*/

.tp_banner_btn:hover{
    text-decoration:none;
}

/*=========================================
SMOOTH TRANSITION
=========================================*/

.tp_banner_badge,
.tp_banner_btn,
.tp_banner_heading,
.tp_banner_desc,
.tp_banner_trusted{
    transition:.35s;
}



/*********************/
/*=========================================
NDIS FLOATING CARD
=========================================*/

.tp_banner_ndis_card {
    position: absolute;
    right: 70px;
    bottom: 140px;
    display: flex;
    align-items: center;
    gap: 18px;
    width: 340px;
    padding: 22px;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 25px 60px rgba(0,0,0,.12);
    z-index: 20;
    transition: .4s;
}

.tp_banner_ndis_card:hover{
    transform:translateY(-8px);
    box-shadow:0 35px 70px rgba(0,0,0,.18);
} 

.tp_banner_ndis_icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: #fef1e9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
} 
.tp_banner_ndis_icon img{
    width: 43px !important;
    height: auto;
    box-shadow: none;
    margin: auto;
    border-radius: 0;
    filter: brightness(0) saturate(100%) invert(52%) sepia(99%) saturate(1805%) hue-rotate(359deg) brightness(101%) contrast(102%);
}
/*=========================================
NDIS CONTENT
=========================================*/

.tp_banner_ndis_content{
    text-align: left;
}
.tp_banner_ndis_content h4{
    margin:0 0 8px;
    font-family:'Manrope',sans-serif;
    font-size:22px;
    font-weight:800;
    color:#111111cf;
    line-height:1.2;
    text-transform: capitalize;
}

.tp_banner_ndis_content p{
    margin:0;
    font-family:'Inter',sans-serif;
    font-size:15px;
    line-height:1.7;
    color:#666;
}

/*=========================================
IMAGE DECORATION
=========================================*/

.tp_banner_image:before{
    content:"";
    position:absolute;
    top:45px;
    right:-35px;
    width:140px;
    height:140px;
    border-radius:50%;
    background:rgba(0,21,198,.08);
    z-index:-1;
}

.tp_banner_image:after{
    content:"";
    position:absolute;
    bottom:40px;
    left:20px;
    width:90px;
    height:90px;
    border-radius:50%;
    background:rgba(255,122,26,.18);
    z-index:-1;
} 
.tp_banner_dots_left:after {
    content: "";
    position: absolute;
    left: 36px;
    bottom: 90px;
    width: 90px;
    height: 90px;
    background-image: radial-gradient(#ff7a1a 2px,transparent 2px);
    background-size: 18px 18px;
} 
.tp_banner_image img{
    transition:.5s;
} 
.tp_banner_area:hover .tp_banner_image img{
    transform:scale(1.02);
} 

.tp_banner_badge{
    animation:tpFloat 3s ease-in-out infinite;
}

@keyframes tpFloat{

0%{
    transform:translateY(0);
}

50%{
    transform:translateY(-6px);
}

100%{
    transform:translateY(0);
}

}

/*=========================================
BUTTON ICON
=========================================*/

.tp_banner_btn i{
    transition:.35s;
}

.tp_banner_btn:hover i{
    transform:rotate(-45deg);
}

/*=========================================
CARD ANIMATION
=========================================*/

.tp_banner_ndis_card{
    animation:tpCard 4s ease-in-out infinite;
}

@keyframes tpCard{

0%{
    transform:translateY(0);
}

50%{
    transform:translateY(-8px);
}

100%{
    transform:translateY(0);
}

}

/*=========================================
SECTION OVERFLOW
=========================================*/

.tp_banner_area{
    overflow:hidden;
}

/*=========================================
IMAGE ALIGNMENT
=========================================*/

.tp_banner_image{
    display:flex;
    justify-content:flex-end;
    align-items:flex-end;
}

/*=========================================
FINAL POLISH
=========================================*/

.tp_banner_area *{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.tp_banner_image{
    margin-right: calc(100% - 50vw);
}
.tp_banner_area img{
    max-width:100%;
    display:block;
    width: 100%;
}

.tp_banner_btn,
.tp_banner_badge,
.tp_banner_ndis_card,
.tp_banner_image img{
    will-change:transform;
}
/**HOME_BANNER_ENDS**/


/**HOME_BANNER_USP_STARTS**/ 
.banner_usp_section{
    position:relative;
    margin-top:-65px;
    z-index:20;
} 
.banner_usp{
    display:flex;
    align-items:stretch;
    justify-content:space-between;
    background:#fff;
    border-radius: 15px;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
    overflow:hidden;
}

/*==================================================
SINGLE BOX
==================================================*/

.banner_usp .single-team {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 28px 15px;
    transition: .35s;
    background: #fff;
}

.banner_usp .single-team:not(:last-child){
    border-right:1px solid #ececec;
}

.banner_usp .single-team:hover{
    background:#fafcff;
}

/*==================================================
LAST ORANGE BOX
==================================================*/

.banner_usp .single-team:last-child{
    background:linear-gradient(135deg,#ff7a1a,#ff9b3d);
    color:#fff;
    border-right:none;
}
.banner_usp .single-team:last-child::before{
    content: "";
    position: absolute;
    right: 0px;
    top: 68%;
    transform: translateY(-50%);
    width: 130px;
    height: 130px;
    background: url(../images/dotedusp.webp) no-repeat center;
    opacity: .35;
    background-size: 100%;
}
.banner_usp .single-team:last-child span,
.banner_usp .single-team:last-child .prdct_name{
    color:#fff;
}

/*==================================================
ICON
==================================================*/

.stem_number_onlyico{
    width:82px;
    height:82px;
    min-width:82px;
    border-radius:50%;
    background:#fff5ef;
    display:flex;
    align-items:center;
    justify-content:center;
}
.stem_number_onlyico img{
    width:42px;
    height:auto;
    transition:.35s;
    filter: brightness(0) saturate(100%) invert(52%) sepia(99%) saturate(1805%) hue-rotate(359deg) brightness(101%) contrast(102%);
}
.banner_usp .single-team:hover .stem_number_onlyico img{
    transform:scale(1.08);
}
/* last box */
.banner_usp .single-team:last-child .stem_number_onlyico{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.35);
}
.banner_usp .single-team:last-child .stem_number_onlyico img{
    filter:brightness(0) invert(1);
}

/*==================================================
TITLE
==================================================*/

.stem_number_onlyproce span{
    display:block;
    margin-bottom:8px;
    font-family:'Manrope',sans-serif;
    font-size: 17px;
    font-weight:700;
    color:#111111cf;
    line-height:1.2;
}

/*==================================================
DESCRIPTION
==================================================*/
.prdct_name_step {
    font-family: 'Inter',sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #5d6577;
    font-weight: 500;
}
/*==================================================
CONTENT
==================================================*/

.stem_number_ico_process{
    flex:1;
}

/*==================================================
HOVER
==================================================*/

.banner_usp .single-team:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 30px rgba(0,0,0,.06);
}
.help_box{
    background:linear-gradient(135deg,#ff7a1a,#ff9635);
    position:relative;
    overflow:hidden;
}

.help_box::before{
    content:"";
    position:absolute;
    right:-20px;
    top:50%;
    transform:translateY(-50%);
    width:130px;
    height:130px;
    background:url(../images/dotedusp.webp) no-repeat center;
    opacity:.35;
}

/**HOME_BANNER_USP_ENDS**/



/**ABOUT_STARTS**/

.trust_content{
    max-width:760px;
}
 

/*========================================
HEADING
========================================*/

.trust_heading{
    margin:18px 0 22px;
    font-size:64px;
    line-height:1.12;
    font-weight:800;
    color:#111111cf;
    font-family:'Manrope',sans-serif;
}

.trust_heading span{
    color:#0015c6;
}
.trust_short_description {
    max-width: 100%;
    margin-bottom: 40px;
    color: #60697d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Inter',sans-serif;
}

/*========================================
USP GRID
========================================*/

.trust_usp{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    column-gap:70px;
    row-gap:35px;
    position:relative;
    margin-bottom:60px;
}

.trust_usp:after{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    width:1px;
    height:100%;
    border-left:2px dashed #dfe3ff;
}

/*========================================
ITEM
========================================*/

.trust_usp .single-team{
    display:flex;
    align-items:flex-start;
    gap:22px;
}

/*========================================
ICON
========================================*/

.trust_usp .stem_number_onlyico{
    width:78px;
    height:78px;
    min-width:78px;
    border-radius:50%;
    background:#eef1ff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition: .35s;
}

.trust_usp .stem_number_onlyico img{
    width:40px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(3574%) hue-rotate(233deg) brightness(90%) contrast(102%);
}

/*========================================
TITLE
========================================*/

.trust_usp .stem_number_onlyproce span{
    display:block;
    margin-bottom:8px;
    font-size: 19px;
    font-weight:700;
    color:#111111cf;
    font-family:'Manrope',sans-serif;
}

/*========================================
DESCRIPTION
========================================*/

.trust_usp .prdct_name_step{
    color: #626a7f;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}
/*========================================
BOTTOM SUPPORT
========================================*/

.trust_support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg,#eef1ff,#f8f8ff);
    border-radius: 28px;
    padding: 20px 23px;
    animation:tpCard 4s ease-in-out infinite;
}

/*========================================
LEFT
========================================*/

.trust_support_left{ 
    display:flex;
    align-items:center;  
    gap:15px; 
}

.trust_support_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #ff7a1a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-shrink: 0;
}

.trust_support_text{

    display:flex;
    flex-direction:column;

}

.trust_support_title {
    font-size: 17px;
    font-weight: 700;
    color: #0015c6;
    margin-bottom: 8px;
    font-family: 'Manrope',sans-serif;
}

.trust_support_description {
    color: #555f75;
    font-size: 15px;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    line-height: 21px;
}

/*========================================
RIGHT
========================================*/

.trust_support_right{
    padding-left: 55px;
    border-left:2px solid #d8dcff;
}

.trust_support_right a {
    color: #0015c6;
    font-size: 24px;
    font-weight: 800;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Manrope',sans-serif;
}
.trust_support_right i{
    font-size: 25px;
}

/*=========================================
ABOUT SUB HEADING
=========================================*/
.abt_home_left ol{
    margin: 0 0 10px 0;
    padding: 0;
} 
.abt_home_left ol li{
    list-style: none;
    font-size: 17px;
    line-height: 27px;
    color: #3f4457;
    position: relative;
    padding: 3px 0 3px 23px;
}
.abt_home_left ol li::before{
    position: absolute;
    top: 3px;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058"; 
    font-size: 18px;
    color: #0328b1;
}
.subheadingcmnspn{
    position:relative;
    display:inline-block;
    margin-bottom:40px;
}
.subheadingcmnspn span{
    display:inline-flex;
    align-items:center;
    justify-content:center;  
    color:#0015c6;
    font-size:15px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px; 
    font-family:"Manrope",sans-serif;
}

/*=========================================
BOTTOM DECORATION
=========================================*/

.subheadingcmnspn:before{
    content:"";
    position:absolute;
    left:0;
    bottom:-16px;
    width:34px;
    height:4px;
    background:#0015c6;
    border-radius:10px;
}
.subheadingcmnspn:after{
    content:"";
    position:absolute;
    left:48px;
    bottom:-17px;
    width:6px;
    height:6px;
    background:#0015c6;
    border-radius:50%;
    box-shadow:22px 0 0 #0015c6;
}
.trust_support_right a:hover{
    color:#ff7a1a;
}
.trust_usp .single-team:hover .stem_number_onlyico{
    transform:translateY(-5px);
    transition:.35s;
}



/*=========================================
ABOUT SECTION
=========================================*/
.sectionhomem_about{
    position:relative; 
    overflow:hidden;
    background:#fff;
}   
.abt_home_left .cmn_black_heading{
    margin-bottom:25px; 
}
.abt_home_left .cmn_black_heading span{
    color:#0015c6;
} 
.abt_home_left .desc{
    font-family:"Inter",sans-serif;
    font-size:18px;
    line-height:1.9;
    color:#61687c;
    margin-bottom:45px;
} 
.about_usp{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap: 35px 40px;
    margin-bottom:45px;
} 
.about_usp .single-team{
    display:flex;
    align-items:flex-start;
    gap:18px;
    transition:.35s;
} 
.about_usp .stem_number_onlyico{
    width:76px;
    height:76px;
    min-width:76px;
    border-radius:50%;
    background:#eef1ff;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.35s;
    flex-shrink: 0;
}
.about_usp .stem_number_onlyico img{
    width:38px;
    height:auto;
    filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(3574%) hue-rotate(233deg) brightness(90%) contrast(102%);
}
/*=========================================
TITLE
=========================================*/
.about_usp .stem_number_onlyproce span{
    display:block;
    font-family:"Manrope",sans-serif;
    color:#111111cf;
    font-size: 19px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:8px;
}

/*=========================================
DESCRIPTION
=========================================*/

.about_usp .prdct_name_step{
    color: #626a7f;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

/*=========================================
HOVER
=========================================*/

.about_usp .single-team:hover .stem_number_onlyico{
    background:#0015c6;
    transform:translateY(-6px);
}

.about_usp .single-team:hover .stem_number_onlyico img{
    filter:brightness(0) invert(1);
}

/*=========================================
BUTTON
=========================================*/

.buttonabt{
    margin-top:15px;
}
.buttonabt .btn, .buttonabtfirst .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    height:66px;
    padding:0 36px;
    border-radius:60px;
    background:#0015c6;
    color:#fff;
    font-family:"Manrope",sans-serif;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
    box-shadow:0 20px 45px rgba(0,21,198,.18);
}
.buttonabt .btn::after, .buttonabtfirst .btn::after{
    content:"\f061";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    font-size:15px;
    transition:.35s;
}
.buttonabt .btn:hover{
    background:#ff7a1a;
    color:#fff;
    transform:translateY(-5px);
}
.buttonabt .btn:hover::after{
    transform:translateX(5px);
}
.buttonabtfirst .btn{
    background:#ff7a1a;
}
.buttonabtfirst .btn:hover{
    color:#fff;
    transform:translateY(-5px);
}
.buttonabtfirst .btn:hover::after{
    transform:translateX(5px);
}

/*=========================================
RIGHT SECTION
=========================================*/
.abt_home_right{
    position:relative;
    display:flex;
    justify-content:flex-end;
    align-items:center;
    z-index:2;
}
.about_image_wrap{
    position:relative;
    width:100%; 
}

/*=========================================
MAIN IMAGE
=========================================*/
.abthli{
    position:relative;
    margin:0;
    overflow:hidden; 
    z-index:5; 
}
.abthli img{
    width:100%;
    display:block;
    transition:.5s;
}  

.experience{
    position:absolute;
    right: 70px;
    top:220px;
    width:255px;
    /* background: linear-gradient(180deg, #1e22c1, #2326ab); */
    background: #ff7a1a;
    border-radius:35px;
    padding:35px 30px;
    color:#fff;
    z-index:10;
    box-shadow:0 30px 60px rgba(0,21,198,.28);
    animation: tpCard 4s ease-in-out infinite;
}
.experience_icon{
    width:72px;
    height:72px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 18px;
}
.experience_icon img{
    width: 38px;
    filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(2917%) hue-rotate(5deg) brightness(104%) contrast(102%)
}
.experience_number{
    font-family: "Manrope",sans-serif;
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 18px;
}
.experience_title {
    font-family: "Manrope",sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 12px;
}
.experience_description {
    font-family: "Inter",sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255,255,255,.92);
}
/*=========================================
SMALL IMAGE
=========================================*/

.about_small_image{
    position:absolute;
    width:300px;
    height:300px;
    right:10px;
    bottom:-70px;
    border-radius:50%;
    overflow:hidden;
    border:8px solid #fff;    
    z-index:8;
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}
.about_small_image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/*=========================================
BLUE SHAPE
=========================================*/

.about_shape_one{
    position:absolute;
    right:-250px;
    bottom:-230px;
    width:620px;
    height:620px;
    background:#0015c6;
    border-radius:50%;
    z-index:0;
}

/*=========================================
LIGHT SHAPE
=========================================*/

.about_shape_two{
    position:absolute;
    right:-120px;
    bottom:-180px;
    width:520px;
    height:520px;
    background:rgba(0,21,198,.08);
    border-radius:50%;
}

/*=========================================
TOP RIGHT PATTERN
=========================================*/

.about_circle_pattern{
    position:absolute;
    right:0;
    top:20px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:
    repeating-radial-gradient(circle,
    transparent 0 18px,
    rgba(0,21,198,.08) 19px 21px);
    opacity:.9;
}

/*=========================================
BOTTOM DOTS
=========================================*/

.about_shape_three{

    position:absolute;

    right:45px;
    bottom:60px;

    width:90px;
    height:90px;

    background-image:radial-gradient(#ffffff 2px,transparent 2px);

    background-size:18px 18px;

    z-index:2;

}

/*=========================================
HOVER
=========================================*/

.experience{

    transition:.4s;

}

.abt_home_right:hover .experience{

    transform:translateY(-8px);

}

.about_small_image{

    transition:.45s;

}

.abt_home_right:hover .about_small_image{

    transform:translateY(-6px);

}



/*=========================================
ABOUT COUNTER AREA
=========================================*/
.about_counter_area {
    position: relative;
    margin-top: 50px;
    z-index: 10;
}
/*=========================================
COUNTER WRAPPER
=========================================*/

.about_counter_area .counter_area{
    width: 1100px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap: 15px;
}

/*=========================================
COUNTER BOX
=========================================*/

.about_counter_area .single_counter {
    position: relative;
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
    transition: .35s;
    overflow: hidden;
    display: flex;
    gap: 13px;
}
.about_counter_area .single_counter::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #0015c6;
    transform: scaleX(0);
    transition: .35s;
}
.about_counter_area .single_counter:hover::before{
    transform:scaleX(1);
}
.about_counter_area .single_counter:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,21,198,.15);
}
.single_counter .stem_number_onlyico{
    background: #eef1ff;
    width: 70px;
    height: 70px;
    min-width: 70px;
}
.single_counter .stem_number_onlyico img{
    width: 35px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(3574%) hue-rotate(233deg) brightness(90%) contrast(102%);
}
.single_counter .stem_number_ico_process{
    text-align: left;
}
/*=========================================
COUNTER NUMBER
=========================================*/

.about_counter_area .counter_number {
    font-family: "Manrope",sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    color: #0015c6;
    margin-bottom: 10px;
}
.about_counter_area .counter_number span {
    color: #0015c6;
}

/*=========================================
COUNTER TITLE
=========================================*/

.about_counter_area .counter_title{
    font-family: "Manrope",sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #283154;
    line-height: 22px;
    margin-bottom: 0px;
}

/*=========================================
COUNTER DESCRIPTION
=========================================*/

.about_counter_area .counter_desc{

    font-family:"Inter",sans-serif;

    font-size:16px;

    line-height:1.8;

    color:#667085;

}

/*=========================================
ICON (IF EXISTS)
=========================================*/

.about_counter_area .counter_icon{

    width:70px;
    height:70px;

    margin:0 auto 22px;

    border-radius:50%;

    background:#eef2ff;

    display:flex;
    align-items:center;
    justify-content:center;

}

.about_counter_area .counter_icon img{

    width:36px;

}

/*=========================================
DECORATIVE SHADOW
=========================================*/

.about_counter_area .single_counter::after{

    content:"";

    position:absolute;

    width:140px;
    height:140px;

    right:-65px;
    bottom:-65px;

    border-radius:50%;

    background:rgba(0,21,198,.04);

}


/*=========================================
NDIS PROVIDER BOX
=========================================*/

.ndis_provider_box {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 22px;
    width: 320px;
    padding: 27px 25px;
    border-radius: 25px;
    background: #ff7a1a;
    box-shadow: 0 18px 45px rgba(0,21,198,.28);
    overflow: hidden;
    z-index: 2;
    bottom: 320px;
    left: 60px;
    animation:tpCard 4s ease-in-out infinite;
}

/*=========================================
TOP LIGHT
=========================================*/

.ndis_provider_box:before{

    content:"";

    position:absolute;

    left:-80px;
    top:-80px;

    width:220px;
    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

}

/*=========================================
BOTTOM LIGHT
=========================================*/

.ndis_provider_box:after{

    content:"";

    position:absolute;

    right:-90px;
    bottom:-90px;

    width:240px;
    height:240px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

}

/*=========================================
ICON
=========================================*/

.ndis_provider_icon{

    position:relative;

    width:70px;
    height:70px;

    min-width:70px;

    border-radius:50%;

    border:2px solid rgba(255,255,255,.35);

    display:flex;
    align-items:center;
    justify-content:center;

    z-index:2;

}

.ndis_provider_icon img{

    width:38px;

    filter:brightness(0) invert(1);

}

/*=========================================
CONTENT
=========================================*/

.ndis_provider_content {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
}

/*=========================================
HOVER
=========================================*/

.ndis_provider_box{

    transition:.35s;

}

.ndis_provider_box:hover{

    transform:translateY(-6px);

    box-shadow:0 25px 60px rgba(0,21,198,.35);

} 
/**ABOUT_ENDS**/


/**SERVICE_HOME_STARTS**/
.cmnmdlheadpara .subheadingcmnspn:before{
    left: -49px;
    right: 0;
    margin: auto;
}
.cmnmdlheadpara .subheadingcmnspn:after{ 
    left: 0;  
    right: -25px;
    margin: auto; 
}
.servicehome_mdl{
    width: 40%;
    margin: 0 auto 60px;
}
.service_home{
    background: #fcf7f3;
    position: relative;
}
.service_home::before{
    position: absolute;
    background: url(../images/service_left_be.webp) no-repeat top left;
    top: 0;
    left: 0;
    background-size: 100%;
    width: 180px;
    height: 350px;
    content: "";
} 

/*==================================================
SERVICE CARD
==================================================*/

.single_servicebox {
    position: relative;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 28px;
    padding: 25px;
    height: 100%;
    display: flex;
    overflow: hidden;
    gap: 23px;
    transition: .4s;
    box-shadow: 0 10px 35px rgba(0,0,0,.05);
}
.service_head_numbr{
    gap: 20px;
}

/* Hover */

.single_servicebox:hover{
    transform:translateY(-8px);
    /* border-color:#0015c6; */
    box-shadow:0 20px 60px rgba(0,21,198,.12);
}

/*==================================================
TOP
==================================================*/

.service_top{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    margin-bottom:25px;

}

/*==================================================
ICON
==================================================*/

.ssimg_home{
    margin:0;
    width:96px;
    height:96px;
    min-width:96px;
    border-radius:50%;
    background:#fff4ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ssimg_home a{
    display:flex;
    align-items:center;
    justify-content:center;
}

.ssimg_home img{
    width:50px;
    height:auto;
    transition:.35s;
    filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(2917%) hue-rotate(5deg) brightness(104%) contrast(102%);
}

/* Hover Icon */

.single_servicebox:hover .ssimg_home{
    /* background:#0015c6; */
}

.single_servicebox:hover .ssimg_home img{
    /* filter:brightness(0) invert(1); */
    transform:scale(1.08);
}

/*==================================================
NUMBER
==================================================*/

.servic_sin_numb{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff5ef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope",sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ff6a00;
    transition: .35s;
}

/* Hover */
/* .single_servicebox:hover .servic_sin_numb{
    background:#0015c6;
    color:#fff;
}  */
.service_content{
    flex:1;
}
.service_allboxes .row{
    row-gap: 25px;
}

/*==================================================
SERVICE TITLE
==================================================*/

.servic_sin_name{

    margin-bottom:18px;

}

.servic_sin_name a {
    display: block;
    font-family: "Manrope",sans-serif;
    font-size: 23px;
    line-height: 1.4;
    font-weight: 700;
    color: #111111cf;
    text-decoration: none;
    transition: .35s;
}

/* .single_servicebox:hover .servic_sin_name a{
    color:#0015c6;
} */

/*==================================================
ORANGE LINE
==================================================*/

.service_line{

    display:block;

    width:42px;

    height:5px;

    background:#ff6a00;

    border-radius:50px;

    margin-bottom:22px;

    transition:.35s;

}

.single_servicebox:hover .service_line{

    width:72px;

}

/*==================================================
DESCRIPTION
==================================================*/

.prdct_des{
    font-family:"Inter",sans-serif;
    font-size:16px;
    line-height:1.5;
    color:#5f6473;
    margin-bottom: 25px;
}
.prdct_des p{
    font-size:16px;
    line-height:1.5;
}
.prdct_des p:last-child{
    margin-bottom:0;
}

/*==================================================
BUTTON AREA
==================================================*/

.service_btn{

    margin-top:auto;

}

/*==================================================
BUTTON
==================================================*/

.ser_sin_btn {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding: 9px 14px;
    border: 2px solid #ffd7c3;
    border-radius: 60px;
    background: #fff7f3;
    text-decoration: none;
    font-family: "Manrope",sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ff6a00;
    transition: .35s;
    text-transform: capitalize;
}
.ser_sin_btn span{ 
    line-height:1; 
}
.ser_sin_btn i{ 
    font-size:15px;
    transition:.35s;
} 
/* .single_servicebox:hover .ser_sin_btn{
    background:#0015c6;
    border-color:#0015c6;
    color:#ffffff;
} */
.single_servicebox:hover .ser_sin_btn i{
    transform:translateX(6px);
}
.service_content{
    display:flex;
    flex-direction:column;
    flex:1;
}
.service_btn{
    padding-top:10px;
}
/**SERVICE_HOME_ENDS**/



/**HOME_WHY_CHOOSE_STARTS**/
.tp_choose_left,
.tp_choose_right{
    display:flex;
    flex-direction:column;
    gap:32px;
    position:relative;
    z-index:2;
}
.tp_choose_box{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    background:#ffffff;
    border-radius:26px;
    padding: 20px;
    min-height:170px;
    overflow:hidden;
    box-shadow:0 12px 40px rgba(0,0,0,.08);
    transition:.4s;
}
.tp_choose_box:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 60px rgba(0,21,198,.15);
}
.tp_choose_left_box{
    flex-direction:row;
}
.tp_choose_icon{
    width:110px;
    height:110px;
    min-width:110px;
    border-radius:50%;
    background:#fff4ef;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
}
.tp_choose_icon::before{
    content:"";
    position:absolute;
    inset:14px;
    border-radius:50%;
    background:#ff7a1a;
}
.tp_choose_icon img{
    width:52px;
    position:relative;
    z-index:2;
    filter:brightness(0) invert(1);
    /* transition:.35s; */
}
.tp_choose_left_box .tp_choose_content{
    padding-left:26px;
    border-left:3px solid #ffd0ba;
    padding-right: 60px;
}
.tp_choose_right_box .tp_choose_content {
    padding-right: 26px;
    border-right: 3px solid #ffd0ba;
    padding-left: 60px;
} 

.tp_choose_content{
    flex:1;
}

.wmup_sbx_head{
    font-family:"Manrope",sans-serif;
    font-size:22px;
    line-height:1.35;
    font-weight:700;
    color:#111111cf;
    margin:0 0 8px;
}

.tp_choose_content p{
    margin:0;
    font-family:"Inter",sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color:#5f6473;
}

/*=========================================
HOVER
=========================================*/

.tp_choose_box:hover .tp_choose_icon {
    background: #ffdfc8;
}
/* .tp_choose_box:hover .tp_choose_icon::before{
    background:#ff6a00;
} */
.tp_choose_box:hover .tp_choose_icon img{
    filter:none;
    transform:scale(1.08);
}
.tp_choose_box:hover .tp_choose_content h4{
    color:#0015c6;
}

/*=========================================
CENTER AREA
=========================================*/

.tp_choose_middle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 545px;
    z-index: 5;
}

/*=========================================
VERTICAL DOTTED LINE
=========================================*/

.tp_middle_line{

    position:absolute;

    left:50%;

    top:0;

    bottom:0;

    transform:translateX(-50%);

    width:2px;

    background:repeating-linear-gradient(
        to bottom,
        #ffd0ba 0,
        #ffd0ba 4px,
        transparent 4px,
        transparent 10px
    );

}

/*=========================================
NUMBER ITEM
=========================================*/

.tp_middle_item {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ff7a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Manrope",sans-serif;
    font-size: 20px;
    font-weight: 700;
    z-index: 3;
    box-shadow: 0 12px 30px rgba(0,21,198,.22);
    transition: .35s;
}

/*=========================================
LEFT CONNECTOR
=========================================*/

.tp_middle_item::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 125px;
    border-top: 2px dashed #ffd0ba;
}

/*=========================================
RIGHT CONNECTOR
=========================================*/

.tp_middle_item::after{
    content:"";
    position:absolute;
    left:100%;
    top:50%;
    transform:translateY(-50%);
    width:125px;
    border-top:2px dashed #ffd0ba;
}

/*=========================================
CONNECTOR DOT
=========================================*/

.tp_middle_item span{
    position:relative;
    z-index:2;
}
.tp_middle_item span::before {
    content: "";
    position: absolute;
    left: -145px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffd0ba;
}
.tp_middle_item span::after {
    content: "";
    position: absolute;
    right: -145px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffd0ba;
}

/*=========================================
HOVER
=========================================*/

.tp_middle_item:hover{

    transform:scale(1.08);

    background:#ff7a1a;

    box-shadow:0 18px 40px rgba(0,21,198,.35);

}
 

/*=========================================
BOTTOM CTA
=========================================*/

.tp_choose_bottom{

    position:relative;

    margin-top:70px;

    padding:38px 45px;

    border-radius:28px;

    overflow:hidden;

    background:linear-gradient(90deg,#f5f7ff 0%,#ffffff 55%,#f5f7ff 100%);

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

/*=========================================
LIGHT CIRCLE
=========================================*/

.tp_choose_bottom:before{

    content:"";

    position:absolute;

    left:-120px;
    top:-120px;

    width:260px;
    height:260px;

    border-radius:50%;

    background:rgba(0,21,198,.05);

}

/*=========================================
DOT PATTERN
=========================================*/

.tp_choose_bottom:after{

    content:"";

    position:absolute;

    right:35px;
    bottom:35px;

    width:95px;
    height:95px;

    background-image:radial-gradient(#8ea2ff 2px,transparent 2px);

    background-size:16px 16px;

    opacity:.8;

}

/*=========================================
LEFT
=========================================*/

.tp_bottom_left{

    display:flex;

    align-items:center;

    gap:24px;

}

.tp_bottom_icon{

    width:82px;

    height:82px;

    min-width:82px;

    border-radius:50%;

    background:#0015c6;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:32px;

    box-shadow:0 15px 35px rgba(0,21,198,.28);

}

.tp_bottom_content h4{

    font-family:"Manrope",sans-serif;

    font-size:32px;

    line-height:1.35;

    font-weight:700;

    color:#111111cf;

    margin-bottom:12px;

}

.tp_bottom_content p{

    margin:0;

    font-family:"Inter",sans-serif;

    font-size:17px;

    line-height:1.8;

    color:#5f6473;

}

/*=========================================
CENTER
=========================================*/

.tp_bottom_center{

    position:relative;

    padding-left:45px;

}

.tp_bottom_center:before{

    content:"";

    position:absolute;

    left:0;
    top:8px;

    width:2px;
    height:85px;

    background:#cfd7ff;

}

.tp_bottom_center h4{

    font-family:"Manrope",sans-serif;

    font-size:30px;

    color:#0015c6;

    font-weight:700;

    margin-bottom:12px;

}

.tp_bottom_center p{

    font-family:"Inter",sans-serif;

    font-size:17px;

    line-height:1.8;

    color:#5f6473;

    margin:0;

}

/*=========================================
RIGHT
=========================================*/

.tp_bottom_right{

    display:flex;

    justify-content:flex-end;

}

.tp_bottom_btn{
    display:inline-flex;
    align-items:center;
    gap:18px;
    padding:18px 40px;
    background:#0015c6;
    color:#fff;
    border-radius:60px;
    font-family:"Manrope",sans-serif;
    font-size:32px;
    font-weight:700;
    text-decoration:none;
    transition:.35s;
    box-shadow:0 18px 40px rgba(0,21,198,.28);
}
.tp_bottom_btn i{
    font-size:24px;
}
.tp_bottom_btn:hover{
    background:#ff6a00;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 22px 50px rgba(255,106,0,.30);
}
.tp_choose_bottom{
    transition:.35s;
}
.tp_choose_bottom:hover{
    transform:translateY(-6px);
    box-shadow:0 25px 60px rgba(0,21,198,.10);
}

/*=========================================
SUPPORT AREA
=========================================*/

.choose_support {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 35px 45px;
    margin-top: 60px;
    border-radius: 28px;
    background: linear-gradient(90deg,#eef2ff 0%,#ffffff 55%,#eef2ff 100%);
    box-shadow: 0 10px 40px rgba(0,0,0,.08);
    overflow: hidden;
    animation: tpCard 4s ease-in-out infinite;
}

/* LEFT CIRCLE */

.choose_support:before{
    content:"";
    position:absolute;
    left:-110px;
    top:-110px;
    width:240px;
    height:240px;
    border-radius:50%;
    background:rgba(0,21,198,.05);
}

/* RIGHT DOT */

.choose_support:after{
    content:"";
    position:absolute;
    right:30px;
    top:50%;
    transform:translateY(-50%);
    width:90px;
    height:90px;
    background-image:radial-gradient(#9ab0ff 2px,transparent 2px);
    background-size:15px 15px;
}

/*=========================================
LEFT
=========================================*/

.choose_support_left{
    display:flex;
    align-items:center;
    gap:22px;
    width:38%;
}

.choose_support_icon{
    width:82px;
    height:82px;
    min-width:82px;    
    border-radius:50%;
    background:#0015c6;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:30px;
    box-shadow:0 12px 30px rgba(0,21,198,.25);

}

.choose_support_title {
    font-family: "Manrope",sans-serif;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: #111111cf;
    margin-bottom: 8px;
}

.choose_support_description{

    font-size:18px;

    line-height:1.8;

    color:#5f6473;

}

/*=========================================
CENTER
=========================================*/

.choose_support_middle{

    width:34%;

    padding-left:40px;

    position:relative;

}

.choose_support_middle:before{

    content:"";

    position:absolute;

    left:0;

    top:5px;

    width:2px;

    height:85px;

    background:#cfd8ff;

}

.choose_support_other_title{

    font-family:"Manrope",sans-serif;

    font-size:22px;

    font-weight:700;

    color:#0015c6;

    margin-bottom:10px;

}

.choose_support_other_description{

    font-size:17px;

    line-height:1.8;

    color:#555;

}

/*=========================================
RIGHT
=========================================*/

.choose_support_right {
    width: 25%;
    display: flex;
    justify-content: flex-end;
    padding-right: 80px;
}

.choose_support_btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:18px;

    padding:20px 40px;

    min-width:260px;

    border-radius:60px;

    background:#0015c6;

    color:#fff;

    text-decoration:none;

    font-family:"Manrope",sans-serif;

    font-size:22px;

    font-weight:700;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,21,198,.28);

}

.choose_support_btn i{

    font-size:24px;

}

.choose_support_btn:hover{

    background:#ff6a00;

    color:#fff;

    transform:translateY(-4px);

}

/*=========================================
HOVER
=========================================*/

.choose_support{

    transition:.35s;

}

.choose_support:hover{

    transform:translateY(-5px);

    box-shadow:0 20px 55px rgba(0,0,0,.12);

}
.whychoose_section{
    background: #f9fafc;
    position: relative;
}
.whychoose_section::before{
    position: absolute;
    background: url(../images/whychoose_left.webp) no-repeat top left;
    background-size: 100%;
    top: 0;
    left: 0;
    width: 260px;
    height: 280px;
    content: "";
}
.whychoose_section::after{
    position: absolute;
    background: url(../images/whychoose_right.webp) no-repeat top right;
    background-size: 100%;
    top: 0;
    right: 0;
    width: 370px;
    height: 350px;
    content: "";
}
/**HOME_WHY_CHOOSE_ENDS**/


/**HOME_NEWS_STARTS**/
.servicehome_mdl.newshome_mdl{
    width: 50%;
}
.blog_home{
    background: #fef9f5;
}
/*=========================================
BLOG SECTION
=========================================*/

.blog_home_mainbx{
    position:relative;
}

.tp_blog_list {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-right: 20px;
}

/*=========================================
BLOG CARD
=========================================*/

.tp_blog_card{

    display:flex;

    align-items:center;

    background:#ffffff;

    border-radius:24px;

    padding:18px;

    min-height:155px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.tp_blog_card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 45px rgba(0,0,0,.14);

}

/*=========================================
DATE BOX
=========================================*/

.tp_blog_date{

    width:88px;

    min-width:88px;

    height:118px;

    border-radius:18px;

    background:linear-gradient(180deg,#ff7b12,#ff5a00);

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    color:#fff;

    margin-right:26px;

}

.tp_blog_date .day {
    font-size: 30px;
    font-family: "Manrope",sans-serif;
    font-weight: 800;
    line-height: 1;
}
.tp_blog_date .month {
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0 1px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 25px;
}
.tp_blog_date .year{
    font-size:14px;
    font-weight:700;
}
/*=========================================
CONTENT
=========================================*/

.tp_blog_content{

    flex:1;

    padding-right:35px;

}

.tp_blog_title {
    display: block;
    color: #111111cf;
    text-decoration: none;
    font-family: "Manrope",sans-serif;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 800;
    margin-bottom: 8px;
    transition: .3s;
}

.tp_blog_title:hover{

    color:#ff6600;

}

.tp_blog_desc{

    color:#5f6980;

    font-size:17px;

    line-height:1.8;

    font-family:"Inter",sans-serif;

}

/*=========================================
READ MORE
=========================================*/

.tp_blog_btn {
    width: 210px;
    min-width: 210px;
    padding: 35px 0;
    border-left: 1px solid #f3d8ca;
    padding-left: 40px;
}
.tp_blog_btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #ff6600;
    font-family: "Manrope",sans-serif;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
}
.tp_blog_btn a i{
    transition:.3s;
}
.tp_blog_card:hover .tp_blog_btn a{
    color:#0015c6;
}
.tp_blog_card:hover .tp_blog_btn a i{
    transform:translateX(6px);
}
/*=========================================
RIGHT IMAGE
=========================================*/

.tp_blog_image {
    position: sticky;
    top: 100px;
    height: 540px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 10px 35px rgba(0,0,0,.08);
}
.tp_blog_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .5s;
}
.tp_blog_image:hover img{
    transform:scale(1.05);
}
/*=========================================
EXTRA EFFECT
=========================================*/

.tp_blog_card{

    overflow:hidden;

}

.tp_blog_card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:4px;

    height:0;

    background:#ff6600;

    transition:.4s;

}

.tp_blog_card:hover::before{

    height:100%;

}

.tp_blog_card:hover .tp_blog_date{

    transform:scale(1.05);

}

.tp_blog_date{

    transition:.35s;

}

.tp_blog_title{

    transition:.35s;

}

.tp_blog_card:hover .tp_blog_title{

    color:#0015c6;

}

.tp_blog_image{

    background:#f5f5f5;

}

.tp_blog_image img{

    border-radius:24px;

}
/**HOME_NEWS_ENDS**/


/**HOME_FAQ_STARTS**/
.faqhomesec{
    background: #fafbfd;
    border-top: 1px solid #e6eeff;
}
.faq_home_section.service_faq{
    padding-top: 100px;
}
/*==================================================
FAQ SECTION
==================================================*/

.faq_home_section{
    position:relative;
}
.tp_faq_left {
    position: sticky;
    padding-right: 0px;
    top: 100px;
}
.tp_faq_image{
    overflow:hidden; 
}
.tp_faq_image img{
    width:100%;
    display:block; 
    transition:.45s;
    object-fit:cover;
}
.tp_faq_image:hover img{
    transform:scale(1.05);
}

/*==================================================
FLOATING CARD
==================================================*/

.tp_faq_card {
    position: absolute;
    left: 65px;
    bottom: 60px;
    width: 370px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 18px 55px rgba(0,0,0,.12);
    gap: 15px;
    animation: tpCard 4s ease-in-out infinite;
}
.tp_faq_card_icon {
    width: 78px;
    height: 78px; 
    border-radius: 50%;
    background: #eef1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.tp_faq_card_icon img{
    width:42px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(3574%) hue-rotate(233deg) brightness(90%) contrast(102%);
}
.stillhave_ques{
    text-align: left;
}
.tp_faq_card_title {
    font-family: "Manrope",sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 27px;
}
.tp_faq_card_desc {
    font-family: "Inter",sans-serif;
    font-size: 16px;
    color: #5d6478;
    line-height: 1.43;
    margin-bottom: 15px;
}

/*==================================================
BUTTON
==================================================*/

.tp_faq_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    height: 37px;
    border-radius: 50px;
    background: #0015c6;
    color: #fff;
    text-decoration: none;
    padding: 0 16px;
    font-size: 18px;
    transition: .35s;
}
.tp_faq_btn:hover{
    background:#ff6600;
    color:#fff;
}
.tp_faq_btn i{
    transition:.35s;
}
.tp_faq_btn:hover i{
    transform:translateX(5px);
}

/*==================================================
RIGHT
==================================================*/

.tp_faq_right{

    padding-left:35px;

}

.faqheadingbx{

    text-align:center;

    margin-bottom:35px;

}

/*==================================================
ACCORDION
==================================================*/

.tp_faq_accordion .accordion-item{
    border:none;
    border-radius:22px;
    overflow:hidden;
    margin-bottom:18px;
    background:#fff;
    box-shadow:0 10px 35px rgba(0,0,0,.07);
}
.tp_faq_accordion .accordion-button {
    background: #fff;
    border: none;
    padding: 0;
    min-height: 75px;
    display: flex;
    align-items: center;
    box-shadow: none;
}
.tp_faq_accordion .accordion-button:not(.collapsed){
    background:#fff;
    color:#111111cf;
    box-shadow:none;
}
.tp_faq_accordion .accordion-button::after{
    display:none;
}

/*==================================================
NUMBER
==================================================*/

.tp_faq_number {
    width: 82px;
    min-width: 82px;
    min-height: 75px;
    background: #eef1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: "Manrope",sans-serif;
    font-weight: 800;
    color: #2847ff;
}

/*==================================================
QUESTION
==================================================*/

.tp_faq_question {
    flex: 1;
    padding: 0 28px;
    font-family: "Manrope",sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #111111cf;
}

/*==================================================
PLUS ICON
==================================================*/

.tp_faq_accordion .accordion-button{

    position:relative;

    padding-right:75px;

}

.tp_faq_accordion .accordion-button:before{

    content:"+";

    position:absolute;

    right:28px;

    top:50%;

    transform:translateY(-50%);

    font-size:40px;

    font-weight:300;

    color:#2847ff;

    transition:.3s;

}

.tp_faq_accordion .accordion-button:not(.collapsed):before{

    content:"−";

}

/*==================================================
BODY
==================================================*/
.tp_faq_accordion .accordion-body {
    padding: 15px 30px 15px 110px;
    font-family: "Inter",sans-serif;
    font-size: 17px;
    line-height: 1.9;
    background: #eef1ff;
    color: #606a7b;
    border-top: 1px solid #edf0fb;
}

/*=========================================
BOTTOM HELP TEXT
=========================================*/

.tp_faq_bottom{

    margin-top:38px;

    text-align:center;

    font-family:"Manrope",sans-serif;

    font-size:24px;

    font-weight:500;

    color:#50596b;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:15px;

    flex-wrap:wrap;

}

.tp_faq_bottom i{

    color:#0015c6;

    font-size:26px;

}

.tp_faq_bottom a{

    color:#0015c6;

    font-weight:700;

    text-decoration:none;

    transition:.35s;

}

.tp_faq_bottom a:hover{

    color:#ff6600;

}

/*=========================================
LEFT DOTS
=========================================*/

.faq_home_section::before{

    content:"";

    position:absolute;

    left:20px;

    top:20px;

    width:110px;

    height:110px;

    background:url("../images/dots-blue.svg") no-repeat center;

    background-size:contain;

    opacity:1;

}

/*=========================================
RIGHT DOTS
=========================================*/

.faq_home_section::after{

    content:"";

    position:absolute;

    right:10px;

    bottom:40px;

    width:110px;

    height:110px;

    background:url("../images/dots-blue.svg") no-repeat center;

    background-size:contain;

}


.tp_faq_left::before{
    content:"";
    position:absolute;
    left:-70px;
    bottom:-90px;
    width:320px;
    height:320px;
    border-radius:50%;
    border:2px solid rgba(0,21,198,.08);
}
.tp_faq_left::after{
    content:"";
    position:absolute;
    left:-25px;
    bottom:-45px;
    width:220px;
    height:220px;
    border-radius:50%;
    border:2px solid rgba(0,21,198,.05);
}
.tp_faq_accordion .accordion-item{
    transition:.35s;
}
.tp_faq_accordion .accordion-item:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 40px rgba(0,0,0,.10);
}
.tp_faq_accordion .accordion-button{
    transition:.35s;
}
.tp_faq_accordion .accordion-button:not(.collapsed){
    background:#ffffff;
}
.tp_faq_accordion .accordion-button:not(.collapsed) .tp_faq_number{
    background: #eef1ff;
    color: #2847ff;
}
.tp_faq_accordion .accordion-button:hover .tp_faq_question{
    color:#0015c6;
}

.tp_faq_image{
    background:#f5f5f5;
}
.tp_faq_card{
    transition:.35s;
}
.tp_faq_left:hover .tp_faq_card{
    transform:translateY(-8px);
}
.tp_faq_right{
    max-width:100%;
}
.tp_faq_card{
    z-index:20;
}
/**HOME_FAQ_ENDS**/




/**FOOTER_CSS_STARTS**/
.tp_footer{

    position:relative;

    overflow:hidden;

    background:#03173d;

    color:#fff;

}

/* Background Gradient */

.tp_footer::before{

    content:"";

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at left top,
    rgba(14,55,180,.25),
    transparent 45%),

    radial-gradient(circle at right bottom,
    rgba(0,21,198,.18),
    transparent 40%);

    pointer-events:none;

}

/*====================================================
TOP AREA
====================================================*/

.tp_footer_top{

    position:relative;

    padding:90px 0 70px;

    z-index:2;

}

/*====================================================
COLUMN SPACING
====================================================*/

.tp_footer_about,
.tp_footer_menu_area,
.tp_footer_help{

    position:relative;

    height:100%;

}

/* Vertical Divider */

.tp_footer_about{

    padding-right:45px;

    border-right:1px solid rgba(90,120,255,.35);

}

.tp_footer_menu_area {
    display: grid;
    grid-template-columns: calc(5 / 12 * 100%) calc(3 / 15 * 100%) calc(3 / 12 * 100%);
    gap: 45px;
    padding: 0 45px;
    border-right: 1px solid rgba(90,120,255,.35);
}

/*====================================================
ABOUT TEXT
====================================================*/

.tp_footer_desc {
    font-family: "Inter",sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,.82);
    margin-bottom: 30px;
}
.tp_footer_desc p{
    font-family: "Inter",sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,.82);
    margin-bottom: 30px;
}

/*====================================================
HEADING
====================================================*/

.tp_footer_heading {
    margin: 0;
    font-family: "Manrope",sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}

/* Small Blue Line */

.tp_footer_heading_line{

    display:block;

    width:42px;

    height:3px;

    border-radius:30px;

    background:#355dff;

    margin:16px 0 32px;

}

/*====================================================
MENU
====================================================*/

.tp_footer_links{
    list-style:none;
    margin:0;
    padding:0;
}
.tp_footer_links li {
    margin-bottom: 15px;
}
.tp_footer_links li:last-child{
    margin-bottom:0;
}
.tp_footer_links li a {
    position: relative;
    display: inline-block;
    padding-left: 22px;
    font-family: "Inter",sans-serif;
    font-size: 17px;
    color: rgba(255,255,255,.85);
    text-decoration: none;
    transition: .35s;
}
.tp_footer_links li a::before{
    content:"›";
    position:absolute;
    left:0;
    top:0;
    color:#4b6cff;
    font-size:24px;
    line-height:1;
}
.tp_footer_links li a:hover{
    color:#ffffff;
    padding-left:28px;
}
.tp_footer_links li a:hover::before{
    color:#ffffff;
}
/*====================================================
HELP TEXT
====================================================*/

.tp_footer_help_desc {
    font-family: "Inter",sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,.82);
    margin-bottom: 35px;
    line-height: 1.7;
}

/*====================================================
USP LIST
====================================================*/

.tp_footer_usp {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.tp_footer_usp_item{
    display:flex;
    align-items:center;
    gap:18px;
    padding:14px 0;    
    border-bottom:1px solid rgba(90,120,255,.22);
    transition:.35s;
}
.tp_footer_usp_item:last-child{
    border-bottom:none;
}
.tp_footer_usp_item:hover{
    transform:translateX(8px);
}

/* Icon */

.tp_footer_usp_icon{

    width:58px;

    height:58px;

    min-width:58px;

    border-radius:50%;

    background:linear-gradient(135deg,#2549ff,#0015c6);

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 10px 25px rgba(0,21,198,.28);

}

.tp_footer_usp_icon img{

    width:28px;

    height:28px;

    object-fit:contain;

    filter:brightness(0) invert(1);

}

.tp_footer_usp_title {
    font-family: "Manrope",sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
}

/*====================================================
GET IN TOUCH BUTTON
====================================================*/

.tp_footer_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 286px;
    height: 74px;
    padding: 0 30px 0 15px;
    border-radius: 30px;
    background: #ffffff;
    color: #0015c6;
    text-decoration: none;
    font-family: "Manrope",sans-serif;
    font-size: 22px;
    font-weight: 700;
    transition: .35s;
    box-shadow: 0 15px 35px rgba(0,0,0,.15);
}

.tp_footer_btn i:first-child{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#0015c6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.tp_footer_btn i:last-child{
    font-size:18px;
}

.tp_footer_btn:hover{

    background:#0015c6;

    color:#fff;

    transform:translateY(-5px);

}

.tp_footer_btn:hover i:first-child{

    background:#ffffff;

    color:#0015c6;

}

/*====================================================
FOLLOW TITLE
====================================================*/

.tp_footer_social_title {
    margin: 55px 0 20px;
    padding-top: 35px;
    border-top: 1px solid rgba(90,120,255,.30);
    font-family: "Manrope",sans-serif;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
}

/*====================================================
SOCIAL
====================================================*/

.tp_footer_social{

    display:flex;

    align-items:center;

    gap:18px;

    margin:0;

    padding:0;

    list-style:none;

}

.tp_footer_social li a {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: linear-gradient(135deg,#284cff,#0015c6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 26px;
    text-decoration: none;
    transition: .35s;
    box-shadow: 0 12px 28px rgba(0,21,198,.25);
}

.tp_footer_social li a:hover{

    background:#ffffff;

    color:#0015c6;

    transform:translateY(-6px) rotate(8deg);

}


/*====================================================
FOOTER BOTTOM
====================================================*/

.tp_footer_bottom{

    position:relative;

    z-index:2;

    padding:32px 0;

    border-top:1px solid rgba(255,255,255,.12);

}

.tp_footer_bottom .row{

    align-items:center;

}

/*====================================================
COPYRIGHT
====================================================*/

.tp_footer_copyright{

    font-family:"Inter",sans-serif;

    font-size:17px;

    line-height:1.8;

    color:rgba(255,255,255,.75);

}

.tp_footer_copyright a{

    color:#ffffff;

    text-decoration:none;

    transition:.35s;

}

.tp_footer_copyright a:hover{
    color:#ff6600;
}

.tp_footer_ndis{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:16px;
    position:relative;

    /* padding-left:40px; */
}
.tp_footer_ndis:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:52px;
    background:rgba(255,255,255,.18);
}
.tp_footer_ndis img{
    width:60px;
    height:60px;
    object-fit:contain;
    border-radius: 100%;
}
.tp_footer_ndis span {
    font-family: "Manrope",sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
}

/*====================================================
FOOTER HOVER
====================================================*/

.tp_footer a{

    transition:.35s;

}

.tp_footer img{
    transition:.35s;
}

.tp_footer img:hover{
    transform:scale(1.05);
}
/**FOOTER_CSS_ENDS**/ 



/**HOME_FORM_STARTS**/ 
.tp_contact_form{
    padding-right:40px;
    position: sticky;
    top: 120px;
}
.tp_contact_sidebar{
    background:#f8faff;
    border-radius:28px;
    padding:45px;
    box-shadow: -1px -1px 14px 2px rgba(0, 0, 0, .03);
    height:100%;
    position:relative;
} 

.booking_other_title, .why_choose_title{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: #111111cf;
    margin-bottom: 16px;
}

.tp_small_line{
    width:55px;
    height:4px;
    background:#0015c6;
    border-radius:20px;
    display:block;
    margin-bottom: 8px;
} 

.contact p{
    margin-bottom:22px;
}

.contact label{
    width:100%;
    display:block;
    font-size:19px;
    font-weight:700;
    color:#111111cf;
    margin-bottom:12px;
}

.contact label span{
    color:#ff5722;
}

/*==========================
Input
==========================*/

.contact input[type=text],
.contact input[type=email],
.contact input[type=tel],
.contact input[type=url],
.contact input[type=number],
.contact input[type=date],
.contact select,
.contact textarea{

    width:100%;
    height:62px;

    border:1px solid #d8deef;
    border-radius:14px;

    background:#fff;

    padding:0 22px;

    font-size:17px;
    color:#4d5975;

    transition:.35s;

    outline:none;

}

.contact textarea{
    height:170px;
    resize:none;
    padding-top:18px;
}

.contact select{
    appearance:none;
    -webkit-appearance:none;
    background:url("../images/down-arrow.svg") no-repeat right 22px center;
    background-size:13px;
}
.contact input::placeholder,
.contact textarea::placeholder{
    color:#8d97ad;
} 
.contact input:focus,
.contact textarea:focus,
.contact select:focus{
    border-color:#0015c6;
    box-shadow:0 0 0 4px rgba(0,21,198,.08);

} 
.tp_contact_info{
    margin-bottom: 30px;
}
.tp_contact_item{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:30px;
    padding:26px 0;
    border-bottom:1px solid #e5eaf7;
}
.tp_contact_item:last-child{
    border-bottom:none;
}
.tp_contact_left{
    min-width:155px;
    font-size: 19px;
    font-weight:700;
    line-height:1.2;
    color:#0015c6;
}
.tp_contact_right{
    flex:1;
}
.tp_contact_right a {
    display: block;
    text-decoration: none;
    color: #4b556e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    transition: .35s;
}
.tp_contact_right a:hover{
    color:#0015c6;
}
.tp_contact_right span{
    display:block; 
    color:#6d7690;
    font-size:18px;
    line-height:1.3;
}
.office_hours{
    white-space: normal;
}

/*=========================================
WHY CHOOSE
=========================================*/ 
.why_choose_title{
    margin-bottom:15px;
}
.why_choose_details{
    margin-top: 18px;
}
.why_choose_details ul{
    margin:0;
    padding:0;
    list-style:none;
}
.why_choose_details li {
    position: relative;
    padding-left: 39px;
    margin-bottom: 12px;
    color: #374151;
    font-size: 18px;
    line-height: 1.7;
}
.why_choose_details li:last-child{
    margin-bottom:0;
}
.why_choose_details li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0015c6;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=========================================
BOTTOM PRIVACY
=========================================*/

.tp_contact_form .acceptance,
.tp_contact_form .privacy-box{
    display:flex;
    align-items:center;
    gap:16px;
    margin-top:28px;
}

.tp_contact_form .privacy-box i{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#eef2ff;
    color:#0015c6;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.tp_contact_form .privacy-box h6{
    margin:0 0 5px;
    font-size:18px;
    font-weight:600;
    color:#111111cf;
}

.tp_contact_form .privacy-box p{
    margin:0;
    color:#6b7280;
    font-size:15px;
    line-height:1.6;
}

/*=========================================
SEND BUTTON
=========================================*/

.contact .wpcf7-submit,
.contact input[type="submit"]{

    width:100%;
    height:64px;

    border:none;
    border-radius:16px;

    background:linear-gradient(90deg,#0015c6,#2648ff);

    color:#fff;

    font-size:22px;
    font-weight:700;

    transition:.35s;

    cursor:pointer;

    box-shadow:0 15px 35px rgba(0,21,198,.18);

}

.contact .wpcf7-submit:hover,
.contact input[type="submit"]:hover{

    transform:translateY(-3px);

    box-shadow:0 20px 40px rgba(0,21,198,.28);

}

/*=========================================
REQUIRED TEXT
=========================================*/

.wpcf7 form .wpcf7-response-output{
    margin-top:25px;
}

.contact .required-note{
    margin-top:22px;
    color:#8b95a8;
    font-size:15px;
}
.tp_contact_sidebar .tp_choose_box{
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 15px;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    padding: 0;
}
.tp_contact_sidebar .tp_choose_box:hover{
    transform: translateY(0px);
}
.booking_form .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 66px;
    padding: 0 36px;
    border-radius: 60px;
    background: #0015c6;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: .35s;
    box-shadow: 0 20px 45px rgba(0, 21, 198, .18);
    position: relative;
}
.booking_form .btn .wpcf7-spinner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
/**HOME_FORM_ENDS**/


/**HOME_TESTIMONIAL_STARTS**/
.testimonials_inerpage{
    position: relative;
}
.testimonials_inerpage::before{
    width: 100px;
    height: 100px;
    top: 20px;
    left: 20px;
    background: url(../images/dottedbeforecmn.webp) no-repeat top left;
    background-size: contain;
    position: absolute;
    content: "";
}
.testimonials_inerpage::after{
    width: 200px;
    height: 350px;
    top: 0px;
    right: 0px;
    background: url(../images/crclbfrcmn.webp) no-repeat top right;
    background-size: contain;
    position: absolute;
    content: "";
}
.page-template-custom-testimonial .homecallaction_gtin{
    padding-top: 0;
}
.testimonials_inerpage .single-testimonial{
    box-shadow: 0 0 4px 4px #f7f7f7;
}
.testimonials_inerpage .testi_bottom{
    gap: 0;
}
.testimonials_inerpage .testi_top{
    justify-content: flex-start;
    gap: 23px;
}
.rowtestiinerpg{
    row-gap: 25px;
}
.home_testimonial{
    background: #fef6f3;
}
/*====================================
TESTIMONIAL SLIDER
====================================*/

.testimonialslide{
    position:relative;
}

.testimonialslide .owl-stage{
    display:flex;
}

.testimonialslide .owl-item{
    display:flex;
}

.single-testimonial{ 
    width:100%; 
    background:#fff;  
    border-radius:26px; 
    padding: 30px;  
    transition:.35s;  
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    min-height:470px;
}
.single-testimonial:hover{
    transform:translateY(-8px); 
}

/*============================
TOP
============================*/

.tp_testi_top{

    margin-bottom:30px;

}

.tp_quote_star{

    display:flex;

    align-items:center;

    gap:22px;

}

/*============================
QUOTE
============================*/

.tp_quote{

    width:66px;

    height:66px;

    border-radius:50%;

    background:#ff5b08;

    display:flex;

    justify-content:center;

    align-items:center;

    flex:none;

}

.tp_quote i{

    color:#fff;

    font-size:28px;

}

/*============================
STAR
============================*/

.tp_star{

    display:flex;

    gap:7px;

}

.tp_star i{

    color:#ff5b08;

    font-size:18px;

}  

.tp_bottom{

    position:relative;

}

.tp_quote2 {
    position: absolute;
    right: 8px;
    top: -70px;
    font-size: 68px;
    color: #ffe0d1;
    line-height: 1;
}

.tp_line{

    width:100%;

    height:1px;

    background:#ececec;

    margin-bottom:25px;

}

/*============================
AUTHOR
============================*/

.image_nametestis{

    display:flex;

    align-items:center;

}

.testi_img{
    width: 92px;
    height: 92px;
    border-radius: 100%;
    overflow: hidden;
    flex: none;
    flex-shrink: 0;
    margin-right: 18px;
}
.testi_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.testi_name_desi{
    flex:1;
} 
.testimdesig {
    color: #555;
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
}  

/* Top Area */ 
.testi_top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:28px;
}

.quote_icon{
    width:70px;
    height:70px;
    min-width:70px;
    border-radius:50%;
    background:#ff5a12;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.rating{
    display:flex;
    gap:6px;
}

.rating i{
    color:#ff5a12;
    font-size:17px;
}

/* Content */

.single-testimonial .desc {
    font-size: 26px;
    line-height: 1.85;
    color: #5c657b;
    margin-bottom: 70px;
    min-height: 160px;
    position: relative;
} 

/* Bottom */

.testi_bottom{
    display:flex;
    align-items:center;
    border-top:1px solid #ececec;
    padding-top:25px;
    gap:18px;
}
.testi_name_desi{
    flex:1;
}
.testimnm {
    font-size: 22px;
    color: #ff5a12;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 6px;
} 

.testimonialslide .owl-stage{
    display:flex;
}

.testimonialslide .owl-item{
    display:flex;
}

.testimonialslide .owl-item .single-testimonial{
    width:100%;
}

/* Navigation */
 

.testimonialslide .owl-nav button{
    width:65px;
    height:65px;
    border-radius:50% !important;
    background:#ff5a12 !important;
    color:#fff !important;
    position:absolute;
    top:45%;
    transform:translateY(-50%);
    transition:.35s;
}

.testimonialslide .owl-nav button:hover{
    background:#1b36ff !important;
}

.testimonialslide .owl-nav .owl-prev{
    left:-90px;
}

.testimonialslide .owl-nav .owl-next{
    right:-90px;
}

.testimonialslide .owl-nav i{
    font-size:18px;
}

/* Dots */

.testimonialslide .owl-dots{
    margin-top:35px;
    text-align:center; 
}

.testimonialslide .owl-dot{
    margin:0 6px;
}

.testimonialslide .owl-dot span{
    width:14px;
    height:14px;
    border-radius:50%;
    background:#fff;
    border:2px solid #ff5a12;
    display:block;
    transition:.3s;
}

.testimonialslide .owl-dot.active span{
    width:15px;
    height:15px;
    background:#ff5a12;
} 
.testimonialslide .owl-stage{
    display:flex;
}

.testimonialslide .owl-stage-outer{
    overflow:hidden;
}

.testimonialslide .owl-item{
    display:flex;
}

.testimonialslide .owl-item .single-testimonial{
    width:100%;
}

.testimonialslide{
    position:relative;
}
/**HOME_TESTIMONIAL_ENDS**/



/**MDL_ONLY_CTA_STARTS**/
.homecallaction_gtin {
    padding: 70px 0;
    background: #f9fafe;
}
.cta_main_box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 50px;
	border-radius: 30px;
	overflow: hidden;
	background: #ff7a1a;
	animation: tpCard 4s ease-in-out infinite;
}
.cta_main_box:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(../images/doteduspleft.webp) left center no-repeat,
               url(../images/dotedusp.webp) right center no-repeat;
    opacity:.12;
    pointer-events:none;
    background-size: contain;
}
.cta_left{
    display:flex;
    align-items:center;
    width:48%;
    position:relative;
    z-index:2;
}
.cta_icon {
    width: 110px;
    height: 110px;
    min-width: 110px;
    border-radius: 50%;
    background: rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    border: 1px solid rgba(255,255,255,.25);
}
.cta_icon img {
	width: 60px;
	filter: brightness(0) saturate(100%) invert(48%) sepia(98%) saturate(2917%) hue-rotate(5deg) brightness(104%) contrast(102%);
}
.cta_heading_area {
    flex: 1;
    padding-right: 20px;
}
.cta_heading_area .cmn_white_heading {
    margin: 0;
    font-size: 25px;
    line-height: 1.45;
    font-weight: 700;
    text-transform: none;
}
.cta_middle {
    width: 28%;
    padding: 0 50px;
    border-left: 1px solid rgba(255,255,255,.25);
    position: relative;
    z-index: 2;
}
.cta_middle p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}
.cta_right{
    width:24%;
    text-align:right;
    position:relative;
    z-index:2;
}
.cta_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-width: 220px;
    height: 55px;
    padding: 0 30px;
    border-radius: 60px;
    background: #fff;
    color: #111111cf;
    font-size: 20px;
    font-weight: 700;
    transition: .35s;
}
.cta_btn:hover{
    /* background:#ff6b00; */
    /* color:#fff; */
    transform:translateY(-5px);
}
.cta_btn i{
    font-size:18px;
}
/**MDL_ONLY_CTA_ENDS**/


/**INNER_BANNER_STARTS**/
.common_banner.onlyinner_banner{
    height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}
.bannertext.inner_banner_text{
    width: 100%;
    padding: 50px 0 0 0;
}
.bannertext.inner_banner_description{
    width: 100%;
    padding: 90px 0 0 0;
    z-index: 1;
}
.inner_banner_heading {
    text-transform: capitalize;
    font-size: 50px;
    line-height: 60px;
    color: #111111cf;
    font-weight: 700;
    font-family: 'Manrope',sans-serif;
    margin: 0;
    width: 50%;
    letter-spacing: -1px;
}
.breadcrumb-list{
    gap: 20px;
    display: flex;
    align-items: center;
}
.breadcrumb-list li{
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
}
.breadcrumb-list li a{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    color: #0015c6;
}
.breadcrumb-list li:first-child::before{
    display: none;
}
.breadcrumb-list li::before{
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
    background: #0015c6;
    content: "";
    width: 2px;
    height: 50%;
    transform: rotate(20deg);
}
/**INNER_BANNER_ENDS**/


/**CONTACT_INNER_PAGE_STARTS**/
.contactus_innerpage{
    padding: 90px 0 110px;
    position: relative;
}
.contactus_innerpage::before{
    width: 100px;
    height: 100px;
    top: 20px;
    left: 20px;
    background: url(../images/dottedbeforecmn.webp) no-repeat top left;
    background-size: contain;
    position: absolute;
    content: "";
}
.contactus_innerpage::after{
    width: 200px;
    height: 350px;
    top: 0px;
    right: 0px;
    background: url(../images/crclbfrcmn.webp) no-repeat top right;
    background-size: contain;
    position: absolute;
    content: "";
}

/*=========================================
 CONTACT PAGE
=========================================*/

.contact_uspageform{
    position: relative; 
}

.contact_forminfo{
    position:relative;
}

/*-------------------------
TOP INFO BOXES
--------------------------*/

.single-info-contact{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-bottom:35px;
}

.single-info{
    background:#fff;
    border-radius:22px;
    padding:30px;
    height: 100%;
    display:flex;
    align-items:flex-start;
    gap:20px;
    box-shadow:0 8px 35px rgba(20,40,90,.08);
    transition:.4s;
    min-height:160px;
}

.single-info:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 45px rgba(0,0,0,.12);
}

.iconsinfo{
    width:72px;
    min-width:72px;
    height:72px;
    border-radius:50%;
    background:linear-gradient(180deg,#f7f7ff,#ecebff);
    display:flex;
    align-items:center;
    justify-content:center;
}
.iconsinfo i{
    font-size:34px;
    color:#253bff;
}
.single-info .content{
    flex:1;
}
.contactsinginhead {
    font-size: 20px;
    font-weight: 700;
    color: #1c2235;
    margin-bottom: 7px;
    line-height: 28px;
}
.single-info a, .single-info span, .single-info p {
    margin: 0 0 3px 0;
    color: #61697f;
    font-size: 17px;
    line-height: 1.5;
    text-decoration: none;
}
.single-info a:hover{
    color:#253bff;
}
.single-info .content:after{
    content:"";
    display:block;
    width:36px;
    height:4px;
    border-radius:30px;
    background:#253bff;
    margin-top:18px;
}
.contact_bottom{
    margin-top: 65px;
}
.contact_left_box{
    background:#fff;
    border-radius:22px;
    box-shadow:0 8px 35px rgba(20,40,90,.08);
    padding:40px;
    height:100%;
}
.contact_right_box{
    height:100%;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 8px 35px rgba(20,40,90,.08);
    background:#fff;
}
.contact_usmap,
.contact_usmap iframe{
    width:100%;
    height:100%;
    min-height:700px;
    border:0;
}
.contact_heading{
    font-size:56px;
    font-weight:800;
    color:#1b2237;
    margin-bottom:12px;
}
.contact_heading span{
    color:#2d37ff;
}
.contact_heading_line{
    width:72px;
    height:4px;
    border-radius:30px;
    background:linear-gradient(90deg,#253bff,#ff8a1e);
    margin-bottom:40px;
} 
.page-template-custom-contact .homecallaction_gtin{
    padding-top: 0;
}
.page-template-custom-contact .faqhomesec{ 
    border-top: 2px solid #eff4ff;
}
.contact_left_box .wpcf7{
    width:100%;
}

.contact_left_box .row{
    margin-left:-10px;
    margin-right:-10px;
}

.contact_left_box .row>[class*="col"]{
    padding-left:10px;
    padding-right:10px;
}

.contact_left_box label{
    display:block;
    width:100%;
    margin-bottom:18px;
    font-size:0;
}

.contact_left_box p{
    margin-bottom:20px;
}

.contact_left_box .wpcf7-form-control-wrap{
    display:block;
    width:100%;
    position:relative;
}

/*------------------------
Input
-------------------------*/

.contact_left_box input,
.contact_left_box textarea,
.contact_left_box select{
    width:100%;
    height:66px;
    background:#fff;
    border:1px solid #dfe5f3;
    border-radius:12px;
    padding:0 24px;
    font-size:17px;
    color:#1d2238;
    outline:none;
    transition:.35s;
    box-shadow:none;
}

.contact_left_box textarea{
    height:180px;
    padding-top:18px;
    resize:none;
}

.contact_left_box input::placeholder,
.contact_left_box textarea::placeholder,
.contact_left_box select{
    color:#7d859d;
}

.contact_left_box input:focus,
.contact_left_box textarea:focus,
.contact_left_box select:focus{
    border-color:#2843ff;
    box-shadow:0 0 0 4px rgba(37,59,255,.08);
}

/*------------------------
Select
-------------------------*/

.contact_left_box select{
    appearance:none;
    -webkit-appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 20px center;
    cursor:pointer;
}

/*------------------------
Textarea
-------------------------*/

.contact_left_box textarea{
    min-height:170px;
}

/*------------------------
Submit Button
-------------------------*/

.contact_left_box .wpcf7-submit{
    width:260px;
    height:64px;
    border:none;
    border-radius:10px;
    font-size:20px;
    font-weight:700;
    color:#fff;
    cursor:pointer;
    transition:.4s;
    background:linear-gradient(90deg,#1f2dff,#2b42ff);
    position:relative;
}

.contact_left_box .wpcf7-submit:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(37,59,255,.35);
}

/* Arrow */

.contact_left_box .submit-btn{
    position:relative;
    display:inline-block;
}

.contact_left_box .submit-btn:after{
    content:"\f061";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    pointer-events:none;
}

/*------------------------
CF7 Spinner
-------------------------*/

.contact_left_box .wpcf7-spinner{
    position:absolute;
    margin-left:15px;
}

/*------------------------
Validation
-------------------------*/

.contact_left_box .wpcf7-not-valid{
    border-color:#ff3a3a !important;
}

.contact_left_box .wpcf7-not-valid-tip{
    font-size:14px;
    margin-top:6px;
}

.contact_left_box .wpcf7-response-output{
    margin-top:20px !important;
    border-radius:8px;
}

/*====================================
CONTACT FORM BOX
====================================*/

.contact_form_box{
    background:#fff;
    border-radius:24px;
    padding:45px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    height:100%;
}

.contact_form_box .section_title{
    margin-bottom:35px;
}

.contact_form_box .section_title h2{
    font-size:46px;
    line-height:1.2;
    font-weight:700;
    color:#111111cf;
    margin:0;
}

.contact_form_box .section_title h2 span{
    color:#0015c6; 
}

.contact_form_box .section_title:after{
    content:"";
    width:70px;
    height:4px;
    background:#0015c6;
    display:block;
    margin-top:18px;
    border-radius:30px;
}

/*====================================
MAP
====================================*/

.contact_map_box{
    height:100%;
    overflow:hidden;
    border-radius:24px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.contact_usmap,
.contact_usmap iframe{
    width:100%;
    height:100%;
    min-height:650px;
    border:0;
}

.contact_usmap iframe{
    display:block;
    filter:grayscale(10%);
}

/*====================================
TOP CARD EFFECT
====================================*/

.single-info{
    position:relative;
}

.single-info:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:4px;
    height:0;
    background:#0015c6;
    transition:.4s;
}

.single-info:hover:before{
    height:100%;
}

.single-info:hover .iconsinfo{
    background:#0015c6;
}

.single-info:hover .iconsinfo i{
    color:#fff;
}
.single-info:hover .contactsinginhead{
    color:#0015c6;
}
.single-info a{
    word-break:break-word;
}
/**CONTACT_INNER_PAGE_ENDS**/



/**HOME_BLOGS_STARTS**/
.h_blog_text_heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
}
.blog_slide_box{
    background: #F4FBFF;
    border-radius: 20px;
    padding: 25px;
    display: block;
    height: 100%;
    border-bottom: 2px solid #0015c6;
}
.blog_slide_img{
    width: 100%;
    height: 350px; 
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog_slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_slide_text_date_box .date{
    font-size: 14px;
    line-height: 28px;
    color: #0015c6;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
}
.blog_slide_box_heading{
    color: #111111cf;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 8px 0;
    font-weight: 700;
}
.blog_text_htwo a{
    min-width: 133px;
    height: 59px;
    border-radius: 8px;
    border: 1px solid #ECECEC;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C212B;
    padding: 5px 20px;
}
.page-template-template-blog .homecallaction_gtin{
    padding-top: 0;
}
/**HOME_BLOGS_ENDS**/

/**BLOG_PAGE_STARTS**/
.blog_singlebx_date{
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    color: #0015c6;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
    gap: 10px;
}
.blog_headingbox_inner{
    margin-bottom: 38px;
}
.blog_singlebx_date .blog_date{
    position: relative;
}
.blog_singlebx_date .blog_date::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    margin: auto;
    height: 43%;
    width: 1px;
    background: #0015c6;
    content: "";
}
/**BLOG_PAGE_ENDS**/


/**BLOG_DETAILS_STARTS**/
.widget.shadowBox.widget_categories{
    display: none !important;
}
.blog-sidebar figure.rj_img{
    width: 130px;
    height: 110px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}
.blog-sidebar figure.rj_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_details_main_img{
    width: 100%;
    height: 650px;
    border-radius: 15px;
    overflow: hidden;
}
.blog_details_main_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_date_name_year{
    color: #0015c6;
    padding: 13px 0;
    text-transform: capitalize;
}

.search_right_blog_details .search-form label {
    width: 100%;
    text-transform: capitalize;
    color: #002985;
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 8px 0;
}
.search_right_blog_details .search-form input {
    width: 80%;
    padding: 3px 13px;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #b4cbff;
}
.search_right_blog_details .search-form input:focus{
    outline: 0;
    box-shadow: none;
    border: 1px solid #0015c6;
}
.search_right_blog_details .search-form .search-submit{
    border: 2px solid #0015c6;
    width: 18%;
    height: 55px;
    background: #0015c6;
    color: #ffffff;
    text-transform: capitalize;
}
.blog_details_page_right_section{
    position: sticky;
    top: 100px;
}
.blog_details_page_right_section .widget-blog{
    background: #f7f8fc;
    border-radius: 13px;
    margin-top: 20px;
    padding: 15px;
}
.blog_details_page_right_section .widget-blog ul.blog-sidebar{
    display: flex;
    flex-direction: column;
    gap: 6px;
} 
.blog_details_page_right_section .widget-blog ul li a{
    color: #ffffff;
    background: #0015c6;
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 8px;
    gap: 15px;
}
.blog_details_page_right_section .widget-blog ul li a:hover{
    background: #111111cf;
}
.blog_details_page_right_section .widget-blog .rj-widget-title{ 
    font-weight: 500;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 10px;
}
.blog_details_recent_post_box{
    background: #e9e9e9;
    border-radius: 13px;
    margin-top: 20px;
    padding: 15px;
}
.searchresult_text{
    text-align: center;
    margin-bottom: 15px;
    font-size: 19px;
    color: #0015c6;
    text-transform: capitalize;
    font-weight: 500;
}
.blog_details_recent_post_box .recent_heading{
    font-family: "Gilda Display", serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 10px;
}
.recent_post_single_box a{
    display: flex;
    gap: 13px;
    margin-bottom: 13px;
}
.recent_post_single_box .recent_img{
    width: 100px;
    height: 110px;
    flex-shrink: 0;
}
.recent_post_single_box .recent_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recent_post_single_box .recent_post_admin_year p{
    margin: 0;
    color: #0015c6;
}
.recent_post_single_box .recent_post_btn{
    display: inline-block;
    background: #0015c6;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    transition: .35s;
    text-transform: uppercase;
}
.recent_post_single_box .recent_post_btn:hover{
    background: #111111cf;
    transition: .35s;
}
.recent_post_single_box .recent_post_blog_heading{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #111111cf;
}
.blog_details_left_box{
    margin-right: 50px;
}
.blog_details_left_box_text_box textarea{
    width: 100%;
}
.blog_details_left_box_text_box button{
    border: none;
    background: #0015c6;
    color: #ffffff;
    border-radius: 5px;
    padding: 6px 13px;
}
.blog_details_left_box_text_box ol{
    background: #e5f5ff;
    border-radius: 13px;
    padding: 20px;
}
.blog_details_left_box_text_box ol li{
    list-style: none;
}
.blog_details_left_box_text_box .comment-author{
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog_details_left_box_text_box .comment-author{
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
}
.blog_details_left_box_text_box .reply a{
    background: #0015c6;
    color: #ffffff;
    border-radius: 5px;
    padding: 6px 13px;
}
.comment-metadata{
    margin-top: 15px;
}
.comment-form input{
    width: 100%;
}
/**BLOG_DETAILS_ENDS**/

/**GALLERY_STARTS**/ 
.glry_inrmainboix .gallery_item{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    transition:.4s;
    background:#fff;
}

.glry_inrmainboix .gallery_item:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}

.glry_inrmainboix .gallery_link{
    display:block;
    position:relative;
    overflow:hidden;
}

.glry_inrmainboix img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:.6s;
    display:block;
}

.gallery_item:hover img{
    transform:scale(1.12);
}

.gallery_overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,23,190,.88),rgba(0,23,190,.15));
    display:flex;
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:.4s;
}

.gallery_item:hover .gallery_overlay{
    opacity:1;
}

.gallery_overlay .singicon_btn_nlf{
    width:75px;
    height:75px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#0a28ff;
    transform:scale(.5);
    transition:.4s;
}

.gallery_item:hover .singicon_btn_nlf{
    transform:scale(1) rotate(90deg);
}

.gallery_overlay svg{
    width:34px;
    height:34px;
}
/**GALLERY_ENDS**/


/**ABOUT_INNER_STARTS**/ 
.weforyou ul{
    margin: 20px 0;
    padding-left: 20px;
}
.weforyou li {
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
    line-height: 27px;
}
.weforyou li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: -23px;
    font-weight: 400;
    color: #0015c6;
}
.uspmmainbox .about_usp{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    margin: 60px 0 0;
} 
.abt_storyvaluemainbx{
    display:flex;
    align-items:flex-start;
    background:#fff;
    border-radius:18px;
    padding:35px;
    border:1px solid #edf1ff;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:all .35s ease;
    position:relative;
    overflow:hidden;
}
.abt_storyvaluemainbx:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:5px;
    height:100%;
    background:#1f4bff;
    transition:.3s;
}
.abt_storyvaluemainbx:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(31,75,255,.15);
}
.abt_storyvaluemainbx:hover:before{
    width:8px;
}
.abt_storyvaluemainbximg{
    width:90px;
    height:90px;
    min-width:90px;
    border-radius:50%;
    background:#eef3ff;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:25px;
}
.abt_storyvaluemainbximg img{
    width:45px;
    height:45px;
    object-fit:contain;
}
.abt_storyvaluemainbx_process{
    flex:1;
}
.abt_storyvaluemainbxproce{
    margin-bottom:15px;
}
.abt_storyvaluemainbxproce span{
    display:block;
    font-size:22px;
    font-weight:700;
    color:#111111cf;
    line-height:1.3;
}
.abt_storyvaluemainbx_step{
    color:#55627d;
    font-size:17px;
    line-height:1.9;
}
.abt_storyvaluemainbx_step p{
    margin:0 0 16px;
}
.abt_storyvaluemainbx_step strong{
    color:#111111cf;
    font-weight:700;
}
.abt_storyvaluemainbx_step ul{
    margin:18px 0;
    padding:0;
    list-style:none;
}
.abt_storyvaluemainbx_step ul li{
    position:relative;
    padding-left:30px;
    margin-bottom:12px;
    color:#55627d;
    font-size:17px;
    line-height:1.8;
}
.abt_storyvaluemainbx_step ul li:last-child{
    margin-bottom:0;
}
.abt_storyvaluemainbx_step ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    top:3px;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    background:#1f4bff;
    color:#fff;
    border-radius:50%;
    font-size:12px;
    font-weight:700;
}
.abt_storyvaluemainbx_step a{
    color:#1f4bff;
    text-decoration:none;
    transition:.3s;
}

.abt_storyvaluemainbx_step a:hover{
    color:#0d35d1;
    text-decoration:underline;
}
.uspmmainbox{
    background: #fdf8f4;
}
/**ABOUT_INNER_ENDS**/


/**SERVICE_DETAILS_STRATS**/ 
.service_details_spage{
    padding:100px 0;
    position:relative;
    overflow:hidden;
    background:#f7f9fc;
}
.service_details_wrapper{
    position:relative;
    z-index:2;
} 
.service_banner_box{
    margin-bottom: 40px;
    position:relative;
}
.service_banner_slider, .service_banner_image {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
    height: 700px;
}
.service_banner_image img{
    width:100%;
    height: 100%;
    object-fit:cover;
    display:block;
    object-position: top;
    transition:.7s;
}
.service_banner_image:hover img{
    transform:scale(1.05);
} 

.service_banner_image::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:linear-gradient(180deg,
    rgba(0,0,0,.05),
    rgba(0,0,0,.35));
    z-index:1;
}

/*==========================
Content Box
===========================*/

.service_content_box {
    background: #fff;
    border-radius: 25px;
    padding: 45px;
    box-shadow: 0 15px 60px rgba(0,0,0,.08);
    margin-bottom: 70px;
    position: relative;
}

/* Decorative */

.service_content_box::before{

    content:"";

    width:90px;

    height:90px;

    border-radius:50%;

    background:rgba(24,64,255,.08);

    position:absolute;

    right:-25px;

    top:-25px;

}

.service_content_box::after{

    content:"";

    width:140px;

    height:140px;

    border-radius:50%;

    background:rgba(24,64,255,.04);

    position:absolute;

    left:-45px;

    bottom:-45px;

}

/*==========================
Heading
===========================*/

.service_heading_area{

    margin-bottom:35px;

    position:relative;

    z-index:2;

}

.service_heading_area .cmn_black_heading {
    font-size: 43px;
    line-height: 1.25;
    margin-bottom: 20px;
    font-weight: 700;
}

.service_heading_line{

    width:90px;

    height:5px;

    border-radius:30px;

    background:#0b2cff;

}

/*==========================
Content
===========================*/

.service_main_content{

    position:relative;

    z-index:2;

    font-size:18px;

    line-height:2;

    color:#5f667a;

}

.service_main_content p {
    margin-bottom: 13px;
}

.service_main_content h2{

    font-size:34px;

    color:#111111cf;

    margin:40px 0 20px;

    font-weight:700;

}

.service_main_content h3{

    font-size:28px;

    color:#111111cf;

    margin:35px 0 15px;

}

.service_main_content ul{

    padding-left:20px;

    margin:25px 0;

}

.service_main_content li{

    margin-bottom:12px;

    position:relative;

}

.service_main_content img{

    max-width:100%;

    border-radius:20px;

    margin:35px 0;

    box-shadow:0 12px 40px rgba(0,0,0,.08);

}

/*=========================================
SERVICE DETAILS BLOCKS
=========================================*/

.service_other_details{
    margin-top:80px;
}

.service_details_item{
    position:relative;
    margin-bottom:80px;
}

.service_details_item:last-child{
    margin-bottom:0;
}

/* Alternate Layout */

.service_details_item.layout_reverse .row{
    flex-direction:row-reverse;
}

/*=========================
Image
=========================*/

.service_image_box{
    height: 100%;
    position:relative;
}

.service_image_box figure{
    margin:0;
    overflow:hidden;
    border-radius:28px;
    position:relative;
    box-shadow:0 20px 60px rgba(0,0,0,.10);
    height: 100%;
}

.service_image_box figure::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,
        rgba(0,0,0,.05),
        rgba(0,0,0,.18));
    opacity:0;
    transition:.4s;
}

.service_image_box:hover figure::after{
    opacity:1;
}

.service_image_box img{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
    transition:.6s;
}

.service_image_box:hover img{
    transform:scale(1.08);
}

/*=========================
Content Card
=========================*/

.service_info_box{
    background:#fff;
    padding:50px;
    border-radius:25px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    position:relative;
    transition:.35s;
    height: 100%;
}

.service_info_box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 60px rgba(0,0,0,.12);
}

/* Blue Accent */

.service_info_box::before{
    content:"";
    position:absolute;
    left:0;
    top:45px;
    width:6px;
    height:90px;
    background:#1537ff;
    border-radius:10px;
}

/* Heading */

.service_info_box h2{
    font-family:"Manrope",sans-serif;
    font-size:34px;
    line-height:44px;
    color:#111111cf;
    font-weight:700;
    margin-bottom:18px;
    padding-left:20px;
}

/* Divider */

.service_info_line{
    width:80px;
    height:4px;
    background:#1537ff;
    border-radius:30px;
    margin:0 0 28px 20px;
}

/* Description */

.service_info_desc{
    padding-left:20px;
    font-size:17px;
    line-height:2;
    color:#666;
}

.service_info_desc p:last-child{
    margin-bottom:0;
}

.service_info_desc ul{
    margin: 20px 0;
    padding-left: 20px;
}

.service_info_desc li {
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
    line-height: 27px;
}
.service_info_desc li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 0;
    left: -23px;
    font-weight: 400;
    color: #0015c6;
}
.service_info_desc strong{
    color:#111111cf;
}

.service_info_desc a{
    color:#1537ff;
    font-weight:600;
}

/*=========================
Decorative Shape
=========================*/

.service_details_item::before{
    content:"";
    width:90px;
    height:90px;
    background:#eef2ff;
    border-radius:50%;
    position:absolute;
    right:-20px;
    top:-20px;
    z-index:-1;
}

.service_details_item.layout_reverse::before{
    left:-20px;
    right:auto;
}

/*=========================
Spacing
=========================*/

.service_details_item .col-lg-6:first-child{
    margin-bottom:30px;
}


/*=================================================
SERVICE CTA
=================================================*/

.service_cta_box{
    margin-top:90px;
    background:linear-gradient(135deg,#1537ff,#304ffe);
    border-radius:30px;
    padding:60px 70px;
    overflow:hidden;
    position:relative;
    box-shadow:0 25px 70px rgba(21,55,255,.25);
}

/* Decorative */

.service_cta_box::before{
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    top:-130px;
    right:-80px;
}

.service_cta_box::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,255,255,.06);
    bottom:-80px;
    left:-50px;
}

/*========================*/

.cta_content{
    position:relative;
    z-index:2;
}

.cta_content h2{
    font-family:"Manrope",sans-serif;
    font-size:42px;
    line-height:54px;
    font-weight:700;
    color:#fff;
    margin-bottom:20px;
}

.cta_content p{
    font-size:18px;
    line-height:32px;
    color:rgba(255,255,255,.92);
    margin-bottom:0;
}

/*========================*/

.service_cta_box .btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#fff;

    color:#1537ff;

    min-width:220px;

    height:60px;

    border-radius:60px;

    font-size:16px;

    font-weight:700;

    transition:.35s;

    position:relative;

    z-index:2;

}

.service_cta_box .btn:hover{

    background:#111111cf;

    color:#fff;

    transform:translateY(-5px);

}

/*=================================================
OWL SLIDER
=================================================*/

.service_banner_slider .owl-stage-outer{

    border-radius:30px;

}

.service_banner_slider .owl-nav{

    position:absolute;

    top:50%;

    left:0;

    width:100%;

    transform:translateY(-50%);

    pointer-events:none;

}

.service_banner_slider .owl-prev,
.service_banner_slider .owl-next{

    width:58px;

    height:58px;

    border-radius:50%!important;

    background:#fff!important;

    color:#1537ff!important;

    box-shadow:0 15px 40px rgba(0,0,0,.18);

    position:absolute;

    pointer-events:auto;

    transition:.35s;

}

.service_banner_slider .owl-prev{

    left:25px;

}

.service_banner_slider .owl-next{

    right:25px;

}

.service_banner_slider .owl-prev:hover,
.service_banner_slider .owl-next:hover{

    background:#1537ff!important;

    color:#fff!important;

}

/*========================*/

.service_banner_slider .owl-dots{

    position:absolute;

    left:0;

    width:100%;

    bottom:25px;

    text-align:center;

}

.service_banner_slider .owl-dot span{

    width:12px;

    height:12px;

    margin:5px;

    background:rgba(255,255,255,.55);

}

.service_banner_slider .owl-dot.active span{

    background:#fff;

    width:35px;

    border-radius:30px;

} 
.service_details_spage img{
    width:100%;
    min-height: 100%;
}
.service_details_spage figure{
    margin:0;
}
.service_details_wrapper{
    position:relative;
}
.service_details_wrapper>*{
    position:relative;
    z-index:2;
} 
/**SERVICE_DETAILS_ENDS**/


.wpcf7-not-valid-tip + .wpcf7-not-valid-tip {
    display: none;
}
.submitting *:has(.wpcf7-submit){
    cursor: not-allowed;
}
.submitting .wpcf7-submit {
    pointer-events: none;
	opacity: .5
}
/* ================== Career ================== */
/* Page Background */

.career-page{
    background:#f5f7fb;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 15px;
}

/* Card */

.career-card{
    background:#fff;
    width:100%;
    max-width:650px;
    padding:50px;
    border-radius:12px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

/* Heading */

.career-header{
    text-align:center;
    margin-bottom:35px;
}

.career-header h2{
    font-size:34px;
    margin-bottom:8px;
    color:#1b2d4a;
}

.career-header p{
    color:#777;
    margin:0;
}

/* Labels */

.career-card label{
    font-weight:600;
    color:#333;
    display:block;
    margin-bottom:8px;
}

/* Inputs */

.career-card input,
.career-card textarea,
.career-card select{
    width:100%;
    height:50px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:0 15px;
    font-size:15px;
    transition:.3s;
    background:#fff;
    margin-bottom:20px;
}

.career-card textarea{
    height:150px;
    padding:15px;
    resize:none;
}

.career-card input:focus,
.career-card textarea:focus,
.career-card select:focus{
    border-color:#2f7bd6;
    outline:none;
    box-shadow:0 0 0 3px rgba(47,123,214,.12);
}

/* File Upload */

.career-card input[type=file]{
    height:auto;
    padding:12px;
}
.career-card input[type="file"]{
    border: none !important;
    outline: none;
    box-shadow: none;
    padding: 20px 5px;
}

.file-upload{
    width:100%;
    padding:13px 15px;
    border:1px solid #ddd;
    border-radius:6px;
    background:#fff;
    box-sizing:border-box;
}
/* ================== Career ================== */

/* ================== Feedback Support ================== */
.feedback-page {
	align-items: flex-start;
	padding: 90px 15px;
	background: radial-gradient(circle at top left, rgba(255, 193, 7, 0.12), transparent 35%), radial-gradient(circle at bottom right, rgba(13, 71, 161, 0.08), transparent 40%), linear-gradient(135deg, #f7f9ff 0%, #eef4ff 50%, #ffffff 100%);
}

.feedback-page .career-wrapper{
    width:100%;
    max-width:980px;
}
.feedback-card{
    width:100%;
    max-width:860px;
    margin:0 auto;
    padding:0;
    border:1px solid rgba(28, 49, 88, .08);
    border-radius:8px;
    background:#fff;
    box-shadow:0 24px 60px rgba(28, 49, 88, .10);
    overflow:hidden;
}


.feedback-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	margin-bottom: 22px;
	border-radius: 50%;
	background: #2506db1a;
	color: #2506db;
	font-size: 28px;
}


.feedback-header .paragraph p:last-child{
    margin-bottom:0;
}

.feedback-form-wrap{
    padding:42px 52px 48px;
    background:#fbfcfe;
}

.feedback-page .booking_form .row{
    row-gap:24px;
}

.feedback-page .booking_form .row>[class*="col-"]{
    margin-bottom:0;
}

.feedback-page .booking_form h4{
    margin:18px 0 2px;
    padding-top:22px;
    border-top:1px solid #e3eaf2;
    color:#1f2d3d;
    font-size:24px;
    font-weight:700;
    line-height:1.3;
}

.feedback-page .booking_form h4 small{
    color:#6b7788;
    font-size:16px;
    font-weight:600;
}

.feedback-card label{
    display:block;
    margin-bottom:10px;
    color:#1f2d3d;
    font-size:15px;
    font-weight:700;
    line-height:1.4;
}

.feedback-card .wpcf7-form-control-wrap{
    display:block;
}

.feedback-card input,
.feedback-card textarea,
.feedback-card select{
    width:100%;
    height:54px;
    margin-bottom:0;
    padding:0 16px;
    border:1px solid #d7e0ea;
    border-radius:8px;
    background:#fff;
    color:#17233c;
    font-size:15px;
    transition:.25s;
}

.feedback-card textarea{
    min-height:170px;
    height:auto;
    padding:15px 16px;
    resize:vertical;
}

.feedback-card input:focus, .feedback-card textarea:focus, .feedback-card select:focus {
	border-color: #2506db70;
	outline: none;
	box-shadow: 0 0 0 4px rgba(37, 6, 219, 0.06);
}

.feedback-card .wpcf7-checkbox{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:14px;
    margin-top:14px;
}

.feedback-card .wpcf7-radio{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:14px;
}

.feedback-card .wpcf7-list-item{
    margin:0;
}

.feedback-card .wpcf7-list-item label{
    display:flex;
    align-items:flex-start;
    gap:12px;
    min-height:58px;
    margin:0;
    padding:15px 16px;
    border:1px solid #d7e0ea;
    border-radius:8px;
    background:#fff;
    color:#334155;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    transition:.25s;
}

.feedback-card .wpcf7-list-item label:hover{
    border-color:#2506db70;
    box-shadow:0 10px 24px rgba(28, 49, 88, .08);
}

.feedback-card input[type="checkbox"],
.feedback-card input[type="radio"]{
    flex:0 0 auto;
    width:20px !important;
    height:20px !important;
    margin:1px 0 0;
    padding:0;
    accent-color:#2506db;
    box-shadow:none;
}

.feedback-card .wpcf7-radio .wpcf7-list-item label{
    min-width:120px;
    min-height:52px;
    align-items:center;
}

.feedback-card .wpcf7-spinner{
    margin:0 0 0 12px;
}

.feedback-card .wpcf7-not-valid{
    border-color:#dc3545;
}

.feedback-card .wpcf7-not-valid-tip{
    margin-top:6px;
    font-size:13px;
}

.feedback-card .wpcf7-response-output{
    margin:24px 0 0;
    padding:14px 16px;
    border-radius:8px;
    font-size:15px;
}

.feedback-button-wrap{
    margin-top:-20px;
    padding:0 52px 48px;
    background:#fbfcfe;
    text-align:center;
}

.feedback-link-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    min-height:52px;
    padding:13px 26px;
    border:1px solid #d7e0ea;
    border-radius:8px;
    background:#fff;
    color:#14233f;
    font-weight:700;
    text-decoration:none;
    transition:.25s;
}

.feedback-link-btn:hover{
    border-color:#2506db70;
    color:#2506db;
    box-shadow:0 12px 26px rgba(28, 49, 88, .10);
}
.btn.btn-outline {
	background: #6b2a76 !important;
}
.feedback-page .servicehome_mdl.newshome_mdl {
	width: 100%;
	padding: 50px 50px 0px;
	margin: 0 auto;
}
.feedback-page .feedback-card {
	max-width: 1300px;
}

@media(max-width:767px){
    .feedback-page{
        padding:55px 15px;
    }

    .feedback-header,
    .feedback-form-wrap,
    .feedback-button-wrap{
        padding-left:24px;
        padding-right:24px;
    }

    .feedback-header{
        padding-top:36px;
        padding-bottom:28px;
    }

    .feedback-form-wrap{
        padding-top:30px;
        padding-bottom:36px;
    }

    .feedback-title .cmn_black_heading{
        font-size:30px;
    }

    .feedback-header .paragraph{
        font-size:16px;
    }

    .feedback-card .wpcf7-checkbox{
        grid-template-columns:1fr;
    }

    .feedback-card .wpcf7-radio{
        flex-direction:column;
    }

    .feedback-page .booking_form h4{
        font-size:21px;
    }

    .feedback-page .booking_form h4 small{
        display:block;
        margin-top:4px;
        font-size:14px;
    }

    .feedback-card .gm-btn-submit,
    .feedback-card .wpcf7-submit,
    .feedback-card input[type="submit"],
    .feedback-link-btn{
        width:100%;
    }
}
/* ================== Feedback Support ================== */


/*------------------------------------
Referral Page
-------------------------------------*/

.referral-page{
    background:#f4f6fb;
    padding:80px 0;
    min-height:100vh;
}

.referral-card{
    max-width:1100px;
    margin:0 auto;
    background:#fff;
    border-radius:15px;
    padding:50px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.referral-card .section-title{
    margin-bottom:40px;
    text-align:center;
}

.referral-card .section-title h1{
    font-size:42px;
    font-weight:700;
    color:#1c3158;
    margin-bottom:10px;
}

.referral-card .section-title p{
    color:#666;
    margin:0;
}

/* Labels */

.referral-card label{
    display:block;
    font-size:15px;
    font-weight:600;
    margin-bottom:8px;
    color:#222;
}

/* Inputs */

.referral-card input,
.referral-card textarea,
.referral-card select{
    width:100%;
    height:55px;
    border:1px solid #dcdfe8;
    border-radius:8px;
    padding:0 18px;
    font-size:15px;
    transition:.3s;
    background:#fff;
}

.referral-card textarea{
    height:150px;
    padding-top:15px;
    resize:none;
}

.referral-card input:focus,
.referral-card textarea:focus,
.referral-card select:focus{
    border-color:#0d6efd;
    box-shadow:none;
    outline:none;
}

/* Spacing */

.referral-card .row>div{
    margin-bottom:25px;
}

/* Spinner */

.referral-card .wpcf7-spinner{
    margin-left:15px;
}
/* ==========================================
   Checkbox & Radio Button Styling
========================================== */

.referral-card .wpcf7-radio,
.referral-card .wpcf7-checkbox{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    align-items:center;
}

.referral-card .wpcf7-list-item{
    margin:0 !important;
}

.referral-card .wpcf7-list-item label{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0;
    font-size:14px;
    font-weight:500;
    cursor:pointer;
}

/* Checkbox Size */
.referral-card input[type="checkbox"]{
    width:18px !important;
    height:18px !important;
    min-width:18px;
    min-height:18px;
    margin:0;
    transform:none !important;
    accent-color:#1438d8;
}

/* Radio Button Size */
.ref_form_box{
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 35px;
    margin-bottom: 35px;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
}
.ref_form_box:last-child{
    margin-bottom: 0;
}
.ref_form_box_heading{
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.ref_form_box_heading p{
    margin: 0;
    font-size: 28px;
    font-weight: 800;
}
.referral-card input[type="radio"]{
    width:18px !important;
    height:18px !important;
    min-width:18px;
    min-height:18px;
    margin:0;
    transform:none !important;
    accent-color:#1438d8;
}
.ref_form_box .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	height: 66px;
	padding: 0 36px;
	border-radius: 60px;
	background: #0015c6;
	color: #fff;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: .35s;
	box-shadow: 0 20px 45px rgba(0, 21, 198, .18);
	position: relative;
} 
.ref_form_box .btn .wpcf7-spinner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.img_thankerror{
    width: 150px;
    margin: 0 auto 50px;
}
.img_thankerror img{
    width: 100%;
}
.thankeror_page{
    padding: 180px 0 80px;
}
.service_info_box h1{
    margin-bottom: 18px;
    padding-left: 20px;
}
.contactus_innerpage .servicehome_mdl.newshome_mdl {
	width: 70%;
}






/*RESPONSIVE-MENU-STARTS*/
.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    background: #ff8020;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.bodyOverlay, .modelOverlay{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    transform: none;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.responsive_btn span {
    display: block;
    height: 2px;
    width: 20px;
    position: relative;
    top: 50%;
    margin: -1px auto;
}
.responsive_btn span:before,
.responsive_btn span:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.responsive_btn span:before {
    top: -6px;
}
.responsive_btn span:after {
    bottom: -6px;
}
.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.responsive_btn:hover span,
.responsive_btn:hover span:before,
.responsive_btn:hover span:after {
    background: #ffffff;
}
.responsive_nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 99999;
    background: #6b2a76;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.responsive_nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.responsive_nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.responsive_nav ul li:first-child {
    border-top: none;
}
.responsive_nav ul li:after {
    display: none;
}
.responsive_nav ul li>a {
    display: block;
    padding: 12px 10px;
    color: inherit;
    position: relative;
}
.responsive_nav ul li a:hover,
.responsive_nav ul li a:focus,
.responsive_nav ul li.active>a {
    color: #fff;
    background: #9f0d9e;
}
.responsive_nav ul ul {
    padding: 0;
    background: #ff8020;
}
.responsive_nav ul ul ul{background: #161616;}
.responsive_nav ul .sub-menu,
.responsive_nav ul li a i {
    display: none;
}
.responsive_nav .subarrow {
	display: block;
	pointer-events: inherit;
	width: 40px;
	height: 44px;
	line-height: 44px !important;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	color: #000;
	text-align: center;
}
.responsive_nav .more-arrow-menu{display: none;}
.responsive_nav ul .sub-menu .container {
    width: 100%;
    padding: 0;
}
html.responsive,
.responsive body {
    overflow-y: hidden;
}
.responsive .wrapper {
    -webkit-transform: translate(-280px, 0) !important;
    transform: translate(-280px, 0) !important;
}
.responsive .bodyOverlay {
    opacity: 1;
    visibility: visible;
}
.responsive .responsive_nav {
    left: 0;
}
.responsive .responsive_btn {
    display: none ;
}
.responsive .responsive_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.responsive .responsive_btn span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
}
.responsive .responsive_btn span:before {
    opacity: 0;
}
.responsive_nav .opened>.subarrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.responsive_nav ul ul li a{
    padding-left: 25px;
}
/*RESPONSIVE-MENU-ENDS*/