@font-face {
    font-family:NotoSans-Regular;
    src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
    font-family:Roboto Regular;
    src: url(../fonts/Roboto-Regular_0.ttf);
}
@font-face {
    font-family:Roboto Light;
    src: url(../fonts/Roboto-Light.ttf);
}

:root{
    --shs_1: 2.2rem;
    --shs_2: 2rem;
    --shs_3: 1.8rem;
    --shs_4: 1.6rem;
    --shc_1: #ff6700;
    --shc_2: #333333;
    --shc_3: #ffffff;
    --shc_4: #003366;    
    --main_clr_1:#f5620d;
    --main_clr_2:#3e4095;
    --main_clr_3:#ffffff;
    --main_clr_4:#ee0000;
    --main_clr_5:#1a1d1e;
}

body {
    font-family: NotoSans-Regular;
    font-size:18px;
    columns: #333333;;
    background-color: var(--main_clr_3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,h2,h3,h4,h5,h6,ul,p{margin:0px;padding:0px;}
li{list-style: disc;;}
a{text-decoration:none;transition:all ease-in-out 0.5s;}
a:hover{text-decoration:none;transition:all ease-in-out 0.5s;}

header,nav,section,footer{width:100%;}
section{padding: 30px 0px;}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:NotoSans-Regular;}
ul,label,p{margin:0px;padding:0px;}
.display_none,.dis_n{display:none;}
.st{margin:0px 0px 30px 0px;text-align:justify;}
.st p{margin:0px 0px 20px 0px;}
.st ul{padding: 0px 0px 0px 20px;}
.st ul li{margin: 0px 0px 10px 0px;list-style-type: disc;}
.st p:last-child,.st ul li:last-child{margin:0px;}
.st img{width:100%;}
.shs_1{font-size: var(--shs_1);font-weight: 600; text-transform: uppercase;position: relative;letter-spacing: 2px;}
.shs_2{font-size: var(--shs_2);font-weight: 600;letter-spacing: 2px;}
.shs_3{font-size: var(--shs_3);}
.shs_4{font-size: var(--shs_4);}
.shc_1{color: var(--shc_1);}
.shc_2{color: var(--shc_2);}
.shc_3{color: var(--shc_3);}
.shc_4{color: var(--shc_4);}
.icfa-logo{display:block;margin:auto;width:270px !important;}

/*======================= Fixed Social Icons Start ====================*/
#sticky-social{left:0;position:fixed;z-index:111111;top:215px;}
#sticky-social a{background:#333;color:#fff;display:block;height:35px;line-height:35px;position:relative;text-align:center;width:35px;}
#sticky-social a span {transition:all ease-out 0.5s;line-height:35px;left:-120px;position:absolute;text-align:center;width:120px;}
#sticky-social a:hover span {left: 100%;}

#sticky-social ul li a[class*="instagram"],
#sticky-social ul li a[class*="instagram"]:hover,
#sticky-social ul li a[class*="instagram"] span {  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25); }


#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }
#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }
#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }
#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  
#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; } 
#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }
#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }
#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  
#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }
/*======================= Fixed Social Icons End ====================*/
@media screen and (max-width: 991px){
    .aside {
   
    top: 80% !important;
    left: 30%;
   
}
}