
/* @font-face {
    font-family: 'Brandon Grotesque Black';
    src: local('Brandon Grotesque Black'), url('../fonts/brandon-grotesque-black-58a8a3e824392.woff') format('woff');
    } */
body{    
    font-family: 'Raleway', sans-serif !important;    
}

/* ----------------Common CSS----------- */

code {
    background: #edf0fc !important;
    color: #0324ab !important   ;
    padding: .125rem .375rem;
    border-radius: .125rem;
}

/* ----------------Common CSS----------- */



/* --------------------------------------------MEDIA 1201 to 1440 PX  and (max-width: 1440px) not included -----------------------------------*/

/* ------------------------------------------------------------INDEX.html ----------------------------------------------*/
@media screen and (min-width: 1201px) 
{
    /* ------------------------------------Content -> scripts-> css------------------------------------------- */
    .scripts-row{
        padding-left: calc((100% - 800px)/2);
        padding-right: calc((100% - 800px)/2);
        transition: all .3s ease;
        grid-area: content;
        overflow: auto;
    }
    .css-a .active{
        color: grey !important;
        background-color: transparent !important;
    }
    .nav-pills .nav-link.active{
        color: grey !important;
        background-color: transparent !important;
        border-bottom: 2px solid grey;
        border-bottom-left-radius: 0em;
        border-bottom-right-radius: 0em;
        border-top: 0em;
        border-left: 0em;
        border-right: 0em;
    }
    .nav-link:focus{
        outline: 0;
    }
    .nav-link
    {
        color: darkgrey !important;
        background-color: transparent !important;
        margin: 0em 2em;
    }
    .scriptsrow-col-3{margin:1em 0em;}
    .css-logo
    {
        background-image: url("../images/scriptLogo/css-logo.png");
        height: 100%;
        width:100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size:contain;
        padding: 1.5em;
    }
    #common-breadcrumps-scripts {
        font-size: 2em;
        font-weight: 700;
        color: #0077C7;
    }
    .card-tab{
        margin:1em 0em; 
    }
    .card-content{
        padding: 1rem!important;
    }
    .card-content-col-2 h5 a, .card-content-col-2 h5 a:hover {
        color: black;
        text-decoration: none;
    }
    .card-content-col-2 div{
        font-size:0.9em;
    }
    .card-content p{
        margin-top:1em;
        margin-left: 2em;
        letter-spacing: 0.5px;
    }
    .script-desc-ul li {
        letter-spacing: 1px;
        line-height: 2;
    }

    /* CSS CODE BLOCK COLOR CODE */

    .card-source-content {
        position: relative;
        margin: 1.375rem -1rem 0;
    }
    
    .card-source-content pre:first-of-type {
        border-radius: 1.375rem 0 0 0;
    }
    pre{
    background-color:#1e253d;
    }
    
    pre[data-code-language]:before {
        font-size: .875rem;
        color: lightslategrey;
        position: absolute;
        top: .8725rem;
        left: 1.5rem;
        display: block;
        content: attr(data-code-language);
    }
    
    .token.boolean, .token.constant, .token.deleted, .token.function, .token.property, .token.symbol, .token.tag {
        color: #64b5f6;
    }
    
    .token.punctuation {
        color: #bdbdbd;
    }
    
    .token.attr-name, .token.builtin, .token.char, .token.inserted, .token.selector, .token.string {
        color: #c5e1a5;
    }
    
    .token.atrule, .token.attr-value, .token.entity, .token.interpolation-punctuation, .token.keyword, .token.operator, .token.url {
        color: #ce93d8;
    }
    .card-source-content .card-code+.card-code {
        border-top: 1px solid #607d8b;
        padding-top: 2.5rem;
    }
    
    .token.selector {
        color: #c5e1a5;
    }
    pre[class*=language-] {
        text-align: left;
        white-space: pre;
        word-spacing: normal;
        word-break: normal;
        word-wrap: normal;
        line-height: 1.5rem;
        -moz-tab-size: 2;
        tab-size: 2;
        -webkit-hypens: none;
        -webkit-hyphens: none;
        hyphens: none;
        padding: 2rem 1.5rem;
        margin: 0rem 0;
        white-space: pre-wrap;
        position: relative;
    }
    
    pre, pre[class*=language-] {
        overflow: auto;
        color: #e57373;
        white-space: pre-line;
    }
