/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 May, 2020, 1:08:55 PM
    Author     : sarika_pc
*/

.WPrograms_Cl
{
    width: 200px;
    height: 250px;
}

.WBanner_Cl
{
    width: 650px;
    /* height: 500px; */
}

.AboutUs_section_Cl {
    position: relative;
    overflow: hidden;
}
.HeadingOfSct_Cl
{    
    line-height: 3em;    
    font-weight: 600;    
    font-family: var(--bodyFont),sans-serif;
    color: var(--black);
    font-size: var(--MediumHeading_FS);    
}
.InnerTxtCol_Cl h2 {
    position: relative;
    color: #333333;
    font-size: var(--MediumHeading_FS);
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 20px;
    margin-bottom: 22px;
}
.InnerTxtCol_Cl h2:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 5px;
    background-color: var(--Secondary_Color);
}
.InnerTxtCol_Cl .Text_Cl {
    position: relative;
    color: #555555;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.Feature-block_Cl {
    position: relative;
    margin-bottom: 20px;
    padding-right: 100px;
}
.Feature-block_Cl .Feature-inner_Cl {
    position: relative;
    padding-bottom: 22px;
    border-bottom: 1px solid #ececec;
}
.Feature-block_Cl .Feature-inner_Cl h3 {
    position: relative;
    font-size: var(--SmallHeading_FS);
    color: #222222;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.Feature-block_Cl .Feature-inner_Cl .Feature-text_Cl 
{
    position: relative;
    color: #555555;
    font-size: var(--Body_FS);
    line-height: 1.8em;
}
.InnerImgCol_Cl
{
    position: relative;
    /* padding-top: 80px; */
}
.InnerImgCol_Cl .AboutBannimage_Cl {
    position: relative;
    margin-left: -100px;
}
.InnerImgCol_Cl .AboutBannimage_Cl img {
    position: relative;
    max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px)
{
    
}
@media only screen and (min-width: 768px) and (max-width: 991.98px)
{
   .Feature-block_Cl 
   {    
        padding-right: 0px;
   }
   .InnerImgCol_Cl .AboutBannimage_Cl 
   {       
        margin-left: 0px;
   }
   .InnerImgCol_Cl .AboutBannimage_Cl img 
   {        
        max-width: 100%;
   }
   .InnerImgCol_Cl
   {        
        padding-top: 60px;
   }
   .InnerTxtCol_Cl h2 
   {
        font-size: var(--MediumHeading_FS);    
   }

}      
@media only screen and (min-width: 576px) and (max-width: 767.98px)
{
    .Feature-block_Cl 
   {    
        padding-right: 0px;
   }
   .InnerImgCol_Cl .AboutBannimage_Cl 
   {       
        margin-left: 0px;
   }
   .InnerImgCol_Cl .AboutBannimage_Cl img 
   {        
        max-width: 100%;
   }
   .InnerImgCol_Cl
   {        
        padding-top: 60px;
   }
   .InnerTxtCol_Cl h2 
   {
        font-size: var(--MediumHeading_FS_Sm);    
   }
}
@media only screen and (min-width: 320px) and (max-width: 575.98px)
{
   .Feature-block_Cl 
   {    
        padding-right: 0px;
   }
   .InnerImgCol_Cl .AboutBannimage_Cl 
   {       
        margin-left: 0px;
   }
   .InnerImgCol_Cl .AboutBannimage_Cl img 
   {        
        max-width: 100%;
   }
   .InnerImgCol_Cl
   {        
        padding-top: 60px;
   }
   .InnerTxtCol_Cl h2 
   {
        font-size: var(--MediumHeading_FS_Sm);    
   }
}

