*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
body{
    background-image: url(https://tamilglitz.in/wp-content/uploads/2015/06/tginbg_bg-compressor-1.jpg);
    background-attachment: fixed;
    color: #3a3a3a;
}
.img-fluid{
    width: 100%;
    height: auto;
}
/*HEAD*/
header{
    background-color: #0a0a0a;
    color: #fff !important;
    border-top: 0.5px solid #d4d7d8;
    z-index: 999;
    width: 100%;
}

.nav>li>a {
  
    position: relative;
  
color: #fff !important;
transition: all 0.3s linear 0s;
font-size: 15px !important;
font-family: "Roboto",sans-serif;
font-weight: 700;
text-transform: uppercase;
padding-left: 17px !important;
    padding-right: 17px !important;
}
.nav>li>a:hover, .nav>li>a.active{
    color: #ffffff;
                background-color: #159eed !important;
}
/* .navbar{
    margin-bottom: 0px !important;
    background-color: #000000 !important;
} */

.top-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/* banner */
.site-banner{
background-color: #222222;
}
.inner-site{
    text-align: center;
    padding: 10px;
    background-color: #222222;
    color: #ffffff;
}
.inner-site-img{
margin-bottom: 30px;
}
.inner-site h2{
    margin-top: 0px !important;
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
    font-family: "Roboto",sans-serif;
}
.gb-button{
    display: inline-flex;
    padding: 15px 20px;
    background-color: #0366d6;
    color: #fff;

}
.gb-button:hover{
    background-color: #222;
    color: #fff
}
.main-sec{
    padding: 30px 40px 25px 40px;
    background-color: #ffffff;
}

.main-sec h2{
    font-size: 36px;
    font-family: "Roboto",sans-serif;
    text-align: left;
    color: #3a3a3a;
    line-height: 26px;
}

.gb-headline{
font-size: 14px;
    margin-bottom: 5px;
    text-align: left;
    color: #3a3a3a;
}

.main-sec h2 a{
    color: #0a0a0a ;
    font-family: "Roboto",sans-serif;
    font-size: 25px;
    text-align: left;
}
.main-sec a{
    color: #0a0a0a ;
}
.main-sec a:hover{
    color: #159eed;
    text-decoration: none;
}
.readmore-box{
    margin-bottom: 5px 
}
.read-btn{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff !important;
    background-color: #222;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin-top: 3px;
}
.read-btn:hover{
    background-color: #159eed;
}
.main-sec .inner-site{
    text-align: left;
    background-color: #ffffff;
}
.inner-site-img2{
    margin-bottom: 10px;
    }
.main-sec h2 a:hover{
    color:#159eed;
}
.widget-title {
    color: #111010;
    margin: 1em 0;
    font-size: 14px !Important;
    font-family: "Roboto",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.wp-show-posts-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.wp-show-posts-entry-title {
    line-height: 2.5ex;
    height: 5ex;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Roboto",sans-serif;
    font-size: 20px !important;
}

/* footer */
footer{
    color: #fff;
    background-color: #2b2b2b;
}
.footer-widgets-container {
    padding: 40px;
}

.inside-footer-widgets {
    display: flex;
}
.inside-footer-widgets>div {
    flex: 1 1 0%;
}
.footer-widgets .widget {
    font-size: 17px;
}
.footer-widgets .widget-title {
    color: #fbfbfb;
}
.footer-widgets a {
    color: #159eed;
}
.widget ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 0.5em;
    font-size: 17px;
}
footer .widget-title{
    color: #ffffff;
    font-size: 17px !important;
}
.textwidget p{
    font-size: 17px;
}
.inside-site-info {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.inside-site-info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-bar .widget_nav_menu li {
    margin: 0 10px;
    padding: 0;
    list-style-type: none;
    position: relative;
}
.footer-bar .widget_nav_menu li a{
    color: #fbfbfb;
    transition: color .1s ease-in-out,background-color .1s ease-in-out;
}
.widget_nav_menu li a:hover {
text-decoration: none;
    color: #606060
}
.mobile-nav{
    display: none;
}
@media screen and (max-width: 768px)
{
    .overlay a i{
        margin-left: 5px;
    }
    .x-sub-menu {
position: relative;
width: 100%;
    }
    .mobile-nav{
        display: block;
        padding: 15px 0;
        text-align: center;
    } 
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
 .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
   
    text-decoration: none;
    
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 35px;
}
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
    .mob-hide{
        display: none;
    }
    .inside-footer-widgets>div:not(:last-child) {
        margin-bottom: 40px;
    }
    .inside-footer-widgets {
        flex-direction: column;
    }
}


















@media (min-width: 768px) and (max-width: 1024px){ 
  
  
  @media screen and (max-height: 450px) {
  
   
  }
 
  
}