/* ------------------------------------------------------------INDEX.html Starting ----------------------------------------------*/

    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(1,1);
        }
        to {
            -webkit-transform: scale(1.2,1.2);
        }
    }
    
    /* Standard syntax */
    @keyframes zoom {
       from {
            transform: scale(1,1);
       }
       to {
            transform: scale(1.2,1.2);
       }
    }

    #NavbarBlockCommon
    {
        background-color: white;
        padding: 0px 20px 0px 15px;
        margin: 20px 0px 0px 80px;
        position: absolute;
    }
    #navBarNewCommon
    {
        /* margin: 30px 100px 30px 100px; */
        /* ---------------------------------- */
        /* margin: 0px 100px 30px 100px; */
        color: grey;
        /* margin: 50px 100px 30px 100px; */
        margin: 0px 100px 30px 0px;
        /* padding: 0px 0px 0px 100px; */
        padding: 25px 0px 25px 100px;
        /* ----------------------------------- */
        position: fixed;  
        /* top: 50px; */
        top: 0px;
        /* width: 85%; */
        width: 100%;
        display: flex;
        transition: top 0.3s;
        /* background-color: #ffffff!important; */
        background-color: none;
        /* border: 2px solid lightgray; */
        border: none;
        /*  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
        /* background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) transparent;       */
    }
    nav.navbar { 
        max-height: 70px;
        overflow: visible;
    }
     #Nav_Header_1_col_logo
     { 
       padding-left: 2em;	
     } 
    #header_logo_Common
    {
        height: 40px;
        width: auto;
    }
    #Nav_Header_2_col_text
    {
        margin-top: 10px;
    }
    #Nav_Header_text_1
    {
        font-weight: 700;
        font-size: 2.1em;	
        color: white;
    }
    #Nav_Header_text_2
    {
        font-weight: 300;
        font-size: x-large;
        color: white;
    }
    #NavBar_Header_Toggler{padding-left: 15em;}    
    #NavBar_Header_Toggler a.links
     {
    
        float: left;
        color: grey;
        text-align: center;
        /* padding: 30px 15px 26px 20px; */
        /* padding: 20px 50px 30px 14px; */
        padding: 10px 15px 10px 15px;
        /* margin: 0px 0px 0px 5px; */
        margin: 0px 1em 0px 1em;
        text-decoration: none;
        font-size: 14px; 
        line-height: 13px;
        /* border-right: 1.3px solid #f2f2f2; */
        border-right: none;
        letter-spacing: 0px;   
        border: 2px solid transparent;     
      }
     #linkContact{
        border-right: none !important;
    }
    #NavBar_Header_Toggler a:hover {  
        
        /* background-color: white; */
        /* border: 2px solid #113262; */
        /* border: 2px solid #44436A; */
        border: 2px solid #0077C7;
        /* border-top-right-radius: 200px 200px; */
        /* border-bottom-right-radius: 200px 200px; */
        /* border-top-left-radius: 200px 200px; */
        /* border-bottom-left-radius: 200px 200px; */
        /* color: #3A5874 !important; */
        color: #88879B !important;
        text-decoration: none;
        font-weight:600;
         /* color: linear-gradient(315deg, #ff1a1a 0%, #ffff00 74%); */
    }
    
    
    
    /* ------------------------------------------ */
      .header {
        position: absolute;
      overflow: hidden;
      background-color: white;  
      padding: 5px 0px 0px 0px;
      margin: 50px 0px 0px 0px;
    }
    #rowOfHeader{
        margin-left: 20px;
        padding-left : 20px;
    } 
    
    .dropdown-menu
    {
        padding: 0.5em 1em ! important;
        /* margin: 0.9em 0 0 ! important; */
        /* ------------------------- */
        /*margin: 0.4em 0 0 ! important;*/
            margin: -1px 0 0 0 ! important;
        background-color: #efefef ! important;
        border: 1px solid #f8f9fa ! important;
        border-radius: 0em ! important;
        font-size: 14px ! important;
    }
    .dropdown-item
    {   padding : 0.75em 0em 0.5em 0em ! important;
        font-weight: 400 ! important;
        border-bottom: 1px solid #f1f3f5 ! important;
        background-color: transparent!important;
    }
    /* For dropdown menu hover */
    .dropdown:hover > .dropdown-menu {
        display: block; 
     margin-top: 0; 
     } 


     #CH-Repo-content-row, #CH-Repo-content-row-2{         
        background-color: white;
       margin:0;
       padding-left: 4em ; 
       padding-right: 4em ;
    }

    /*------------------------------------------------------------------------------------- Main Page (INDEX.HTML) --------------------------------------------------------------  */

.cardAssemble{
       text-align: center;
     }
     .cardAssemble a{text-decoration: none;}
     .cardAssemble a:hover{text-decoration: none;}
     #index-img-1{
        display: block;
        position: relative;
        transition: all ease-in-out 3s;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: -webkit-fill-available; */
        width: 100%;
        height: 100%;
        /* transform: translate(-50%,-50%); */
        background-image: url("../images/dev/dev-6.jpg");   
     }

     #index-img-1:hover{
        background-position: bottom;
        transition: all ease-in-out 3s;
        background-color: rgba(255, 255, 255, 0.72);
     }
     #index-img-2{
        display: block;
        position: relative;
        transition: all ease-in-out 3s;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: -webkit-fill-available; */
        width: 100%;
        height: 100%;
        /* transform: translate(-50%,-50%); */
        background-image: url("../images/design/d-1.jpg");   
     }

     #index-img-2:hover{
        background-position: bottom;
        transition: all ease-in-out 3s;
        background-color: rgba(255, 255, 255, 0.72);
     }
     #index-img-3{
        display: block;
        position: relative;
        transition: all ease-in-out 3s;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: -webkit-fill-available; */
        width: 100%;
        height: 100%;
        /* transform: translate(-50%,-50%); */
        background-image: url("../images/seo/seo-1.jpg");   
     }

     #index-img-3:hover{
        background-position: bottom;
        transition: all ease-in-out 3s;
        background-color: rgba(255, 255, 255, 0.72);
     }
     #index-img-4{
        display: block;
        position: relative;
        transition: all ease-in-out 3s;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: -webkit-fill-available; */
        width: 100%;
        height: 100%;
        /* transform: translate(-50%,-50%); */
        background-image: url("../images/marketing/mar-3.jpg");   
     }

     #index-img-4:hover{
        background-position: bottom;
        transition: all ease-in-out 3s;
        background-color: rgba(255, 255, 255, 0.72);
     }
     #index-img-5{
        display: block;
        position: relative;
        transition: all ease-in-out 3s;
        background-position: center top;
        background-size: cover;
        background-repeat: no-repeat;
        /* height: -webkit-fill-available; */
        width: 100%;
        height: 100%;
        /* transform: translate(-50%,-50%); */
        background-image: url("../images/resources/digital-resources.jpg");   
     }

     #index-img-5:hover{
        background-position: bottom;
        transition: all ease-in-out 3s;
        background-color: rgba(255, 255, 255, 0.72);
     }
    .index-img-preview-button-span{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    visibility: hidden;
       }
    .index-img-preview{
        background: white;
        border: 1px solid #0077C7;
        padding: 0.5em 1em;
        font-size: 0.9em;
        color: #0077C7;   
        visibility: hidden;
    }

#CH-index-card1, #CH-index-card2, #CH-index-card3, #CH-index-card4, #CH-index-card5 {

    width: 20em;
    height: 25em;
    border-radius: 0em !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

    transition: transform .5s ease;
    background-color: white;
    border: 0;
        }  
      /* [3] Finally, transforming the image when container gets hovered */
#CH-index-card1:hover, #CH-index-card2:hover, #CH-index-card3:hover, #CH-index-card4:hover, #CH-index-card5:hover {
          transform: scale(1.05);
          box-shadow: 0 .5rem 2rem rgba(123,190,218,0.5)!important;
          background-color: white;
    }
