 /**
 * @file
 * Subtheme specific CSS.
 */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
body, .node__content{
    font-size: 16px;
    margin: 0px;
    font-family: "DM Sans", sans-serif;
}


#navbar-main {
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
}



#navbar-main ul li a.nav-link, #navbar-main ul li span {
    font-size: 106%;
    padding: 10px 18px;
    font-weight: 500;
    cursor: pointer;
    color: #0027ba;
    border-right: 1px solid #d0c9ee;
}

#navbar-main ul li a.nav-link.active, #navbar-main ul li span.active{
    color: #ff4900;
    font-weight: 500;
}

.nav-item li.dropdown-item {
    font-weight: 500;
    padding: 0;
    border-bottom: 1px solid #d9ceff;
}
.nav-item li.dropdown-item a {
    padding: 10px 25px;
    display: block;
}
.nav-item li.dropdown-item.active a.active {
    color: #fff;
}

nav.tabs {
    position: fixed;
    bottom: -15px;
    right: 0;
    z-index: 8;
    margin: 0;
}

div#block-csboot-navbar {
    width: 100%;
}
div#block-csboot-navbar nav {
    background: transparent !important;
}

#main-wrapper{
    margin-top: -10px;
}
.main-content>.section{
    margin: 0px -12px;
}


/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/*---------------------- HTML Elements ----------------------------*/
img{
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: #0d00be;
}
.target-ahref, .target-ahref-same{
    cursor: pointer;
}
h1{
font-size: 36px;
    /*margin-top: 40px;*/
}
h2{
    /*margin-top: 35px;*/
    margin-bottom: 15px;
    font-size: 26px;
}

h3, .h3{
font-size: 22px;
    margin-bottom: 15px;
    /*margin-top: 30px;*/
}
hr {
    margin: 0.5rem 0;
}

table{
    margin-top: 20px;
    margin-bottom: 30px;
}
table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
    color: #000;
    background: #f8faff;
    padding-top: 20px;
    padding-bottom: 15px;
    border-bottom: 4px solid #d0dbee;
}
tr td {
    background: #fff;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 15px;
    padding-bottom: 12px;
}

blockquote {
    margin: 25px 0px 25px 0px;
    padding: 20px 10px 20px 20px;
    border-left: 4px solid #ffcd57;
    background-color: #f9f5e6;
}
blockquote p{
    margin: 0;
}


.text-align-center{
    text-align: center;
}


.icon-wrapper {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
        line-height: 24px;
}
.icon{
    /*width: 26px;*/
    /*height: 26px;*/
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.icon-phone{
    background-image: url("/sites/default/files/images/phone-icon.png");
}
.icon-whatsapp{
    background-image: url("/sites/default/files/images/whatsapp-icon.png");
}

.para-container{
    padding: 60px 0px 60px;
}
.center-h2{
    text-align: center;
    margin: 60px 0px 20px;
}

.para-container-box>div {
    padding: 60px 80px;
    border: 1px solid #e0e1f2;
    border-radius: 20px;
    margin-bottom: 40px;
    box-shadow: #0400a829 0px 4px 26px;
}

/*button.btn {*/
/*    padding: 12px 30px;*/
/*    font-size: 18px;*/
/*}*/
.h2-p{
    text-align: center;
    max-width: 720px;
    margin: 0px auto 40px;
}

.node-form {
    max-width: 1200px;
    margin: 30px auto;
    font-size: 18px;
}
.field--name-title .form-control {
    font-size: 30px;
    font-weight: 500;
    padding: 20px;
}
input#edit-field-anchor-text-0-value {
    font-size: 24px;
    font-weight: 500;
    padding: 15px;
}
.table-striped>tbody>tr:nth-of-type(odd)>*, .table-striped>tbody>tr:hover>*{
    background: #fff !important;
    --bs-table-accent-bg: #fff;
}
.table-striped>tbody>tr:nth-of-type(even)>*{
    background: #fff !important;
    --bs-table-accent-bg: #fff;
}

/* .webform-submission-form{
    
} */


