body{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	min-width: 320px;
}

h1, h2,p,a {
    font-family: 'Open Sans', sans-serif;
}

a, input, button {
     outline:none;
}

.video {
    position: fixed;
    z-index: 999999;
    left: 50%;
    margin-left: -430px;
    margin-top: 10%;
    display: none;
    max-height: 485px;
    max-width: 860px;
    height: auto;
    width: 860px;
}

.svideo {
    position: fixed;
    z-index: 1000002;
    left: 50%;
    margin-left: -430px;
    margin-top: 10%;
    display: none;
    max-height: 485px;
    max-width: 860px;
    height: auto;
    width: 860px;
}

#play {
    height: 485px;
    width: 860px;
}

#splay {
    height: 488px;
    width: 860px;
}

.black_window {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .7;
    z-index: 99999;
    display: none;
}

#pauseYoutube2 {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: .7;
    z-index: 99999;
    display: none;  
}

.play {
    background-image: url('../img/button-play.png');
    height: 40px;
    width: 40px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 31px;
    background-size: cover;
}

.play:hover, .play:active{
    background-image: url('../img/play-btn-blue.png');
    height: 40px;
    width: 40px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 31px;
    background-size: cover;
}

#play3:hover, #play3:active{
    background-image: url('../img/imgpsh_fullsize.png');
    height: 40px;
    width: 40px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    background-size: cover;
    float: right;
}

/*BUTTONS*/
.my_btn{
    background-color: #156347;
    border: none;
    color: #fff;
    border-radius: 22px;
}

.my_btn2{
    background-color: transparent;
    border: 1px solid white;
    color: #fff;
    border-radius: 22px;
}

.btn_md{
    padding: 3px 30px;
    font-size: 14px;
}

.btn_md2{
    padding: 3px 30px;
    font-size: 14px;
}

.btn_md:hover, .btn-ft:hover {
    background-color: #0c3a2a;
}

.btn_md2:hover {
    background-color: white;
    border: 1px solid white;
    color: #6F0409
}
/*HEADER*/
header{
	height: 750px;
	background-image: url('../img/bg-english.jpg');
	-webkit-background-size: cover;
	background-size: cover;
}

.navbg{
	height: 81px;
	background-image: url('../img/navbg.png');
	-webkit-background-size: cover;
	background-size: cover;
}

nav{
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 24px;
}

.menu li{
    display: inline-block;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 700;
}