.CH-index-title-div
{
  background: white;
  padding:0.8em 0.5em;
}
.CH-index-title{
    font-size: 1.1em;
    font-weight: 600;
    color: grey;
}
/*--------------------------------------------------------------------------------------- Development -------------------------------------------------------------  */

.uniqueCards{
    display: block;
    position: relative;
    transition: all ease-in-out 3s;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: -webkit-fill-available; */
    width: 100%;
    height: 100%;
    /* transform: translate(-50%,-50%); */  
 }

 .uniqueCards:hover{
    background-position: bottom;
    transition: all ease-in-out 3s;
    background-color: rgba(255, 255, 255, 0.72);
 }
 #dev-img-1{   background-image: url("../images/dev/dev-6.jpg"); }
 #dev-img-2{   background-image: url("../images/dev/dev-2.png"); }
 #dev-img-3{   background-image: url("../images/dev/dev-5.jpg"); }
 #dev-img-4{   background-image: url("../images/dev/dev-5.jpg"); }
 #pure-ayurveda{   background-image: url("../resources/coding-templates/website/html/Pure Ayurveda/dashboardbanner.jpg"); }
 #my-house{   background-image: url("../resources/coding-templates/website/html/My House Real Estate HTML Template/dashboardbanner.jpeg"); }
#zoner{   background-image: url("../resources/coding-templates/website/html/zoner-real-estate-html-template/dashboardbanner.jpeg"); }



 .dev-img-preview-button-span{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    }
.dev-img-preview{
    background: white;
    border: 1px solid #0077C7;
    padding: 0.5em 0.5em;
    font-size: 0.7em;
    color: #0077C7;   
}
.CH-dev-card{

    width: 15em;
    height: 25em;
    border-radius: 0em !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

    transition: transform .5s ease;
    background-color: white;
    border: 0;
 }      
.CH-dev-card:hover{
        transform: scale(1.05);
        box-shadow: 0 .5rem 2rem rgba(123,190,218,0.5)!important;
        background-color: white;
}
.CH-dev-title-div
{
  background: white;
  padding:0.8em 0.5em;
}
.CH-dev-title{
    font-size: 1.1em;
    font-weight: 600;
    color: grey;
}

/*----------------------------------------------------------------------------------------------- Design------------------------------------------------------------ */

.uniqueCards{
    display: block;
    position: relative;
    transition: all ease-in-out 3s;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: -webkit-fill-available; */
    width: 100%;
    height: 100%;
    /* transform: translate(-50%,-50%); */  
 }

 .uniqueCards:hover{
    background-position: bottom;
    transition: all ease-in-out 3s;
    background-color: rgba(255, 255, 255, 0.72);
 }
 #design-img-1{   background-image: url("../images/design/d-1.jpg"); }
 #design-img-2{   background-image: url("../images/design/d-2.jpg"); }
 #design-img-3{   background-image: url("../images/design/d-1.jpg"); }
 #design-img-4{   background-image: url("../images/design/d-2.jpg"); }

 .design-img-preview-button-span{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    }
.design-img-preview{
    background: white;
    border: 1px solid #0077C7;
    padding: 0.5em 0.5em;
    font-size: 0.7em;
    color: #0077C7;   
}
.CH-design-card{

    width: 15em;
    height: 25em;
    border-radius: 0em !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

    transition: transform .5s ease;
    background-color: white;
    border: 0;
 }      
.CH-design-card:hover{
        transform: scale(1.05);
        box-shadow: 0 .5rem 2rem rgba(123,190,218,0.5)!important;
        background-color: white;
}
.CH-design-title-div
{
  background: white;
  padding:0.8em 0.5em;
}
.CH-design-title{
    font-size: 1.1em;
    font-weight: 600;
    color: grey;
}

/*---------------------------------------------------------------------------------------------- SEO---------------------------------------------------------------------- */
.uniqueCards{
    display: block;
    position: relative;
    transition: all ease-in-out 3s;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: -webkit-fill-available; */
    width: 100%;
    height: 100%;
    /* transform: translate(-50%,-50%); */  
 }

 .uniqueCards:hover{
    background-position: bottom;
    transition: all ease-in-out 3s;
    background-color: rgba(255, 255, 255, 0.72);
 }
 #seo-img-1{   background-image: url("../images/seo/pdf-thumbs/Backlinko_Ways-To_improve-Traffic.png"); }
 #seo-img-2{   background-image: url("../images/seo/pdf-thumbs/ClickMinded_SEO_Checklist.png"); }
 #seo-img-3{   background-image: url("../images/seo/pdf-thumbs/moz_Optimized_Featured_Snippets.png"); }
 #seo-img-4{   background-image: url("../images/seo/pdf-thumbs/REPOSITORY_SNIPPETS.png"); }
 #seo-img-5{   background-image: url("../images/seo/pdf-thumbs/search-engine-optimization-starter-guide.png"); }
 #seo-img-6{   background-image: url("../images/seo/pdf-thumbs/The_ClickMinded_SEO_Handbook.png"); }
 #seo-img-7{   background-image: url("../images/seo/pdf-thumbs/WBE-Website-Building-Checklist.png"); }
 #seo-img-8{   background-image: url("../images/seo/pdf-thumbs/8-10-Advanced-SEO-Techniques.png"); }
 #seo-img-9{   background-image: url("../images/seo/pdf-thumbs/9-Building-Backlinks.png"); }
 #seo-img-10{   background-image: url("../images/seo/pdf-thumbs/10-Content-Marketing-certification-Workbook-HubSpot.png"); }
 #seo-img-11{   background-image: url("../images/seo/pdf-thumbs/11-introduction-to-seo-ebook.png"); }
 #seo-img-12{   background-image: url("../images/seo/pdf-thumbs/12-ranking.png"); }
 #seo-img-13{   background-image: url("../images/seo/pdf-thumbs/13-SEO-Guide-Basic.png"); }
 #seo-img-14{   background-image: url("../images/seo/pdf-thumbs/14-SEO-Training-Course.png"); }

 .seo-img-preview-button-span{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    }