label{
    font-size: 94%;
    font-weight: 500;
}
.form-control {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: #0000001c 0px 2px 6px;
}


.node--type-advance-page h3{
    font-size: 24px;
}

h3.accordion-header button.accordion-button {
    font-weight: 500;
    font-size: 60%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.why-us {
    font-size: 88%;
    height: 160px;
}

.block-region-top {
    max-width: 1120px;
    margin: 30px auto;
    padding: 15px;
}
.block-region-top tr th {
    padding: 20px 10px;
    background: #eef4fb;
}
.block-region-top tr td {
    padding: 15px 10px;
}
.block-region-top tr:nth-of-type(odd) td{
    background: #f3f7fb;
}
.block-region-top tr:nth-of-type(even) td{
    background: #fff;
}
.block-region-top tr.published-No td{
    background-color: #ff660017;
}
/* .block-region-top tr.published-Yes td{
    
} */


.views-exposed-form .form-select, .views-exposed-form .form-control {
    height: 52px;
    font-size: 124%;
}
.views-exposed-form>div>.js-form-item {
    margin-right: 10px;
}

.views-field-title a {
    font-size: 124%;
    font-weight: 500;
}
.views-field-title h3{
    margin: 5px 0px;
    font-size: 18px;
}
.views-field-edit-node a {
    display: inline-block;
    padding: 6px 20px;
    background-color: #fff;
    text-align: center;
    font-size: 124%;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #0083ff;
    box-shadow: #0000002e 0px 2px 4px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1120px !important;
}


.navbar{
    /*background-color: transparent !important;*/
    /*margin-bottom: -150px;*/
    position: relative;
    z-index: 99;
    box-shadow: none;
    background: #002496;
    /*border-top: 4px solid #dca23f;*/
    /*box-shadow: #0000003b 0px 4px 20px;*/
    /*background: #fff;*/
    padding-top: 20px;
    padding-bottom:20px;
}
/*.page-node-3 .navbar{margin-bottom:0;}*/
/*.pt-100{padding-top:140px;}*/
a.navbar-brand {
    font-weight: 600;
    color: #1d00b2;
}
a.navbar-brand .highlighted{
    color: #e90000;
}
.navbar-brand img {
    width: auto;
    max-height: 48px;
}
.nav-link {
    font-weight: 500;
    display: block;
    color: #001966;
}
/*.footer-item-four a:nth-child(3){*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 12px;*/
/*}*/

header#header {
    background-color: #fff;
    border-bottom: 1px solid #c9d1e1;
}
/*.hero{*/
/*    position:relative;*/
    /*padding-top: 40px;*/
    /*background-color: #2b302a;*/
    /*margin-bottom: 40px;*/
/*    background-image:url('/sites/default/files/images/delivery-service.jpg');*/
/*    background-position: center center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: auto;*/
/*}*/
.xl-title{
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 35px;
}
.hero p{
    font-size:18px;
    margin-bottom:35px;
}
.hero .btn-light-red{display:inline-block;}
/*.hero:before{*/
/*    content:'';*/
/*    position:absolute;*/
/*    width:100%;*/
/*    height:100%;*/
/*    background-image: linear-gradient(45deg, #ffffff 15%, #ffffff8f 100%);*/
/*}*/
.hero-form {
    padding: 30px 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: #0003 0px 4px 12px;
}
.hero-form .form-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    font-family: monospace;
    font-style: italic;
    padding: 0px 20px 5px 0px;
    display: inline-block;
    border-bottom: 3px solid #ff7a00;
}

.nav-item.get-quote{
        position: fixed;
    top: 29px;
    right: 80px;
}
/* .nav-item.get-quote a{
    
} */
form#user-form {
    max-width: 560px;
    margin: 50px auto;
}

