@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: 'Encode Sans', sans-serif;
	}

h1 {
    margin:0;
	padding:0;
	font-family: 'Encode Sans', sans-serif;
    font-size: 200%;
}

h2 {
    margin:0;
	padding:0;
	font-family: 'Encode Sans', sans-serif;
    font-size: 160%;
}

p {
    margin:0;
	padding:0;
	font-family: 'Encode Sans', sans-serif;
    font-size: 120%;
}

img {
	margin:0;
	padding:0;
	border:none;
	width:100%;
	}

/* =============================================== */
/* ======== DIRECTOR starting from Here ========= */

.card-title
{
    font-size: 140%;
    font-weight: 600;
    color:#032855;
    text-align: center;
    padding: 1% 0% 2% 0%;
    margin: 0;
}

.card-text 
{
    font-size: 120%;
    text-align: justify;
}
/* =============================================== */
/* ======== SERVICE starting from Here ========= */
.se_head {
    font-size: 200%;
    font-weight: 600;
    color:#032855;
    padding: 0;
    margin: 0;
}

.se_subhead {
    font-size: 140%;
    color: 032855;
}

.se_runtxt {
    font-size: 100%;
    color: black;
}

.se_runtxt a:link
{
     color: gray;
     font-size: 110%;
     text-decoration: none;
     transition: 300ms;
}

.se_runtxt a:hover
{
     color: #032855;
     font-size: 120%;
     text-decoration: none;
}

/* =============================================== */
/* ======== PROFILE starting from Here ========= */
.pr_head {
    font-size: 200%;
    font-weight: 600;
    color:#032855;
    padding: 0;
    margin: 0;
}

.pr_subhead {
    font-size: 140%;
    color: 032855;
}

.pr_runtxt {
    font-size: 100%;
    color: black;
}

.pr_runtxt a:link
{
     color: gray;
     font-size: 110%;
     text-decoration: none;
     transition: 300ms;
}

.pr_runtxt a:hover
{
     color: #032855;
     font-size: 120%;
     text-decoration: none;
}


/* =============================================== */
/* ======== CLIENTELE starting from Here ========= */
.cl_head {
    font-size: 200%;
    font-weight: 600;
    color:#032855;
    padding: 0;
    margin: 0;
}

.cl_subhead {
    font-size: 140%;
    color: 032855;
}

.cl_country {
    font-size: 140%;
    color:red;
    padding: 2% 0% 0% 0%;
    margin: 0;
}

.cl_runtxt {
    font-size: 100%;
    color: black;
}

.cl_runtxt a:link
{
     color: gray;
     font-size: 110%;
     text-decoration: none;
     transition: 300ms;
}

.cl_runtxt a:hover
{
     color: #032855;
     font-size: 120%;
     text-decoration: none;
}

/* =============================================== */
/* ======== CONTACT starting from Here ========= */
.co_head {
    font-size: 200%;
    font-weight: 600;
    color:#032855;
    padding: 0;
    margin: 0;
}

.co_subhead {
    font-size: 140%;
    color: 032855;
}

.co_runtxt {
    font-size: 100%;
    color: black;
}

.co_runtxt a:link
{
     color: 032855;
     font-size: 110%;
     text-decoration: none;
     transition: 300ms;
}

.co_runtxt a:hover
{
     color: black;
     font-size: 120%;
     text-decoration: none;
}


/* =============================================== */
/* ======== FOOTER starting from Here ========= */
.fo_head {
    font-size: 200%;
    color: white;
}

.fo_subhead {
    font-size: 140%;
    color: white;
}

.fo_runtxt {
    font-size: 100%;
    color: white;
}

.fo_runtxt a:link
{
     color: yellow;
     font-size: 110%;
     text-decoration: none;
     transition: 300ms;
}

.fo_runtxt a:hover
{
     color: white;
     font-size: 120%;
     text-decoration: none;
}


/* =============================================== */

