/**
 * @file
 * Subtheme specific CSS.
 */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans&family=Inter:wght@100&display=swap');
#navbar-main {
    background-color: #ffffff;
    padding-top: 0; 
    padding-bottom: 0;
}
.cs-font{font-family:'DM Sans',sans-serif;}
body{
    font-family: 'Muli',sans-serif;
    background:white !important;
}
.node--view-mode-teaser{
    border:none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.site-footer__bottom{
    margin-top: 0;
    border:none;
}
.site-footer{
    background: #e8e8e8 !important;
    padding:0 !important;
    margin-top: 3rem;
}
.table{
    box-shadow: 0 3px 8px 0 rgb(118 135 154 / 8%), 0 1px 1px 0 rgb(118 135 154 / 24%);
}
.table>:not(caption)>*>*{
    background-color: white;
    padding:1rem .5rem;
    border-radius:.3rem;
}
.table thead>tr>th{
    background-color: #6c7ae0;
    color: white;
    text-transform:uppercase;
    padding: 1rem 0.5rem;
}
.table tbody>tr:hover{
    box-shadow: 0 3px 8px 0 rgb(118 135 154 / 8%), 
                0 1px 1px 0 rgb(118 135 154 / 24%)
}
.table tbody>tr:not(last-child){border-bottom: 2px solid #efefef;}
.views-field-title a,.views-field-title a:is(:hover,:focus){
    text-decoration:none;
    color:#212529;
    /*font-family: serif;*/
    font-weight: 600;
}
.table>:not(:first-child) {
     border-top: none; 
}
.site-footer__bottom .region,.site-footer__bottom .block{margin-top:0;}
.site-footer__bottom .content{padding:0;}
.node__content,.field--type-entity-reference {margin:0;}
.user-logged-in .btm-manage-link,.user-logged-in .arrow{display:block;}
/*-----------------------System Advance Page-------------------------------*/
.gl-preview-templates{
    background: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 70px;
}
.temps-library{
    border: 1px solid #f0f1f6;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgb(15 26 47 / 4%);
    margin-bottom:20px;
}
.temps-library div:first-child{padding: 20px;}
.temps-library div a img{
    border-radius: 8px;
    min-height:390px;
}
.temps-library div:nth-child(2){
    padding: 12px 20px;
    border-top: 1px solid #f0f1f6;
}
.temps-library .title{margin-bottom:0;}
.temps-library .title a{
    color: #192033;
    font-weight:600;
    text-align:center;
}
.temps-library small{
    display:inline-block;
}
.temps-library .temps-library-btn{
    display:flex;
    justify-content:space-between;
}

.temps-library small{margin-bottom:.5rem;}
.temps-library small a,.temps-library small a:is(:hover,:focus){color:#6c757d;}
.temps-library .temps-library-btn span a{
    color:black;
    font-size:15px;
}
.temps-library .temps-library-btn span {
    border: 1px solid #d7d7d7;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    display:inline-block;
}
.temps-library .temps-library-btn span:hover a{color:white;}
.temps-library .temps-library-btn span:hover {
    background-color: #1672fd;
}
.copy--right--cnt>div a{margin-right:16px;}
.feautres .title{
    color: #192033;
}
.feautres ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feautres ul li{padding:16px;}
.feautres ul li img{
    max-width: 46px;
}
.feautres ul li span{
    display: inline-block;
    /* align-self: center; */
    padding-left: 14px;
}
.cs-feature-card{
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-color: #f0f1f6;*/
    /*border-radius: 8px;*/
    /*background-color: #fff;*/
    /*box-shadow: 0 2px 6px 0 rgb(15 26 47 / 4%);*/
    padding:0 20px;
}
/*----------------------- HTML Elements -------------------------------------*/
img{
    max-width: 100%;
    height: auto;
}
.btm-manage-link{
    background-color: #ec6e31;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    padding: 8px;
    z-index: 22;
    box-shadow: rgb(0 0 0 / 25%) 0px 14px 28px, rgb(0 0 0 / 22%) 0px 10px 10px;
    border-radius: 2px;
}
.btm-manage-link a{
    font-size: 9px;
    color: white !important;
    font-weight: 600;
    letter-spacing: 2px;
}
.dashborad-page .card,.all-pages-count-view .card{
     position:relative;
    padding: 4rem 1.5rem;
    background: url('/sites/default/files/images/simple-img/wave-lines.jpg');
    background-size: cover;
    text-align: center;
    color: white;
    opacity: .8;
    border-radius: 20px;
    box-shadow: rgb(87 43 245 / 40%) 0px 5px, rgb(46 82 240 / 30%) 0px 10px, rgb(53 46 240 / 20%) 0px 15px, rgb(46 82 240 / 10%) 0px 20px, rgb(99 46 240 / 5%) 0px 25px;
    border:none;
   
}
.wcus-card .card:before{background-color:white;}
.dashborad-page .card:before,.all-pages-count-view .card:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #495be2de;
    border-radius: 20px;
    z-index: -1;
}

.cs-mt{margin-top:3.2rem;}
.dashborad-page .card .card-title,.all-pages-count-view .card .card-title{font-size: calc(2.275rem + .3vw);}
.dashborad-page .card p,.all-pages-count-view .card p{font-size: 22px;}
.dashborad-page .card a,.dashborad-page .card a:is(:hover,:focus),.all-pages-count-view .card a,.all-pages-count-view .card a:is(:hover,:focus){color:white;}
.webform-subms-view .view-header{text-align:end;}
.webform-subms-view .view-header a{
    position: relative;
    bottom: -42px;
}
.webform-subms-view .model-btn{padding:0 .7rem !important;}
.webform-subms-view .view-content h3{font-weight:600;}
a{text-decoration:none;}
/*----------------------Template Css------------------------------------------*/
.template-media{
    border-top: 1px solid #c7c7c7;
    padding-top: 2rem;
    margin-top: 1rem;
}
.bg-title{
    font-size: 2.3rem;
    font-weight: 600;
    color: #0e0e5e;
}
.about-us-item-faq{}
.view-template-media-gallery >.view-filters,.view-template-media-gallery >.view-header{display: inline-block;}
.view-template-media-gallery >.view-header{
    float: right;
    margin-top: 2rem;
}
.table-striped>tbody>tr:nth-of-type(odd)>*{
  --bs-table-accent-bg: rgb(223 219 219 / 0%);  
}
/*******************Slick Css**************************************************/
.slick-dots li button:before{font-size:50px;}
.slick-dots{right: 40px;}
/************************ADMIN MENU BLOCK CSS**************************/
.admin-menu-block .btm-manage-link{
    padding: 8px 12px;
    background-color:#495fff;
}
.admin-menu-block .btm-manage-link a{font-size:10px;}
.admin-menu-block .btm-manage-link a:is(:hover,:focus){color:white;}
.admin-menu-b{
    background-color: #6c7ae0;
    padding-top: 14px;
    margin-bottom: 20px;
}
.admin-menu-b .d-flex{
 justify-content: center;
   list-style: none;
}

.admin-menu-b .d-flex > li{
   margin:10px 30px;
}
.admin-menu-b .d-flex > li > a{
   text-decoration:none;
   color:#fff;
   font-weight:700;
}
.node--type-template{background-color:white;}
.node--type-template .form-control,.node--type-template .form-select{padding:.6rem;}
.node--type-template .btn{
    padding: 0.5rem 0.7rem;
    margin-bottom:1px;
}
/*--------------------------Manage Page Css------------------------------*/

.c-manage-view .view-filters .views-exposed-form .row{margin-top:20px;}
.c-manage-view .view-filters .views-exposed-form .row div{
    max-width:25%;
}
.c-manage-view .nrf{
    font-size: calc(1.325rem + .9vw);
    color: #072b4b;
    font-weight: 600;
}
.block-views-blocktemplate-media-gallery-block-1 h2{
    text-align: center;
    font-weight: 600;
    color: #0d395e;
}




/*-----------------------------Webfrom Conformation Message-------------------*/

.node--type-webform .confirmation-msg{
	width: 50%;
    margin: auto;
    margin-bottom: 41px;
    line-height: 33px;
    color: #fff;
    padding: 5px 41px;
    background: linear-gradient(to right,#00b09b,#96c93d);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius:20px;
}

.node--type-webform .confirmation-msg h2{
    text-align: center;
    padding: 31px 0px;
    font-weight: 800;
}

.node--type-webform .confirmation-msg .webform-confirmation__back a{
    padding: 10px;
    border-radius: 100px;
    background: whitesmoke;
    color: gray;
    font-weight: 700;
}

.feautres{
    padding-top:60px;
    padding-bottom:60px;
}
.feautres .title{
    font-weight:600;
    text-align:center;
}
.page-node-70,.feautres{font-family: 'DM Sans', sans-serif;}
.gl-navigation{
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: transparent; 
}
.gl-navigation .container-fluid{padding:0;}
.gl-navigation .navbar a{
    color: #192033;
    font-size: 17px;
}
.gl-navigation .navbar a:is(:hover,:focus){
    color:#1672fd;
}
.gl-navigation form a{
    padding: 12px 14px;
    font-size: 16px !important;
    line-height: 18px;
    border-radius: 8px;
    background-color: #1672fd;
    color: white !important;
}
.site--bulider--form .form-control{
    background-color: #ffffff;
    color: #111;
    font-size: 16px;
    min-height: 44px;
}
.site--bulider--form .form-control:focus {
    border-color: inherit; 
    outline: 0; 
    box-shadow: none; 
}
.site--bulider--form{
    min-height: 700px;
    margin-bottom: 0;
    padding: 64px 52px;
    border-style: none;
    background-color: #f0f8ff;
    border-width: 1px;
    border-color: #f0f1f6;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 rgb(15 26 47 / 4%);
}
/*-------------------------------Footer Started Here--------------------------*/

.g-footer-service .col-md-4 ul li {
    list-style-type:none;
        padding: 0.5rem 0rem;
       position:relative;
}

.g-footer-service .col-md-4 ul li a{
    text-decoration:none;
    font-size:1rem;
    padding:1rem;
    font-weight: 600;
    color:#fff;
}


.g-footer-service .col-md-4 ul li a i{
    color:#fdae1b;
    margin-right: 9px;
    
}


.g-footer-service .col-md-4 ul li:hover a{
   color:#f9c649 !important;
   
   
}

.copy-right-wrapper{
    padding: 30px;
    background-color: #f0f8ff;
}
.glfooter-links .glfooter-link{
    font-size: 18px;
    margin-right: 10px;
}
.copy-right-wrapper a{color: #0e0e5e;}
@media only screen and (min-width:320px) and (max-width:480px){
    .admin-menu-b .d-flex{
        display:block !important;
    }
}