/*--------------------- Blogs ------------------*/
.bl-header {
    /*background-color: #d78a32;*/
    background-image:url('/sites/default/files/images/movingjpg-08.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bl-header-inner {
    max-width: 1130px;
    margin: auto;
    padding-top: 140px;
    padding-bottom: 140px;
}
.bl-header-inner h1{max-width:70%;}
.bl-header-inner img{
    border-radius: 5px;
    margin-top: 30px;
    box-shadow: #00000021 0px 10px 20px;
    margin-bottom: -400px;
    width: 100%;
}



ul.auth-menu {
    padding: 0;
    margin: 0;
}
ul.auth-menu li{
    display: inline-block;
    border-right: 1px solid #eee;
}
ul.auth-menu li a{
    display: block;
    padding: 10px 20px;
}
ul.auth-menu.auth-menu-1 {
    float: left;
}
ul.auth-menu.auth-menu-2 {
    float: right;
}


/*.footer{*/
    /*padding: 30px 0px;*/
    /*margin-top: 60px;*/
    /*background-color: #000000;*/
    /*box-shadow: #9a4d004a 0px -10px 60px;*/
    /*color: #9f9f9f;*/
/*}*/
/*.footer:before{*/
    /*content:'';*/
    /*position:absolute;*/
    /*width:100%;*/
    /*height:100%;*/
    /*background-color:#000000e6;*/
/*}*/
.footer .col-sm-3{
    font-size:18px;
    display:flex;
    flex-direction:column;
    gap:14px;
    color:white;
}
/*.footer .footer-item-three{*/
/*    display:flex;*/
/*    flex-direction:column;*/
/*    gap:14px;*/
/*}*/
.footer a, .copyrights a{
    color: #fff;
}
.footer-list ul {
    padding: 0px;
}
.footer-list ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 14px;
}
.site-footer__bottom{
    margin: 0px;
}

/*.copyrights {*/
/*    border-top: 1px solid #fff;*/
/*    text-align: center;*/
/*    color: #ccc;*/
/*    padding: 20px 0px;*/
    /*background-color: #222216;*/
    /*box-shadow: #ffef641c 0px -20px 20px;*/
/*}*/

/*--------------- Desktop -----------------*/
@media only screen and (min-width: 480px){
.sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}
.hero-img{
	padding-top: 5%;
}
.nav-item.get-quote{
    position: relative;
    top: auto;
    right: auto;
}
.icon-wrapper{
    font-size: 30px;
        line-height: 40px;
}
/*.icon{*/
/*    width: 48px;*/
/*    height: 48px;*/
/*}*/
}


@media only screen and (max-width: 480px){
h1, .h1{
    font-size: 22px;
}
.pt-100{padding-top:35px;}
.pb-100{
    padding-bottom:35px;
}
.xl-title{font-size: 38px;}
.hero .col-sm-8{margin-bottom: 20px;}
.hero .pb-5{padding-bottom:0 !important;}
.footer .col-sm-3{margin-bottom:18px;}
.footer .ps-4,.footer .ps-5{padding-left:15px !important;}
}



/*--------------------- Manage ----------------------*/
a.node-count {
    padding: 20px;
    display: block;
    border: 1px solid #c7cedb;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 136%;
    background-color: #f1f6ff;
    text-align: center;
    font-weight: 600;
    box-shadow: #00075e29 0px 6px 6px;
}
.node-count .count {
    font-size: 240%;
    font-weight: bold;
    color: #384ff0;
}
a.node-add {
    display: block;
    padding: 15px;
    background-color: #162ed1;
    color: #fff;
    text-align: center;
    font-size: 112%;
    font-weight: 600;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: #262e954f 0px 6px 6px;
}
td div.webform-element {
    margin-bottom: 5px!important;
}

.page-view-redirect .views-element-container, #block-csboot-primary-admin-actions{
        max-width: 1080px;
    margin: 0px auto;
}
form#system-site-information-settings {
    max-width: 580px;
    margin: 40px auto;
    padding: 20px;
}


.ps-relative{position:relative;}
.nav-tabs{border-bottom:none;}
.section-spacing-top{padding-top:80px;}
.section-spacing-bottom{
    padding-bottom:80px;
}
/*.form-title,.achivments{*/
/*    padding: 40px 50px 25px;*/
/*    background-color: #12294d;*/
/*    color: white;*/
/*}*/
.form-title .title,.xl-title{
    font-weight: 600;
}