.seo-img-preview{
    background: white;
    border: 1px solid #0077C7;
    padding: 0.5em 0.5em;
    font-size: 0.7em;
    color: #0077C7;   
}
.CH-seo-card{

    width: 15em;
    height: 25em;
    border-radius: 0em !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

    transition: transform .5s ease;
    background-color: white;
    border: 0;
 }      
.CH-seo-card:hover{
        transform: scale(1.05);
        box-shadow: 0 .5rem 2rem rgba(123,190,218,0.5)!important;
        background-color: white;
}
.CH-seo-title-div
{
  background: white;
  padding:0.8em 0.5em;
}
.CH-seo-title{
    font-size: 1.1em;
    font-weight: 600;
    color: grey;
}

/*------------------------------------------------------------------------------------------- Marketing------------------------------------------------------------------- */
.uniqueCards{
    display: block;
    position: relative;
    transition: all ease-in-out 3s;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: -webkit-fill-available; */
    width: 100%;
    height: 100%;
    /* transform: translate(-50%,-50%); */  
 }

 .uniqueCards:hover{
    background-position: bottom;
    transition: all ease-in-out 3s;
    background-color: rgba(255, 255, 255, 0.72);
 }
 #mark-img-1{   background-image: url("../images/marketing/mar-1.jpg"); }
 #mark-img-2{   background-image: url("../images/marketing/mar-2.jpg"); }
 #mark-img-3{   background-image: url("../images/marketing/mar-3.jpg"); }
 #mark-img-4{   background-image: url("../images/marketing/mar-1.jpg"); }

 .mark-img-preview-button-span{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    }
.mark-img-preview{
    background: white;
    border: 1px solid #0077C7;
    padding: 0.5em 0.5em;
    font-size: 0.7em;
    color: #0077C7;   
}
.CH-mark-card{

    width: 15em;
    height: 25em;
    border-radius: 0em !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

    transition: transform .5s ease;
    background-color: white;
    border: 0;
 }      
.CH-mark-card:hover{
        transform: scale(1.05);
        box-shadow: 0 .5rem 2rem rgba(123,190,218,0.5)!important;
        background-color: white;
}
.CH-mark-title-div
{
  background: white;
  padding:0.8em 0.5em;
}
.CH-mark-title{
    font-size: 1.1em;
    font-weight: 600;
    color: grey;
}
/*----------------------------------------------------------------------------------------------------- Resources------------------------------------------------------------------ */

.resourceCards{
    display: block;
    position: relative;
    transition: all ease-in-out 3s;
    background-position: center top;
    background-repeat: no-repeat;
    /* height: -webkit-fill-available; */
    width: 100%;
    height: 100%;
    /* transform: translate(-50%,-50%); */  
 }
 .UCresources{background-size: contain;}

 .resourceCards:hover{
    background-position: top;
    transition: all ease-in-out 3s;
    background-color: rgba(255, 255, 255, 0.72);
 }
 #resources-img-1{   background-image: url("../images/resources/folder.png"); }
 #resources-img-2{   background-image: url("../images/resources/folder.png"); }
 #resources-img-3{   background-image: url("../images/resources/folder.png"); }
 #resources-img-4{   background-image: url("../images/resources/folder.png"); }

 .resources-img-preview-button-span{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    }
.resources-img-preview{
    background: white;
    border: 1px solid #0077C7;
    padding: 0.5em 0.5em;
    font-size: 0.7em;
    color: #0077C7;   
}
.CH-resources-card{

    width: auto;
    height: 12em;
    border-radius: 0em !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

    transition: transform .5s ease;
    background-color: white;
    border: 0;
 }      
/* .CH-resources-card:hover{
        transform: scale(1.05);
        box-shadow: 0 .5rem 2rem rgba(123,190,218,0.1)!important;
        background-color: white;
} */
.CH-resources-title-div
{
  background: white;
  padding:0.8em 0.5em;
}
.CH-resources-title{
    font-size: 1.1em;
    font-weight: 600;
    color: grey;
}
   
    .chLogo{
        width:20px;
        height: 20px;
        /* background-color:grey; */
        }
        .bootomCH
        {
            color: grey;
            text-decoration: none
        }
    
        #poweredByText{
            text-align: center;
            margin-top: 3em;
            letter-spacing: 0.5px;
            color: grey;
            }
        #poweredByText a:hover
        {
            color: grey;
            text-decoration: none;
        }
/* ---------------------------------------------------------------------COMMON BLOCK---------------------------------------------------- */
       #commonBlock
        {
            background-color: white;
            padding: 0px 20px 0px 15px;
            margin: 20px 0px 0px 80px;
            position: absolute;
        }
     
 /* --------------------------------------------------------About.html-------------------------------------------- */
        
        #imgGallery-about{
            background-image: url("../images/h-bg.png");   
            background-repeat: no-repeat;                 
            background-size: cover;
            height: 400px;  
            margin-left: 0px;
            margin-right: 0px; 
            width:100%;
        }
        #common-Image-HeaderStyle-ABOUT
        {
        margin: 0px 0px 0px 0px;
        padding: 10em 0px 0px 0px;
        text-align: center;
        letter-spacing: 1px;
        }
        #common-Image-Title-ABOUT{
            font-size: 3em;
            font-weight:700;
            color:#0077C7;
        }
    
