/* ---------- Color Module Styles ----------- */

.page-node-9 #lets-connect-sticky{
    display: none !important;
}

body {
  color: #3b3b3b;
  background: #292929;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #fff;
}

.tabs ul.primary li a.is-active {
  background-color: #fff;
}

.tabs ul.primary li.is-active a {
  background-color: #fff;
  border-bottom-color: #fff;
}

#navbar-top {
  background-color: #055a8e;
}

#navbar-main {
  background-color: #1d84c3;
}

a,
.link {
  color: #0071b3;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #018fe2;
}
.nav-item .dropdown-item a.active {
  color: white;
}
.nav-link {
  color: rgb(231, 231, 231);
}
.nav-link:hover,
.nav-link:focus {
  color: rgb(231, 231, 231);
}
a:active,
.link:active {
  color: #23aeff;
}

.page-item.active .page-link {
  background-color: #0071b3;
  border-color: #0071b3;
}

.page-link,
.page-link:hover {
  color: #0071b3;
}

.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #0256b1;
}

.site-footer {
  background: #292929;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}


/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}





/*blog*/

.blog-hero-section {
    background: url(../assets/images/cetrificate-bg.png), #DCF3FA no-repeat;
    color: #000000;
    background-position-y: top;
    background-size: cover;
    background-blend-mode: overlay;
    text-align: center;
    padding-top:80px;
    overflow: hidden;
    position: relative;

}
.blog-hero-section::before{
    content: "";
    width: 100%;
    height: 35%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
}

.container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.blog-hero-wrapper{
    align-items: center;
    justify-content: center;
}
.blog-hero-wrapper .blog-header h1{
    font-size: 40px;
    line-height: 48px;
    font-weight: 800;
    margin-bottom: 50px;
}
.blog-hero-wrapper .blog-header span{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.blog-hero-section .blog-author{
    border-radius: 50%;
    overflow: hidden;
}

.blog-author img{
    object-fit: fill;
    width: 64px;
}
.admin-details{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}
.admin-details p{
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
}
.admin-details span{
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-body-wrapper{
    margin-top: 35px;
}
.blog-body-wrapper .post-content img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.post-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    border-radius: 16px;
}
.post__socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    column-gap: 35px;
}
.post__socials button {
    background: transparent;
    border: 0;
}

.blog-sidebar{
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.blog-sidebar-scroll{
    height: 100vh;
    overflow-y: auto;
}
.table-of-contents,
.subscribe-box {
    margin-top: 20px;
}
.table-of-contents h4,
.subscribe-box h4 {
    text-align: center;
}
.subscribe-box-1{
    background: #FFEFD6;
    color: #000000;
    border-radius: 4px;
    padding: 16px;
    margin-bottom: 25px;
}
.subscribe-box-1 p{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 25px;
    color: #6D6D6D;
}
.subscribe-box-1 input{
    width: 100%;
    height: 36px;
    border-radius: 4px;
    margin-bottom: 12px;
}
.subscribe-box-1 .btn-dark{
    width: 100%;
    border-radius: 4px;
    height: 36px;
    
}
.subscribe-box-2{
    background: #000000;
    color: #fff;
    border-radius: 4px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.subscribe-box-2 p{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /*margin-bottom: 30px;*/
}
.subscribe-box-2 button{
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    font-size: 14px;
    /*line-height: 20px;*/
    font-weight: 800;
    border-radius: 4px;
    background: #fff;
    border: 0;
}
.dt-section{
    padding-top:80px;
    padding-bottom:80px
}
.dt-section.p-t-0{
    padding-top:0;
}
.table-of-contents h2{
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid black;
    /*padding-left: 10px;*/
    margin-bottom: 6px;
}
.table-of-contents ol{
    padding: 0 0 0 15px;
    list-style: auto;
}
.table-of-contents ol li{
    padding: 12px 0;
    border-bottom: 1px solid lightgray;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: clip;*/
    font-weight: 400;
    line-height: 18px;
    font-size: 12px;
    list-style: auto !important;
}
.table-of-contents ol li a{
    text-decoration: none;
    color: #6D6D6D;
    
}

.author-profile{
    width: 800px;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #FFEFD6;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 40px;
    display: flex;
}
.author-profile-name{
    margin-top: 10px;
    font-size: 18px; 
}
.author-profile-designation{
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
    /*color: #FCD596;*/
    color: black;
}
.author-qoutes{
    font-size: 16px;
}

#lets-connect-sticky {
    width: 100%;
    height: auto;
    display: none;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    background: #a36500;
    z-index: 999;
    padding: 15px;
    text-align: center;
    font-size: 18px;

}

#lets-connect-sticky a {
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 991px){
    .author-profile {
        width: 85%;
    }
    
}