.menu li a{
	color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.menu li a:hover,
.menu li a:focus{
	text-decoration: none;
	color: #e1e1e1;
}

.top_line{
	height: 1px;
	background-color: #e1e1e1;
}

.logo{
	padding-top: 23px;
}

.logo img {
	height: 50px;
}

.title_block{
	color: #fff;
	text-align: center;
	margin-top: 250px;
}

.title_block h1{
	font-size: 43px;
	margin-bottom: 30px;
    font-weight: 600;
}

.title_block p{
	font-size: 18px;
}

.fixed-w {
    width: 169px;
    height: 43px;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 8px;
    margin-right: 10px;
    font-family: 'Open Sans', sans-serif;
}

.proz {
    background-color: rgba(230, 219, 219, 0.18);
    margin-left: 13px;
}
/*WORK SECTION*/

.work {
	    padding-bottom: 50px;
}

.work-block h2 {
	text-align: center;
    margin-top: 55px;
    color: #81040a;
}

.work-block p {
	text-align: center;
}

.work-img1{
	background-image: url('../img/1.png');
    height: 80px;
    width: 80px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 31px;
    background-size: cover;
}

.work-img2{
	background-image: url('../img/2.png');
    height: 80px;
    width: 80px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 31px;
    background-size: cover;
}

.work-img3{
	background-image: url('../img/3.png');
    height: 80px;
    width: 80px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 31px;
    background-size: cover;
}

.work-img4{
	background-image: url('../img/4.png');
    height: 80px;
    width: 80px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 31px;
    background-size: cover;
}

.work-title p {
    text-align:center;
    line-height: 1.2;
}

/*RESPECT SECTION*/

.respect {
	background-color: #f5f5f5;
	padding-bottom: 50px;
}

.respect-title h2{
	text-align: center;
    margin-top: 55px;
    color: #81040a;
    margin-bottom: 30px;
}

.respect-title p {
	text-align: center;
}

.respect-title mark2 {
    float: left;
    margin-top: 9px;
    margin-left: -30px;
}

.button-block {
	margin-top: 30px;
}

.respect-see p{
    text-align: center;
}

.respect-img {
    background-image: url('../img/button-play2.png');
    height: 40px;
    width: 40px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    background-size: cover;
    float: right;
}

/*TESTIMONIALS*/

.testimonials {
    background-color: #85040a;
    padding-bottom: 30px;
}

.testimonials-title h2 {
    color: white;
    margin-top: 50px;
    text-align: center;
}

.testimonials-title p {
    color:  white;
    text-align: center;
} 

.testimonials-footer {
    margin-top: 50px;
    margin-bottom: 50px;
	padding-right: 30px;
}

.testimonials-footer p {
    color: white;
}

.testimonials-strong {
    color: white;
    margin-top: 50px;
}


/*COMPARE*/

.compare-title h2{
    text-align: center;
    color: #85040a;
    margin-top: 50px;
    margin-bottom: 30px;
}

.compare-title p{
    text-align: center;
    margin-bottom : 40px;
}

mark {
    text-transform: uppercase;
    color: #d02a32;
    background-color: white;
    font-weight: 700;
}

.master-title h2 {
    text-align: center;
    color: #85040a;
    font-size: 20px;
    margin-top: 70px;
    font-weight: 700;
}

.master-title p {
    text-align: center;
    color: #85040a;
    margin-top: -10px;
    font-size: 15px;  
}

.master {
    box-shadow: 0px 5px 42px 2px rgba(157, 157, 157, 0.29);
    border-radius: 10px;
    border: 1px solid white;
    height: 1800px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.master2 {
    box-shadow: 0px 5px 42px 2px rgba(157, 157, 157, 0.29);
    border-radius: 10px;
    border: 1px solid white;
    height: 1250px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #ffffff;
}
.master-img1 {
    background-image: url('../img/learn_english_accent.png');
    height: 140px;
    width: 120px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
}

.master-img2 {
    background-image: url('../img/public_speaking_course.png');
    height: 140px;
    width: 120px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
}

.line {
    color: black;
    margin-top: 190px; 
}

.master-section p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

.master-section span {
    color: #b6b6b6;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px; 
    font-size: 13px;
    font-weight: 600;
}

mark2 {
    color: #0b9bff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    font-weight: 600;
}

.btn-top{
    margin-left: 11%;
    margin-right: 11%;
    margin-top: 20px;
    border-radius: 26px;
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    font-size: 14px;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
}

.btn-ft{
    margin-left: 11%;
    margin-right: 11%;
    margin-top: 20px;
    border-radius: 26px;
    border: 1px solid #b7b7b7;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #156347;
}

/*TV*/

.tv {
    padding-bottom: 50px;
}

.tv-title h2 {
    margin-top: 100px;
    margin-bottom: 70px;
    text-align: center;
}

.tv-img1 {
    background-image: url('../img/1photo.png');
    height: 145px;
    width: 230px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
}

.tv-img2 {
    background-image: url('../img/2photo.png');
    height: 145px;
    width: 230px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
}

.tv-img3 {
    background-image: url('../img/3photo.png');
    height: 145px;
    width: 230px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
}

.tv-img4 {
    background-image: url('../img/4photo.png');
    height: 145px;
    width: 230px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
}

.tx-more {
    text-align: center;
    color: #0b9bff;
}

.tx-more a{
    text-decoration: none;
    color: #0b9bf0;
}

.tx-more a:hover {
    text-decoration: underline;
    color:#205f84;
}
.tv-data {
    text-align: center;
    color: #b7b7b7;
    font-size: 13px;
}

.tv-h2 {
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}

.tv-text p {
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

/*FOOTER*/

.footer {
    background-color: #192d3a;
}

.footer-top {
    padding-bottom: 30px;
    margin-top: -22px;
}

.footer-title p{
    margin-top: 50px;
    text-align: right;
    color: white;
}

.footer-soc {
    margin-top: 50px;
    text-align: left;
}

.footer-img1 {
    background-image: url('../img/l1.png');
    height: 47px;
    width: 127px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
}

.footer-img2 {
    background-image: url('../img/l2.png');
    height: 37px;
    width: 127px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 27px;
    background-size: cover;
}

.footer-img3 {
    background-image: url('../img/l3.png');
    height: 47px;
    width: 64px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
}

.footer-img4 {
    background-image: url('../img/l4.png');
    height: 47px;
    width: 122px;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: cover;
}

.footer-img5 {
    background-image: url('../img/l5.png');
    height: 74px;
    width: 90px;
    position: relative;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: cover;
}

.footer-soc button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: white;
    border: none;
}

.footer-soc button:hover {
    background-color: rgb(162, 162, 162);;
}
.footer-text-p p{
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
}

.footer-text-copyright p{
    color: white;
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.master-footer h5 {
    padding-left: 15px;
}

.master-footer .btn-group {
    padding-left: 15px;
}
  
.footer-soc a {
    margin: 0px 3px;
}
.customa{color:#fff;  margin: 0px 8px;width: 100%;
    float: left;}
.footer-soc{float:left;width:100%; font-size: 14px;}
.clearboth{clear:both}