/* --------------------------------------------------------------------------CONTENT - dev - Html & css.html----------------------------------------------------- */
            #row-htmlcss-col-1 h3{
                text-align: center;
            }
            .htmlcss-code-div{
            background-color: #f5f5f5;
            padding: 2em 2em;
            margin: 0em 6em;
            border: 2px solid #ccc;
            border-radius: 1em;
            }

            .htmlcss-note-div{
            margin: 1em 8em;
            padding: 0em 0em;
            font-size: 0.8em;
            }

 /*--------------------------------------------------------------------------CONTENT - RESOURCES - magazines.html-----------------------------------------  */

        .uniqueCards{
            display: block;
            position: relative;
            transition: all ease-in-out 3s;
            background-position: center top;
            background-size: cover;
            background-repeat: no-repeat;
            /* height: -webkit-fill-available; */
            width: 100%;
            height: 100%;
            /* transform: translate(-50%,-50%); */  
        }
        
        .uniqueCards:hover{
            background-position: bottom;
            transition: all ease-in-out 3s;
            background-color: rgba(255, 255, 255, 0.72);
        }
        #magazine-img-1{   background-image: url("../images/resources/magazine-thumb/Computer_Shopper_January_2020.png"); }
        #magazine-img-2{   background-image: url("../images/resources/magazine-thumb/Custom_PC_January_2020.png"); }
        #magazine-img-3{   background-image: url("../images/resources/magazine-thumb/PC_Pro_January_2020.png"); }
        #magazine-img-4{   background-image: url("../images/resources/magazine-thumb/Tech_Advisor_February_2020.png"); }
        #magazine-img-5{   background-image: url("../images/resources/magazine-thumb/2019-12-01_Indian_Management.png"); }
        #magazine-img-6{   background-image: url("../images/resources/magazine-thumb/Computeractive_17.12.19.png"); }
        #magazine-img-7{   background-image: url("../images/resources/magazine-thumb/ET_Wealth_02-08_December_2019.png"); }
        #magazine-img-8{   background-image: url("../images/resources/magazine-thumb/Forbes_India_06.12.19.png"); }
        #magazine-img-9{   background-image: url("../images/resources/magazine-thumb/MaximumPC.Holiday.2019.png"); }
        #magazine-img-10{   background-image: url("../images/resources/magazine-thumb/Photoshop_elements_manual-v19-2019.png"); }
        #magazine-img-11{   background-image: url("../images/resources/magazine-thumb/WebUser_26_November_2019.png"); }
        #magazine-img-12{   background-image: url("../images/resources/magazine-thumb/Webuser_12.11.2019.png"); }
        

        .magazine-img-preview-button-span{
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            position: absolute;
            }
        .magazine-img-preview{
            background: white;
            border: 1px solid #0077C7;
            padding: 0.5em 0.5em;
            font-size: 0.7em;
            color: #0077C7;   
        }
        .CH-magazine-card{

            width: 15em;
            height: 25em;
            border-radius: 0em !important;
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

            transition: transform .5s ease;
            background-color: white;
            border: 0;
        }      
        .CH-magazine-card:hover{
                transform: scale(1.05);
                box-shadow: 0 .5rem 2rem rgba(123,190,218,0.1)!important;
                background-color: white;
        }
        .CH-magazine-title-div
        {
        background: white;
        padding:0.8em 0.5em;
        }
        .CH-magazine-title{
            font-size: 1.1em;
            font-weight: 600;
            color: grey;
        }

/*--------------------------------------------------------------------------CONTENT - RESOURCES - books.html-----------------------------------------  */

        .uniqueCards{
            display: block;
            position: relative;
            transition: all ease-in-out 3s;
            background-position: center top;
            background-size: cover;
            background-repeat: no-repeat;
            /* height: -webkit-fill-available; */
            width: 100%;
            height: 100%;
            /* transform: translate(-50%,-50%); */  
        }

        .uniqueCards:hover{
            background-position: bottom;
            transition: all ease-in-out 3s;
            background-color: rgba(255, 255, 255, 0.72);
        }
        #books-img-1{   background-image: url("../images/resources/books-thumb/How_I_learnt_to_Speak_in_Englis_Neetu_Sugandh.png"); }

        .books-img-preview-button-span{
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            position: absolute;
            }
        .books-img-preview{
            background: white;
            border: 1px solid #0077C7;
            padding: 0.5em 0.5em;
            font-size: 0.7em;
            color: #0077C7;   
        }
        .CH-books-card{

            width: 15em;
            height: 25em;
            border-radius: 0em !important;
            box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

            transition: transform .5s ease;
            background-color: white;
            border: 0;
        }      
        .CH-books-card:hover{
                transform: scale(1.05);
                box-shadow: 0 .5rem 2rem rgba(123,190,218,0.1)!important;
                background-color: white;
        }
        .CH-books-title-div
        {
        background: white;
        padding:0.8em 0.5em;
        }
        .CH-books-title{
            font-size: 1.1em;
            font-weight: 600;
            color: grey;
        }

/*--------------------------------------------------------------------------CONTENT - RESOURCES - Audio.html-----------------------------------------  */
            #audio-row-1{margin:0em 4em};

            
         
}