@media screen and (max-width: 768px){
    .blog-hero-section::before{
        display: none;
    }
    .blog-hero-wrapper .blog-header h1{
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 30px;
    }
    .blog-hero-wrapper .blog-header span{
    font-size: 14px;
    line-height: 24px;
    /*margin-bottom: 22px;*/
    }
    .post__socials {
        flex-direction: row;
        padding: 20px 0;
        justify-content: center;
    }
  
    .subscribe-box-1{
        margin-bottom: 0;
    }
    .subscribe-box-1 input{
        font-size: 12px;
    }
    .subscribe-box-2 button{
    height: auto;
    padding: 10px 20px;
    font-size: 12px;
    line-height: 20px;
    
}
.blog-sidebar-scroll{
    height: auto;
    padding-bottom: 20px;
}
}




/*Blogs View*/

    .blogs-hero-section {
            background: url(cetrificate-bg.png), #DCF3FA no-repeat;
            color: #000000;
            background-position-y: top;
            background-size: cover;
            background-blend-mode: overlay;
            text-align: center;
            padding: 80px 0;
            overflow: hidden;
            position: relative;
        }


        /* Default style end*/


.blogs-hero-wrapper{
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.blogs-header{
    gap: 30px;
}
.blogs-header h1{
    font-size: 56px;
    font-weight: 800;
}
.blogs-header p{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.blogs-search-bar form{
    display: flex;
    
}
.blogs-search-bar{
    text-align: center;
    align-self: center;
}
.blogs-search-bar .js-form-item{
    margin-bottom: 0 !important;
}
.blogs-search-bar .form-email, .button{
    font-size: 18px;
    height: 48px;
    border: none;
    width: auto;
}
.blogs-search-bar .form-email{
    padding: 12px 16px;
    border-radius: 4px 0 0 4px ;
    max-width: 500px;
    width: auto;
}
.blogs-search-bar .button{
    padding: 12px 26px;
    border-radius: 0 4px 4px 0;
    background: #000;
    color: #fff;
    position: relative;
    left: -6px;
    top: -10px;
}
.blogs-search-bar span{
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    font-style: italic;
    color: #6D6D6D;
}


.grid-menu{
    width: 100%;
}

.grid-menu ul{
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 24px;
    align-items: center;
}
.grid-menu ul li a{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    /*line-height: 36px;*/
    text-decoration: none;
    color: #000000;
    padding: 12px 26px;
    border-radius: 4px;
    border: 1px solid #000;
}
.grid-menu ul li a:focus{
    outline: none;
    border: 1px solid #000;
    color: #fff;
    background: #000;
}
.grid-menu ul li input{
    padding: 12px 26px;
    border-radius: 4px;
    border: none;
    width: 100%;
    margin: 0 0 0 30px;
    background: lightgray;
    color: black;
    font-size: 18px;
}

.blogs-grid-wrapper {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
}
.blogs-grid-item{
    max-width: 350px;
    min-width: auto;
    background-color: #f4f4f4;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: #d5d5d5 4px 7px 13px 4px;
    overflow: hidden;
}

.blogs-grid-item-img img{
    height: 240px;
    object-fit: cover;
}
.blogs-grid-item-content{
    padding: 20px;
}
.blogs-grid-item-content-header-title{
    gap: 15px;
}
.blogs-grid-item-content-header-title h3 a{
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    text-decoration: none;
    color: #000;
}
.blogs-grid-item-content-header-title h3{
    font-size: 18px;
    line-height: 22px;
    font-weight: 800;
    text-decoration: none;
}
.blogs-grid-item-content-header-title span{
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #6D6D6D;
    text-transform: uppercase;
}
.blogs-grid-item-content-header-date{
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #6D6D6D;
}


@media screen and (max-width: 768px) {

    .blogs-hero-wrapper{
        gap: 20px;
    }

    .blogs-header h1{
        font-size: 24px;
        line-height: normal;
        font-weight: 800;
    }
    .blogs-header p{
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
    }
    .blogs-header{
        gap: 20px;
    }
    
    .blogs-search-bar .form-email, .button{
        font-size: 12px;
        height: auto;
    }
    .blogs-search-bar .form-email{
        padding: 8px 16px;
        border-radius: 4px 0 0 4px ;
        width: 270px;
    }
    .blogs-search-bar .button{
        padding: 8px 22px;
        border-radius: 0 4px 4px 0;
        background: #000;
        color: #fff;
        
    }

    .blogs-search-bar span {
        font-size: 12px;

    }


    .grid-menu ul{
        display: inline-flex;
        flex-wrap: wrap;
        padding: 0;
        margin: 0;
        gap: 16px;
        align-items: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .grid-menu ul li a{
        font-size: 12px;
        font-weight: 500;
        line-height: 19px;
        color: #000000;
        padding: 6px 18px;
        border-radius: 4px;
    }
    .grid-menu ul li input{
        margin: 0;
        padding: 8px 20px;
        font-size: 12px;
    }
    .blog-sidebar{
            position: unset;
            margin-top: auto;
        }
    .blog-sidebar-flex{
        display: flex;
        justify-content: space-between;
        gap: 15px;
    }



    
}
@media screen and (max-width: 480px) {
    
    .blogs-search-bar .form-email{
        width: 180px !important;
    }

    .blogs-grid-wrapper {
        padding: 20px 0;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 20px;
    }
    .blogs-grid-item{
        width: 100% !important;
    }
    .blogs-grid-item-img img{
        height: auto;
    }

    .blogs-grid-item-content-header-title h3{
    font-size: 14px;
    line-height: 19px;
    
    }
    .blogs-grid-item-content-header-title span{
        font-size: 12px;
        line-height: 19px;
        
    }
    .blogs-grid-item-content-header-date span{
        font-size: 12px;
        line-height: 19px;
    }
    
    .author-profile {
    width: 100%;
    padding: 20px;
    display: block;
    }
   .author-profile-image img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    }
    #lets-connect-sticky {
        display: block;
    }
}

/*Get In Page CSS*/

.get-in-page{
    padding: clamp(40px, 10vw, 80px) 0;
}
.get-in-page .container{
    padding: 0 10px;
}
.get-in-page .get-in-wrapper{
    row-gap: 30px;
}
.get-in-form .get-form-wrapper{
    background: black;
    border-radius: clamp(12px, 5vw, 32px);
    padding: 60px 40px 50px 40px;
    max-width: 623px;
}
.get-in-page .get-in-wrapper .get-in-title{
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    padding: 30px 0;
    max-width: 493px;
    position: relative;
}
.get-in-page .get-in-wrapper .get-in-title h1{
    font-size: clamp(32px, 10vw, 120px);
    line-height: clamp(44px, 12vw, 140px);
    max-width: 450px;
    font-weight: 700;
    letter-spacing: clamp(0px, 3vw, -2px);
    color: #262626;
}
.get-in-page .get-in-wrapper .get-in-title p{
    font-size: clamp(20px, 4vw, 30px);
    line-height: clamp(30px, 5vw, 40px);
    max-width: 418px;
    color: #262626;
}
.get-in-page .get-in-wrapper .get-in-title svg{
    position: absolute;
    bottom: 50px;
    right: 0;
    width: clamp(150px, 22vw, 311px);
}
.get-in-form .js-form-item{
    padding-bottom: 15px;
    
}
.get-in-wrapper .get-in-form .form-actions input {
        width: max-content;
        color: #000;
        background: #fff;
        font-weight: 700;
        padding: 12px 24px;
        font-size: clamp(16px, 4vw, 20px);
}
.get-in-wrapper .get-in-form .form-actions input:hover{
    background: #CBCBCB;
}
.get-in-form .js-form-type-textarea .form-textarea-wrapper .form-textarea{
    border: 1px 1px solid #ced4da;
    border-radius: 8px;
    background: transparent;
    color: #CBCBCB;
}
.get-in-form .js-form-required{
    color: #fff;
    margin-bottom: 5px;
        font-size: clamp(16px, 4vw, 18px);
}
.get-in-form .form-type-textfield .form-control, .form-control .js-form-item .form-control, .get-in-form .js-form-type-tel .form-control, .get-in-form .js-form-type-email .form-control{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #CBCBCB;
    background-color: transparent !important;
    border: 2px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/*.get-in-form .form-type-textfield .form-control:focus {*/
/*  border: none;*/
/*}*/
@media(max-width: 768px){
   .get-in-page .get-in-wrapper .get-in-title{
       padding-top: 0;
       row-gap: 10px;
   }
   .get-in-wrapper .get-in-title svg{
        position: unset !important;
    } 
    .get-in-page .get-in-wrapper .get-in-title h1{
        max-width: 100%;
    }
    .get-in-page .get-in-wrapper .get-in-title p{
        max-width: 100%;
    }
    .get-in-form .get-form-wrapper{
        padding: 30px 20px 20px 20px;
    }
    
}
@media(max-width: 380px){
    .get-in-form .captcha{
            overflow: hidden;
    }
    .get-in-form .get-form-wrapper{
        padding: 30px 20px 15px 20px;
    }
    .get-in-wrapper .get-in-form .form-actions input {
        padding: 8px 12px;
    }
}
