body {
	background-color: #eee; !important;
}
.container {
	background-color: #eee;
}

#postbody, #widget_code, #footer_code, #header_code, #menus_code, #homepage_code {
	width: 100%;
	height: 250px;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 5px;
}

@media screen and (min-width: 700px){
    .mobile-view{
        display: none;
    }

@media screen and (max-width: 450px){
    .desktop-view{
        display: none;
    }
    .mobile-view{
        html {
    scroll-behavior: smooth;
}

body {
    margin: 0 auto !important; /* whole html content is shown in center */
    text-decoration: none; /* hyperlink underline  - to avoid this - generally done it can be removed */   
    padding-bottom: 4em; /* as footer appears bottom padding has to be 4 em */
	background-color: transparent !important;
	background-image: contain;
    word-break: break-word; /* on overflow breaks the word */
    font-family: var(--theme-color-font);
    color: var(--theme-color-heading); /* text color */
    text-align: var(--theme-text-align); /* text shown in center */
}

@media not all and (max-width: 450px) {
	body {
		max-width: 450px;
	}
}

table {
    width: 100%;
}

a {
    text-decoration: none;
    color: var(--theme-color);
}

.space20 {
    padding-top: 1.2em;
}

/* Copyright css start */
.copyright-wrapper {
    color: rgba(0,0,0, 0.8);
    background-color: #ffffff;
}

.copyright-wrapper-inner {
	font-family: 'Roboto';
    font-size: 10pt;
	text-align: center;
}

.copyright-wrapper a {
    color: var(--theme-color-copyright)!important;
}
/* Copyright css completed */
.HighlightCompany {
    text-decoration: underline;
	color: blue;
}
.page-wrapper {	
  	box-shadow: 1px 2px 15px #48484833;
} 

.middlecontent {
	/* font-size: 0px; */
	padding-top: 0.00%;
	padding-right: 1.00%;
	padding-bottom: 0.00%;
	padding-left: 3.00%;
	
	position: relative; /* related to upper content position */
    background-size: 100% !important;
	background: url('https://drive.google.com/thumbnail?id=1FiJmatKLHSDl0dAX5scisdjHPI0kAyer&sz=w452');
	min-height: 90vh;
	background-size: 100% 100%;	
}
 img[src=""] {
    display: none;
}
.img-responsive
{
	max-width: 50% !important;
	height: auto !important;
}
.img-responsive100
{
	max-width: 100% !important;
	height: 100% !important;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
	font-family:'Public Sans'
}
   
@font-face {
    font-family: "CustomIcons";
    src: url("/icon-font/icons-font.woff") format("woff");
}

.custom-icon {
    font-family: "CustomIcons";
    font-size: 20px;
    color: var(--theme-color);
    font-style: normal;
}

        .link-band {
    text-align: center !important;
    width: 100% !important;
    margin-top: 1em !important;
    color: #000 !important;
}

    .link-band ul {
        list-style: none;
        margin: 0px;
        padding: 0px 3% 0 3%;
    }

    .link-band li {
        list-style: none;
        display: inline;
    }


.link-button {
    padding: 0.4em 0.4em;
    /* border-radius: 50px; */
    min-width: 1em;
    display: inline-block;
    font-size: 1em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    text-align: center;
    background-color: #fff;
    color: var(--theme-color);
    border: none;
    margin-right: 0.3em;
    margin-bottom: 0.7em;
}

.link-band .contact-info-container {
    margin-top: 1.2em !important;
    padding-top: 0.7em;
    width: 75% !important;
    background: #fff !important;
    border-left: 65px solid var(--theme-color);
    padding-right: 0.7em;
    font-size: 0.9em;
    padding-bottom: 0.7em;
}

.link-band .section-header {
    color: #aaa !important;
}

.link-band .contact-info-wrapper .contact-info a {
    color: #000 !important;
}
.section-container {
    text-align: center !important;
}
.separator {
    height: 6%;
    background: url(/images/saparator.png);
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
}
		/* Footer Menu CSS Starts */

/* Footer Common Class is moved to Common CSS */

.footer-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;   
    padding: 0px;
    margin: 0;
    list-style-type: none;
    overflow: auto;
    position: relative;
    background: white;
    display: flex;  
    background-color: white;
}

    .footer-menu li {
        flex: 1;
        min-width: 5em;
    }

    .footer-menu .footer-menu-link {
        display: inline-block;
        width: 100%;
        text-align: center;
        padding: 0.4em;
        box-sizing: border-box;
        color: var(--theme-color);
    }

    .footer-menu .footer-menu-icon {
        font-size: 1.8em;
        margin-bottom: 0px;
        color: var(--theme-color);
    }

    .footer-menu .footer-menu-text {
        font-size: 0.9em;
    }

		/* Modal CSS Start */
/* The Modal CSS (background) */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 5%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 1.2em;
    border: 1px solid #888;
    width: 80%;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    /*var(--theme-color): right;*/
    font-size: 2em;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    }
}

div.gap {
	min-height: 30px;
}

.err {
	color: red;
	font-size: 0.8em;
}


#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#loading {
   /* width: 50px;
    height: 57px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