/* --------------------------------------------------------------------------------MEDIA 992 to 1200 PX --------------------------------------------------------*/
/* ------------------------------------------------------------INDEX.html ----------------------------------------------*/
@media screen and (min-width: 992px) and (max-width: 1200px)
{

     #NavbarBlockCommon
    {
        background-color: white;
        padding: 0px 20px 0px 15px;
        margin: 20px 0px 0px 80px;
        position: absolute;
    }
    #navBarNewCommon
    {
        /* margin: 30px 100px 30px 100px; */
        /* ---------------------------------- */
        /* margin: 0px 100px 30px 100px; */
        color: white;
        /* margin: 50px 100px 30px 100px; */
        margin: 0px 100px 30px 0px;
        /* padding: 0px 0px 0px 100px; */
        padding: 25px 0px 25px 70px;
        /* ----------------------------------- */
        position: fixed;  
        /* top: 50px; */
        top: 0px;
        /* width: 85%; */
        width: 100%;
        display: flex;
        transition: top 0.3s;
        /* background-color: #ffffff!important; */
        background-color: transparent;
        /* border: 2px solid lightgray; */
        border: none;
        background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) transparent;      
    }
    nav.navbar { 
        max-height: 70px;
        overflow: visible;
    }
     #Nav_Header_1_col_logo
     { 
       padding-left: 2em;	
     } 
    #header_logo_Common
    {
        height: 20px;
        width: auto;
    }
    #Nav_Header_2_col_text
    {
        margin-top: 10px;
    }
    #Nav_Header_text_1
    {
        font-weight: 700;
        font-size: 2.1em;	
        color: white;
    }
    #Nav_Header_text_2
    {
        font-weight: 300;
        font-size: x-large;
        color: white;
    }
    #NavBar_Header_Toggler{padding-left: 12em;}    
    #NavBar_Header_Toggler a.links
     {
    
        float: left;
        color: white;
        text-align: center;
        /* padding: 30px 15px 26px 20px; */
        /* padding: 20px 50px 30px 14px; */
        padding: 10px 15px 10px 15px;
        /* margin: 0px 0px 0px 5px; */
        margin: 0px 1em 0px 1em;
        text-decoration: none;
        font-size: 14px; 
        line-height: 13px;
        /* border-right: 1.3px solid #f2f2f2; */
        border-right: none;
        letter-spacing: 0px;
      }
     #linkContact{
        border-right: none !important;
    }
    #NavBar_Header_Toggler a:hover {  
        background-color: white;
        border-top-right-radius: 200px 200px;
        border-bottom-right-radius: 200px 200px;
        border-top-left-radius: 200px 200px;
        border-bottom-left-radius: 200px 200px;
        color: #6d2ec0 !important;
        text-decoration: none;
        font-weight:600;
         /* color: linear-gradient(315deg, #ff1a1a 0%, #ffff00 74%); */
    }
    
    
    
    /* ------------------------------------------ */
      .header {
        position: absolute;
      overflow: hidden;
      background-color: white;  
      padding: 5px 0px 0px 0px;
      margin: 50px 0px 0px 0px;
    }
    #rowOfHeader{
        margin-left: 20px;
        padding-left : 20px;
    } 
    
    .dropdown-menu
    {
        padding: 0.5em 1em ! important;
        /* margin: 0.9em 0 0 ! important; */
        /* ------------------------- */
        /*margin: 0.4em 0 0 ! important;*/
            margin: -1px 0 0 0 ! important;
        background-color: #efefef ! important;
        border: 1px solid #f8f9fa ! important;
        border-radius: 0em ! important;
        font-size: 14px ! important;
    }
    .dropdown-item
    {   padding : 0.75em 0em 0.5em 0em ! important;
        font-weight: 400 ! important;
        border-bottom: 1px solid #f1f3f5 ! important;
        background-color: transparent!important;
    }
    /* For dropdown menu hover */
    .dropdown:hover > .dropdown-menu {
        display: block; 
     margin-top: 0; 
     } 
    
  
    .chLogo{
        width:20px;
        height: 20px;
        /* background-color:grey; */
        }
        .bootomCH
        {
            color: grey;
            text-decoration: none
        }
      
        #poweredByText{
            text-align: center;
            margin-top: 3em;
            letter-spacing: 0.5px;
            }
        #poweredByText a:hover
        {
            color: grey;
            text-decoration: none;
        }
/* ---------------------------------------------------------------------COMMON BLOCK---------------------------------------------------- */
       #commonBlock
        {
            background-color: white;
            padding: 0px 20px 0px 15px;
            margin: 20px 0px 0px 80px;
            position: absolute;
        }
      
 /* --------------------------------------------------------About.html-------------------------------------------- */
        
        #imgGallery-about{
            background-image: url("../images/about.jpg");   
            background-repeat: no-repeat;                 
            background-size: cover;
            height: 400px;  
            margin-left: 0px;
            margin-right: 0px; 
            width:100%;
        }
        #common-Image-HeaderStyle-ABOUT
        {
        margin: 0px 0px 0px 0px;
        padding: 13em 0px 0px 0px;
        text-align: center;
        letter-spacing: 1px;
        }
      
        

}

/* -----------------------------------------------------------------------------------MEDIA 768 to 991 PX --------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 991px)
{
   
    #NavbarBlockCommon
    {
        background-color: white;
        padding: 0px 20px 0px 15px;
        margin: 20px 0px 0px 80px;
        position: absolute;
    }
    #navBarNewCommon
    {
        /* margin: 30px 100px 30px 100px; */
        /* ---------------------------------- */
        /* margin: 0px 100px 30px 100px; */
        color: white;
        /* margin: 50px 100px 30px 100px; */
        margin: 0px 100px 30px 0px;
        /* padding: 0px 0px 0px 100px; */
        padding: 25px 0px 25px 0px;
        /* ----------------------------------- */
        position: fixed;  
        /* top: 50px; */
        top: 0px;
        /* width: 85%; */
        width: 100%;
        display: flex;
        transition: top 0.3s;
        /* background-color: #ffffff!important; */
        background-color: transparent;
        /* border: 2px solid lightgray; */
        border: none;
        background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) transparent;      
    }
    nav.navbar { 
        max-height: 170px;
        overflow: visible;
    }
     #Nav_Header_1_col_logo
     { 
       padding-left: 2em;	
     } 
    #header_logo_Common
    {
        height: 15px;
        width: auto;
    }
    #Nav_Header_2_col_text
    {
        margin-top: 10px;
    }
    #Nav_Header_text_1
    {
        font-weight: 700;
        font-size: 2.1em;	
        color: white;
    }
    #Nav_Header_text_2
    {
        font-weight: 300;
        font-size: x-large;
        color: white;
    }
    #NavBar_Header_Toggler{
        padding-left: 3em;
        background-color: black;
        margin-top: 1em;
    }    
    #NavBar_Header_Toggler a.links
     {
    
        float: left;
        color: white;
        text-align: center;
        /* padding: 30px 15px 26px 20px; */
        /* padding: 20px 50px 30px 14px; */
        padding: 20px 15px 20px 15px;
        /* margin: 0px 0px 0px 5px; */
        margin: 0px 1em 0px 1em;
        text-decoration: none;
        font-size: 14px; 
        line-height: 13px;
        /* border-right: 1.3px solid #f2f2f2; */
        border-right: none;
        letter-spacing: 0px;
      }
     #linkContact{
        border-right: none !important;
    }
    #NavBar_Header_Toggler a:hover {  
        background-color: white;
        border-top-right-radius: 100px 100px;
        border-bottom-right-radius: 100px 100px;
        border-top-left-radius: 100px 100px;
        border-bottom-left-radius: 100px 100px;
        color: #6d2ec0 !important;
        text-decoration: none;
        font-weight:600;
         /* color: linear-gradient(315deg, #ff1a1a 0%, #ffff00 74%); */
    }
    
    
    
    /* ------------------------------------------ */
      .header {
        position: absolute;
      overflow: hidden;
      background-color: white;  
      padding: 5px 0px 0px 0px;
      margin: 50px 0px 0px 0px;
    }
    #rowOfHeader{
        margin-left: 20px;
        padding-left : 20px;
    } 
    
    .dropdown-menu
    {
        padding: 0.5em 1em ! important;
        /* margin: 0.9em 0 0 ! important; */
        /* ------------------------- */
        /*margin: 0.4em 0 0 ! important;*/
            margin: -1px 0 0 0 ! important;
        background-color: #efefef ! important;
        border: 1px solid #f8f9fa ! important;
        border-radius: 0em ! important;
        font-size: 14px ! important;
    }
    .dropdown-item
    {   padding : 0.75em 0em 0.5em 0em ! important;
        font-weight: 400 ! important;
        border-bottom: 1px solid #f1f3f5 ! important;
        background-color: transparent!important;
    }
    /* For dropdown menu hover */
    .dropdown:hover > .dropdown-menu {
        display: block; 
     margin-top: 0; 
     } 
    
   
    .chLogo{
        width:20px;
        height: 20px;
        /* background-color:grey; */
        }
        .bootomCH
        {
            color: grey;
            text-decoration: none
        }
     
        #poweredByText{
            text-align: center;
            margin-top: 3em;
            letter-spacing: 0.5px;
            }
        #poweredByText a:hover
        {
            color: grey;
            text-decoration: none;
        }
