:root {
	--bg-color-lb:#f4f9ff;
	--bg-color-bl:#c3e2ff;
	--bg-color-db:#167cb7;
	--black-color:#000;
	--radius-big: 30px;
	--radius-lg: 20px;
	--radius-md: 15px;
	--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	--t-scale: scale(1.02);
    --h2-heading:300 44px/52px 'Parkinsans';
	--h2-heading-tag:300 44px/52px 'Parkinsans';
}
/* Subpage Banner CSS */
#Banner-Container-S {
	background-size: cover;
}
#Banner-Container-S #Banner {
    height: 525px;
	max-width:1200px;
	margin:0px auto;
	position:relative;
}
/* Navigation CSS */
#Navigation-main {
	border-bottom:1px solid #e8e8e8;
}
.navigation {
    font: 300 14px/20px 'Parkinsans';
    padding: 60px 0px 35px 10px;
	color:#000;
}
.navigation a {
    font-weight: normal;
    color:#949494;
}
/* Text CSS */
.textMain {
    font: normal 16px/26px 'Parkinsans';
    color: #2d2f2f;
}
.flex-div {
	display:flex;
	flex-wrap:wrap;
}
/* Page Not Found */
.notImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px auto;
    text-align: center;
}
.notImg::before {
    font-family: 'fontello';
    line-height: 100px;
    content: '\e817';
}
.textMain .notFound {
    font: normal 20px/30px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 50px 0px;
}
.textMain .notFound h2 {
    font: normal 100px/120px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .notFound h2 span {
    font: normal 50px/60px Verdana, Arial, Helvetica, sans-serif;
}
/* Thank You Page */
.thankImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
    background: #060;
    color: #fff;
    margin: 0px auto;
    text-align: center;
}
.dfw-whitemode .thankImg {
    background: #00e;
    color: #fff;
}
.dfw-blackmode .thankImg {
    background: #fc0;
    color: #000;
}
.thankImg::before {
    font-family: 'fontello';
    line-height: 100px;
    content: '\e813';
}
.textMain .thankYou {
    font: normal 16px/30px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 50px 0px;
}
.textMain .thankYou h2 {
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .thankYou h2 span {
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #060;
}
/*----- Icons -----*/
.pdf-icon::before {
    font-family: 'fontello';
}
.pdf-icon::before {
    content: '\f1c1';
    color: red;
    font-size: 20px;
    margin-right: 10px;
}
.adobe {
    background: url(/images/adobe.png) no-repeat 10px 10px #f8f8f8;
    border: 1px solid #d7d7d7;
    max-width: 450px;
    position: relative;
    font: 400 11px/14px Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 10px 10px 50px;
    z-index: 99;
    margin: 30px 0px 10px 0px;
}
.adobe span {
    font-weight: 600;
    display: block;
}
.textMain .adobeMore {
    background: #e11c23;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font: 600 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .adobeMore a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.textMain .adobeMore a:hover {
    color: #fff;
}
.adobeRec {
    background: #e11c23;
    color: #fff;
    position: absolute;
    top: -26px;
    padding: 5px 15px 5px 25px;
    left: -10px;
}
.adobeRec::before {
    content: '';
    z-index: 2;
    position: absolute;
    bottom: -20px;
    left: 0px;
    border-top: 10px solid #e11c23;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
/* Media Query For Different Screens */
@media screen and (max-width : 1200.99px) {}
@media screen and (max-width : 1199.99px) {}
@media screen and (max-width : 1169.99px) {}
@media screen and (max-width : 1023.99px) {}
@media screen and (max-width : 979.99px) {}
@media screen and (max-width : 767.99px) {}
@media screen and (max-width : 640.99px) {
    #Content,
    #Sidebar {
        display: block;
    }
    #Sidebar {
        margin: 0px auto;
    }
    .contactTable .table-cell {
        display: block;
        width: 100%;
    }
    .contact-address {
        border-radius: 10px 10px 0px 0px;
    }
    .contact-map {
        height: 250px;
        border-radius: 0px 0px 10px 10px;
    }
    .textMain .useFul li {
        width: 95%;
    }
    .textMain .schemaTable .table-cell {
        display: block;
        margin: 0px auto;
    }
}
@media screen and (max-width : 639.99px) {}
@media screen and (max-width : 479.99px) {}
@media screen and (max-width : 359.99px) {}
@media screen and (max-width : 319.99px) {}
