body{
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}
p,h1,h2,h3,h4,h5,h6,ul,li{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
textarea{
    resize: none;
}
.logoImg{
    width:280px;
}
.header li a{
    color:#000;
}
.nav-item a label{
    cursor: pointer;
}
.nav-item a{
    font-size: 16px;
    margin-left: 25px;
    color: #434242;
    cursor: pointer;
}
.nav-item a:hover{
    color: #fc6f05;
}
.nav-item a.active{
    font-weight: 600;
    color: #fc6f05 !important;
}
.nav-item label{
    float:left;
    margin-top: 0px;
}
.mnuimg{
    width:20px;
    float:left;
    margin-top: 1px;
    margin-right: 6px;
}
.banner{
    width:100%;
    background: rgba(255.255.255.1) url(../images/home_banner.png) no-repeat center center;
    background-size: cover;
    height: 500px;    
}
.banner_text{
    position: absolute;
    right: 100px;
    color: #fff;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner_text h2{
    font-size: 33px;
    margin-bottom: 20px;
    line-height: 45px;
}
.banner_text p{
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 25px;
}
.banner_text button{
    background-color: #fc6f05;
    border-radius: 2px;
    color: #fff;
    padding: 10px 25px;
    font-size: 15px;
    border:1px solid #fc6f05;
}
.banner_text button:hover{
    background-color: transparent;
    border:1px solid #fc6f05;
}
.banner_text button:hover i{
    color: #fff;
}
.banner_text button i{
    font-size: 10px;
    color: #fff;
}
.dash{
    width: 50px;
    height: 3px;
    background-color: #2b2c92;
    display: block;
    float: left;
    margin-right: 12px;
    margin-top: 12px;
}
.bdy_text h1{
    color: #fc6f05;
    font-weight: 700;
}
.bdy_text h4{
    color: #141887;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}
.explreMre{
    background: rgb(12,67,197);
    background: linear-gradient(90deg, rgba(12,67,197,1) 0%, rgba(46,115,184,1) 100%);
    border-radius: 4px;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}
.explreMre:hover{
    background: rgb(12,67,197);
    background: linear-gradient(90deg,  rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    color: #2b2c92;
    padding: 12px 35px;
    transition: 0.3s;
}
.explreMre i{
    font-size: 12px;
}
.smlBx{
    display: block;
    width: 220px;
    background-color: #141887;
    height: 200px;
    padding: 20px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    font-size: 16px;
    position: absolute;
    bottom: 80px;
    right: -25px;
    padding-top: 29px;
}
.smlBx img{
    width: 50px;
}
.smlBx span{
    margin-top: 20px;
}
.servcsSec{
    width: 100%;
    background: rgba(255.255.255.1) url(../images/map.png) no-repeat center center;
    background-size: cover;
    height: auto;    
    background-color: transparent;
}
.mnhdng{
    color:#141887;
    font-size: 32px;
    font-weight: 500;
}
.subhdng{
    color:#3D3C3C;
    font-size: 20px;
    font-weight: 300;
}
.srvcslst span{
    font-size: 16px;
    color: #141887;
    text-transform: uppercase;
    font-weight: 600;
}
.srvcslst p{
    font-size: 14px;
    color: #2B2B2B;
    line-height: 20px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits text to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.boxs{
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #e0e0e0;
    padding: 25px 18px;
    border-top: 4px solid #fc6f05;
}
.btn_knwMre{
    background-color: #144896;
    color: #fff;
    padding: 8px 30px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    text-transform: capitalize;
    transition: 0.3s;
}
.btn_knwMre:hover{
    background-color: #fff;
    border:1px solid #144896;
    color: #144896;
    padding: 8px 40px;
    border-radius: 4px;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.boxs2{
    text-align: center;
}
.boxs2 span{
    width: 90%;
    display: block;
    margin: 0 auto;
}
.footr{
    background: rgba(255.255.255.1) url(../images/footer.png) no-repeat fixed center center;
    background-size: cover;
    height: auto;    
    background-color: transparent;
}
.footr p{
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
}
.btnCTA{
    background-color: #fc6f05;
    color: #fff;
    border:1px solid #fc6f05;
    transition: 0.3s;
    font-size: 15px;
    border-radius: 4px;
    padding: 12px 35px;
}
.btnCTA:hover{
    background-color: transparent;
    color: #fff;
    border:1px solid #fff;
    transition: 0.3s;
    padding: 12px 45px;
}
.btnCTA i{
    font-size: 10px;
    vertical-align: middle;
}
.ftrlnk{
    color: #0D307B;
    font-weight: 500;
}
.cpyrgt{
    background-color: #15347C;
    color:#fff;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
.imgicn{
    width: 65px;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
.servcsSec .subhdng{
    line-height: 25px;
    font-size: 16px;
}
.abutsec2 .boxs{
    display: inline-block;
    width: 100%;
}
.abutsec2 .boxs span{
    color:#15347C;
    font-weight: 600;
    font-size: 18px;
}
.abutsec2 img{
    font-size: 18px;
    font-weight: bold;
    display: block;
    float: left;
}
.abutsec2 p{
    font-size: 15px;
    line-height: 24px;
    display: block;
    float: left;
    width: 80%;
}
.abutsec2 p strong{
    color: #fc6f05;
}
.cntboxs{
    border: 1px solid #f5f5f5;
    padding: 15px;
    font-size: 15px !important;
}
.banner_text.top75{
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ...........services.css............. */

.service_banner_text{
    top: 180px;
}

.service_Text h2{
    color: #2b2c92;
    font-weight: 700;
    font-size: 30px;    
    margin-top:30px;
    text-align: center;
    margin-bottom: 20px;
}
.service_Text p{
    color: #444343;
    font-size: 18px;    
    margin-top:20px;
    margin-bottom: 20px;
}
.service_bdy_text .dash{
    margin-top: 24px;
}
.servicePoint{
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    border-left: 4px solid #2b2c92;
    box-shadow: 2px 10px 5px 0px rgba(234,234,234,0.75);
-webkit-box-shadow: 2px 10px 5px 0px rgba(234,234,234,0.75);
-moz-box-shadow: 2px 10px 5px 0px rgba(234,234,234,0.75);
}
.servicePoint span{
    color: #062A97;
    font-weight: 500;
    font-size: 18px;
}
.accordion-button{
    color: #2b2c92!important;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
.accordion-button{
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 0px #e0e0e0;
    padding: 20px 18px;
    border-top: 4px solid #fc7006;
}
.accridianTitle{
    font-weight: bold;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #fc7006;
}
.accordion-body p{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.listTitle{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
}
.listTitle{
    margin-bottom: 15px;
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    color: #fc6f05;
    font-size:18px;
}
.listBody{
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding: 0;
}
.listBody li{
    list-style: none;
    margin-bottom: 10px;  
}
.listBody i{ 
    color: #2b2c92; 
    font-size: 14px;
    margin-right:6px; 
}
.helpDesk{
    border:1px solid #b8b8b8;
    padding: 0 20px;
    border-radius:30px;
}
.helpDesk i{
    font-size: 10px;
    margin-right:6px;
}
.helpDesk .listTitle{
    font-size:14px;
}
.helpDesk li{
    font-size:14px;
}
.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="white" stroke-width="2" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}
.banner_text.top75.bnrNobtn{
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* Default state (plus icon) */
.accordion-button::after {
    content: '\002B'; /* Unicode for plus (+) */
    font-size: 1.2rem;
    font-weight: bold;
    background-image: none !important;
}

/* When the accordion is open (minus icon) */
.accordion-button[aria-expanded="true"]::after {
    content: '\2212'; /* Unicode for minus (−) */
}
.bnrNobtn2{
    top:120px !important;
}
.cntUstxt{
    font-weight:500;
    color: #2b2c92;
}
.cntUstxt i{
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 20px;
    color: #fc6f05;
}
.cntUstxt span{
    display: block;
    float: left;
    width: 90%;
}
.adrs h5{
    color:#fc6f05;
}
.adrs h5 i{
    color:#282a91;
    margin-right:10px;
}
.hdng{
    color: #2b2c92;
    font-weight: 600;
    text-transform: uppercase;
}
.socl i{
    font-size: 30px;
    margin-right: 10px;
    color: #282a91;
    margin-top: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.socl i:hover{
    color: #fc6f05;
    transition: 0.3s;
}
.box_insde{
    box-shadow: 2px 2px 18px #dddddd78;
    padding: 25px;
}
.textDark h2{
    color: #282a91;
}
.textDark p{
    color: #323232;
}
.accordion-item button.accordion-button{
    text-align:left;
}
.cntctFrm form label{
    color: #282a91;
    font-weight: 600;
    margin-bottom: 5px;
}
.cntctFrm form input{
    height:50px;
}
.cpyrgt a{
    color: #fff;
}
.ftrlnk.active{
    color: #fc6f05;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu{
    left: 35px;
    border-radius: 4px;
    background-color: #fffffffc;
}
.dropdown-menu li a{
    margin-left: 0;
}
.whychseUs h2{
    color: #fc6f05;
}
.whychseUs h3{
    color: #282a91;
}
.whychseUs li{
    list-style-type: none;
}
.whychseUs li i{
    font-size: 20px;
    color: #fc6f05;
    margin-top: 6px;
}
.whychseUs li div{
    font-size: 20px;
    color: #282a91;
}
.dropdown-item.active{
    background-color: transparent;
}
.bckTop{
    background-color: #fc6f05;
    bottom: 29px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 6px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
    z-index: 9999;
}

@media screen and (max-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }
    .nav-item a {
        font-size: 14px;
        margin-left:10px;
    }
    .mnuimg {
        width: 16px;
    }
    .logoImg {
        width: 240px;
    }
    .banner_text h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .srvcslst .col-md-4{
        width:50%;
    }    
    .banner_text.top75.bnrNobtn {
        top: 100px;
        width: 50%;
        right: 30px;
    }
}
@media screen and (max-width: 950px) {
    .navbar-toggler{
        display: block !important;
        background-color: #0D307B;
        float: right;
        margin-top: 15px;
        margin-right: 10px;
        border-radius:4px;
    }
    div.collapse:not(.show) {
        display: none !important;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        display: block;
    }
    .navbar-expand-sm .navbar-collapse {
        display: inline-block !important;
        width: 100%;   
        flex-basis: 100%;
    }
    .navbar .container-fluid{
        display: block !important;
    }
    .navbar-brand{
        display: block;
        float: left;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: column;
        margin-top: 10px !important;
        border-top: 1px solid #ddd;
        padding-top: 15px;
    }
    .mnuimg {
        width: 25px;
        float: left;
        margin-top: 4px;
        margin-right: 20px;
    }
    .nav-item a {
        font-size: 20px;
    }
    .smlBx{
        right:0;
    }
    .weare .col-md-5,.weare .col-md-7{
        width:100%;
    }
    .srvcslst .col-md-4 {
        width: 100%;
    }
    .banner_text.top75 {
        top: 50px;
        width: 60%;
        right: 10px;
    }
    .banner_text h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }
    .banner_text button {
        padding: 7px 20px;
        font-size: 14px;
    }
    .banner_text p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .weare .bdy_text,.bdy_text {
        padding:0 20px !important;
    }
}
@media screen and (max-width: 750px) {
    .banner_text p {
        font-size: 12px;
        margin-bottom: 14px;
        line-height: 17px;
    }
    .banner_text h2 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 6px;
    }
    .banner_text.top75 {
        top: 40px;
    }
    .banner_text button {
        font-size: 13px;
    }
    .navbar-toggler{
        margin-top: 10px;
    }
    .banner_text.top75.bnrNobtn {
        top: 50px;
        width: 50%;
        right: 30px;
    }
    .servcsSec {
        padding-top: 10px !important;
    }
    .cpyrgt {
        font-size: 11px;
    }
    .bnrNobtn2 {
        top: 75px !important;
    }
    footer{
        padding-top: 0px !important;
    }
    .accordion-item button.accordion-button{
        text-align:left;
        font-size: 18px;
    }
    .service_banner_text {
        right: 20px;
        color: #fff;
        top: 50% !important;
        width: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    footer.d-block{
        padding-top:0 !important;
    }
}
@media screen and (max-width: 550px) {
    .banner_text.top75 {
        top: 25px;
    }
    .banner_text h2 {
        font-size: 13px;
    }
    .banner_text p {
        font-size: 11px;
    }
    .bdy_text h4 {
        font-size: 19px;
        line-height: 27px;
    }
    .mnhdng {
        font-size: 17px;
    }
    .srvcslst .col-md-6{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .subhdng {
        font-size: 16px;
    }
    .abutsec2 p {
        width: 75%;
    }
    .footr p {
        text-align: center;
        font-size: 16px;
    }
    .footr .btnCTA {
        font-size: 12px;
        padding: 9px 30px;
    }
    .ftrlnk {
        width: 100%;
        display: block;
        font-size: 15px;
        margin-left: 0 !important;
        margin-bottom: 10px;
    }
    .bnrNobtn2 {
        top: 50px !important;
    }
    .logoImg {
        width: 190px;
    }
    .navbar-toggler {
        margin-top: 4px;
    }
    .nav-item a {
        font-size: 18px;
    }
    .mnuimg {
        width: 22px;
        margin-top: 3px;
        margin-right: 12px;
    }
    .cntUstxt span {
        font-size: 14px;
        line-height: 18px;
    }
    .box_insde {
        padding: 15px 10px;
    }
    .cntUstxt i {
        margin-right: 10px;
        margin-top: 2px;
        font-size: 17px;
    }
    .service_Text h2{
        font-size: 22px;
        text-align: left;
        line-height: 30px;
    }
    footer.d-block{
        padding-top:35px !important;
    }
}
@media screen and (max-width: 470px) {
    .banner_text.top75 {
        top: 20px;
    }
    .banner_text.top75.bnrNobtn {
        top: 46px;
        width: 50%;
    }
    .banner_text h2 {
        font-size: 12px;
        line-height: 16px;
    }
    .banner_text p {
        font-size: 8px;
        line-height: 12px;
        margin-bottom: 8px;
    }
    .banner_text button {
        font-size: 9px;
        padding: 4px 14px;
    }
    .bnrNobtn2{
        top:25px !important;
    }
    .cpyrgt div.col-md-6{
        text-align:center !important;
        width:100%;
        max-width:100%;
    }
    .cpyrgt div.col-md-6:first-child{
        margin-bottom:10px;
    }
    .smlBx {
        width: 175px;
        height: 175px;
        padding: 15px;
        line-height: 19px;
        font-size: 13px;
        padding-top: 26px;
        bottom: 35px;
    }
    .cntctFrm{
        margin-bottom:35px;
        margin-top: 25px !important;
    }
    .cntctFrm .hdng {
        font-size: 20px;
        line-height: 30px;
    }
    .cntctFrm .explreMre {
        width:100%;
        margin-top: 10px;
    }
    .adrs{
        margin-top: 25px !important;
    }
    .footr .btnCTA {
        font-size: 14px;
    }
    .footr p {
        font-size: 14px;
    }
    .footr {
        margin-top:30px;
    }
    .footer-bottom p{
        padding-bottom: 10px !important;
        padding-top: 25px !important;
    }
}
@media screen and (max-width: 420px) {
    .abutsec2 p {
        width: 100%;
        font-size: 15px;
        line-height: 22px;
    }
    .abutsec2 p.d-inline-block.w-100.fs-5 {
        line-height: 30px;
    }
    .imgicn, .abutsec2 img {
        float: none;
        margin-bottom: 12px;
    }
    .srvcslst span, .abutsec2 .boxs span {
        margin-top: 0px;
        width: 100%;
        display: block;
        font-size: 16px;
    }
    .srvcslst span,.srvcslst p {
        width: 100%;
        display: block;
    }
    .RspSmlTxt{
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .footer-bottom{
        padding-bottom: 10px !important;
        padding-top: 25px !important;
    }
    .servcsSec {
        padding-bottom: 10px !important;
    }
    .whychseUs li div {
        width: 88%;
    }
    .servicePoint img{
        margin-bottom: 10px;
    }
    .accordion-item button.accordion-button {
        font-size: 16px;
        line-height: 22px;
    }
    footer.d-block {
        padding-top: 0px !important;
    }
}