/* ---------------------------------------------------------------------COMMON BLOCK---------------------------------------------------- */
       #commonBlock
        {
            background-color: white;
            padding: 0px 20px 0px 15px;
            margin: 20px 0px 0px 80px;
            position: absolute;
        }
      
        
        #imgGallery-about{
            background-image: url("../images/about.jpg");   
            background-repeat: no-repeat;                 
            background-size: cover;
            height: 400px;  
            margin-left: 0px;
            margin-right: 0px; 
            width:100%;
        }
        #common-Image-HeaderStyle-ABOUT
        {
        margin: 0px 0px 0px 0px;
        padding: 13em 0px 0px 0px;
        text-align: center;
        letter-spacing: 1px;
        }
     

}
/* -----------------------------------------------------------MEDIA 577 to 767 PX --------------------------------------------------------*/
@media screen and (min-width: 577px) and (max-width: 767px)
{
    
    #NavbarBlockCommon
    {
        background-color: white;
        padding: 0px 20px 0px 15px;
        margin: 20px 0px 0px 80px;
        position: absolute;
    }
    #navBarNewCommon
    {
        /* margin: 30px 100px 30px 100px; */
        /* ---------------------------------- */
        /* margin: 0px 100px 30px 100px; */
        color: white;
        /* margin: 50px 100px 30px 100px; */
        margin: 0px 100px 30px 0px;
        /* padding: 0px 0px 0px 100px; */
        padding: 25px 0px 25px 0px;
        /* ----------------------------------- */
        position: fixed;  
        /* top: 50px; */
        top: 0px;
        /* width: 85%; */
        width: 100%;
        display: flex;
        transition: top 0.3s;
        /* background-color: #ffffff!important; */
        background-color: transparent;
        /* border: 2px solid lightgray; */
        border: none;
        background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) transparent;      
    }
    nav.navbar { 
        max-height: 170px;
        overflow: visible;
    }
     #Nav_Header_1_col_logo
     { 
       padding-left: 2em;	
     } 
    #header_logo_Common
    {
        height: 15px;
        width: auto;
    }
    #Nav_Header_2_col_text
    {
        margin-top: 10px;
    }
    #Nav_Header_text_1
    {
        font-weight: 700;
        font-size: 2.1em;	
        color: white;
    }
    #Nav_Header_text_2
    {
        font-weight: 300;
        font-size: x-large;
        color: white;
    }
    #NavBar_Header_Toggler{
        padding-left: 3em;
        background-color: black;
        margin-top: 1em;
    }    
    #NavBar_Header_Toggler a.links
     {
    
        float: left;
        color: white;
        text-align: center;
        /* padding: 30px 15px 26px 20px; */
        /* padding: 20px 50px 30px 14px; */
        padding: 20px 15px 20px 15px;
        /* margin: 0px 0px 0px 5px; */
        margin: 0px 1em 0px 1em;
        text-decoration: none;
        font-size: 14px; 
        line-height: 13px;
        /* border-right: 1.3px solid #f2f2f2; */
        border-right: none;
        letter-spacing: 0px;
      }
     #linkContact{
        border-right: none !important;
    }
    #NavBar_Header_Toggler a:hover {  
        background-color: white;
        border-top-right-radius: 100px 100px;
        border-bottom-right-radius: 100px 100px;
        border-top-left-radius: 100px 100px;
        border-bottom-left-radius: 100px 100px;
        color: #6d2ec0 !important;
        text-decoration: none;
        font-weight:600;
         /* color: linear-gradient(315deg, #ff1a1a 0%, #ffff00 74%); */
    }
    
    
    
    /* ------------------------------------------ */
      .header {
        position: absolute;
      overflow: hidden;
      background-color: white;  
      padding: 5px 0px 0px 0px;
      margin: 50px 0px 0px 0px;
    }
    #rowOfHeader{
        margin-left: 20px;
        padding-left : 20px;
    } 
    
    .dropdown-menu
    {
        padding: 0.5em 1em ! important;
        /* margin: 0.9em 0 0 ! important; */
        /* ------------------------- */
        /*margin: 0.4em 0 0 ! important;*/
            margin: -1px 0 0 0 ! important;
        background-color: #efefef ! important;
        border: 1px solid #f8f9fa ! important;
        border-radius: 0em ! important;
        font-size: 14px ! important;
    }
    .dropdown-item
    {   padding : 0.75em 0em 0.5em 0em ! important;
        font-weight: 400 ! important;
        border-bottom: 1px solid #f1f3f5 ! important;
        background-color: transparent!important;
    }
    /* For dropdown menu hover */
    .dropdown:hover > .dropdown-menu {
        display: block; 
     margin-top: 0; 
     } 
    
 
    .chLogo{
        width:20px;
        height: 20px;
        /* background-color:grey; */
        }
        .bootomCH
        {
            color: grey;
            text-decoration: none
        }
     
        #poweredByText{
            text-align: center;
            margin-top: 3em;
            letter-spacing: 0.5px;
            }
        #poweredByText a:hover
        {
            color: grey;
            text-decoration: none;
        }
