/*Global Styles start*/

body {
    /* background-image: url("../images/bgTextureAlpha50.jpg"); */
    background-color: #D6D7E4;
    font-family: Tahoma, sans-serif;
}

h1 {
    font-size: 30pt;
}
h2 {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 26pt;
}
h3 {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 24pt;
}
h4 {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 22pt;
}
h5 {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-size: 19pt;
}

p {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 18pt;
}

ul {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 18pt;
}

ol {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 18pt;
}
/*Global Styles end*/

/*Welcome Images styles start*/
.welcomeImages {
    margin-top: 75px;
    position: relative;
}
.welcomeImage {
    margin-left: 0;
    width: 100%;
}
/*Welcome Images styles end*/


/*Index Content styles start*/
.indexContent {
    left: 0;
    position: relative;
}

.indexContent h1 {
    text-align: center;
}

.sections img {
    width : 25%;
    margin-left: 6%;
}

.sections p {
    position: relative;
    margin-top: 0;
}

.about img {
    float: right;
    margin-left: 0;
    width: 25%;
    max-width: 300pt;
    border-color: rgba(54, 5, 5, 0.795);
    border-style: solid;
    border-width: 5px;
    margin-right: 10%;
}

.about p {
    position: relative;
}

.clients {
    text-align: center;
}

.clients img {
    width: 16%;
    margin: 4%;
}

.reccomendations h6 {
    margin-left: 10%;
    margin-right: 10%;
}
/* .reccomendations h4{
    margin-left: 15%;
}
 
.reccomendations p{
    font-size: 14;
} */
/*Index Content styles end*/

/*CCC Content styles start*/
.cccTitle {
    position: relative;
}

.cccTitle h1 {
    text-align: center;
}

.cccContent {
    position: relative;
    /* padding-bottom: 200px; */
}

.cccContent h4 {
    position: relative;
}

.cccContent p {
    position: relative;
}

.cccContent img {
    float: right;
    width: 20%;
    border-color: #000;
    border-style: solid;
    border-width: 3px;
    margin-right: 10%;
}
/*CCC Content styles end*/

/*Language Content styles start*/
.languageContent {
    position: relative;
}

.languageContent h1 {
    position: relative;
    text-align: center;
}

.languageIntro {
    position: relative;
}

.languageIntro img {
    float: right;
    left: 0;
    width: 25%;
    border-color: #000;
    border-style: solid;
    border-width: 3px;
    margin-right: 10%;
}

.languageIntro h4 {
    position: relative;
    margin-left: 26%;
}

.languageIntro p {
    position: relative;
    /* margin-left: 26%; */
}

.languageCourses {
    position: relative;
    margin-top: 150px;
}

.languageCourses p {
    margin-left: 0;
}

.languageStructure {
    position: relative;
}

.languageStructure img {
    float: right;
    left: 0;
    width: 25%;
    border-color: #000;
    border-style: solid;
    border-width: 3px;
    margin-right: 10%;
}

.languageStructure p {
    position: relative;
}

.languageStructure ol {
    position: relative;
    /* margin-left: 26%; */
}

.languageStructure ul {
    position: relative;
}
/*Language Content styles end*/

/*Consultancy Content styles start*/
.consultancyContent {
    position: relative;
    /* padding-bottom: 200px; */
}

.consultancyContent h1 {
    text-align: center;
}

/*Consultancy Content styles end*/