/* ---------------------------------------------------------------------COMMON BLOCK---------------------------------------------------- */
       #commonBlock
        {
            background-color: white;
            padding: 0px 20px 0px 15px;
            margin: 20px 0px 0px 80px;
            position: absolute;
        }
    
        #common-Image-HeaderStyle-ABOUT
        {
        margin: 0px 0px 0px 0px;
        padding: 13em 0px 0px 0px;
        text-align: center;
        letter-spacing: 1px;
        }
        #common-Image-Title-ABOUT{            
            font-size: 1.5em;
            font-weight: 600;
            color: white;
            text-align: center;
            letter-spacing: 0.5px;
            padding-bottom: 0.5em;
        }
   


}
/* -----------------------------------------------------------------------------------MEDIA 320 to 576 PX --------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 576px)
{
     
        #NavbarBlockCommon
        {
            background-color: white;
            padding: 0px 20px 0px 15px;
            margin: 20px 0px 0px 80px;
            position: absolute;
        }
        #navBarNewCommon
        {
            /* margin: 30px 100px 30px 100px; */
            /* ---------------------------------- */
            /* margin: 0px 100px 30px 100px; */
            color: white;
            /* margin: 50px 100px 30px 100px; */
            margin: 0px 100px 30px 0px;
            /* padding: 0px 0px 0px 100px; */
            padding: 25px 0px 25px 0px;
            /* ----------------------------------- */
            position: fixed;  
            /* top: 50px; */
            top: 0px;
            /* width: 85%; */
            width: 100%;
            display: flex;
            transition: top 0.3s;
            /* background-color: #ffffff!important; */
            background-color: transparent;
            /* border: 2px solid lightgray; */
            border: none;
            background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)) transparent;      
        }
        nav.navbar { 
            max-height: 170px;
            overflow: visible;
        }
         #Nav_Header_1_col_logo
         { 
           padding-left: 2em;	
         } 
        #header_logo_Common
        {
            height: 15px;
            width: auto;
        }
        #Nav_Header_2_col_text
        {
            margin-top: 10px;
        }
        #Nav_Header_text_1
        {
            font-weight: 700;
            font-size: 2.1em;	
            color: white;
        }
        #Nav_Header_text_2
        {
            font-weight: 300;
            font-size: x-large;
            color: white;
        }
        #NavBar_Header_Toggler{
            padding-left: 3em;
            background-color: black;
            margin-top: 1em;
        }    
        #NavBar_Header_Toggler a.links
         {
        
            float: left;
            color: white;
            text-align: center;
            /* padding: 30px 15px 26px 20px; */
            /* padding: 20px 50px 30px 14px; */
            padding: 20px 15px 20px 15px;
            /* margin: 0px 0px 0px 5px; */
            margin: 0px 1em 0px 1em;
            text-decoration: none;
            font-size: 14px; 
            line-height: 13px;
            /* border-right: 1.3px solid #f2f2f2; */
            border-right: none;
            letter-spacing: 0px;
          }
         #linkContact{
            border-right: none !important;
        }
        #NavBar_Header_Toggler a:hover {  
            background-color: white;
            border-top-right-radius: 100px 100px;
            border-bottom-right-radius: 100px 100px;
            border-top-left-radius: 100px 100px;
            border-bottom-left-radius: 100px 100px;
            color: #6d2ec0 !important;
            text-decoration: none;
            font-weight:600;
             /* color: linear-gradient(315deg, #ff1a1a 0%, #ffff00 74%); */
        }
        
        
        
        /* ------------------------------------------ */
          .header {
            position: absolute;
          overflow: hidden;
          background-color: white;  
          padding: 5px 0px 0px 0px;
          margin: 50px 0px 0px 0px;
        }
        #rowOfHeader{
            margin-left: 20px;
            padding-left : 20px;
        } 
        
        .dropdown-menu
        {
            padding: 0.5em 1em ! important;
            /* margin: 0.9em 0 0 ! important; */
            /* ------------------------- */
            /*margin: 0.4em 0 0 ! important;*/
                margin: -1px 0 0 0 ! important;
            background-color: #efefef ! important;
            border: 1px solid #f8f9fa ! important;
            border-radius: 0em ! important;
            font-size: 14px ! important;
        }
        .dropdown-item
        {   padding : 0.75em 0em 0.5em 0em ! important;
            font-weight: 400 ! important;
            border-bottom: 1px solid #f1f3f5 ! important;
            background-color: transparent!important;
        }
        /* For dropdown menu hover */
        .dropdown:hover > .dropdown-menu {
            display: block; 
         margin-top: 0; 
         } 
        
  
        .chLogo{
            width:20px;
            height: 20px;
            /* background-color:grey; */
            }
            .bootomCH
            {
                color: grey;
                text-decoration: none
            }        
            #poweredByText{
                text-align: center;
                margin-top: 3em;
                letter-spacing: 0.5px;
                font-size: 0.8em;
                }
            #poweredByText a:hover
            {
                color: grey;
                text-decoration: none;
            }
    /* ---------------------------------------------------------------------COMMON BLOCK---------------------------------------------------- */
           #commonBlock
            {
                background-color: white;
                padding: 0px 20px 0px 15px;
                margin: 20px 0px 0px 80px;
                position: absolute;
            }
   
            #common-Image-HeaderStyle-ABOUT
            {
            margin: 0px 0px 0px 0px;
            padding: 13em 0px 0px 0px;
            text-align: center;
            letter-spacing: 1px;
            }
            #common-Image-Title-ABOUT{            
                font-size: 1.5em;
                font-weight: 600;
                color: white;
                text-align: center;
                letter-spacing: 0.5px;
                padding-bottom: 0.5em;
            }
         
}
