/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- inner page about --*/

.row.about-main {
    margin: 0;
}
.wth_abt {
    background: #fff;
    padding: 5em 7em;
}
.about-right-1 {
    background: url(../images/about.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}
h3.about {
    font-size: 2.3em;
    letter-spacing: 0px;
    color: #292a2b;
    font-weight: 600;
    text-transform: capitalize;
}

/*-- //inner page about --*/


/*-- history --*/
h3.history {
    font-size: 26px;
    letter-spacing: 0px;
    color: #292a2b;
    font-weight: 600;
    line-height: 34px;
    text-transform: capitalize;
}
h3.history1 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #292a2b;
    font-weight: 600;
    line-height: 32px;
    text-transform: capitalize;
}
h3.history1 span {
    color: #f85a40;
}
.history-left a {
    background: #f85a40;
    padding: 10px 30px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #f85a40;
    margin-top: 2em;
    display: inline-block;
}
/*-- //history --*/


/* newsletter */
p.sub-tittle {
    max-width: 700px;
    margin: 1em auto;
    font-size: 16px;
    color: #eee;
    letter-spacing: 0px;
}
.n-right-w3ls .form-group input.form-control {
    border-radius: 0px;
    letter-spacing: .2px;
    font-size: 15px;
    padding: 12px 20px;
    border: none;
}
.n-right-w3ls form {
    max-width: 85%;
    margin: auto;
}
.n-right-w3ls button.submit {
    background: #333;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    cursor: pointer;
    padding: 13px;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.newsletter {
    background: #f85a40;
}
.newsletter h3.heading,.newsletter h5.heading {
    color: #fff;
}
/* //newsletter */


/*-- Responsive design --*/
@media screen and (max-width: 1280px) {
	.wth_abt {
		padding: 4em 5em;
	}
}
@media screen and (max-width: 1080px) {
	h3.about {
		font-size: 2em;
	}
	h3.history {
		font-size: 23px;
		line-height: 30px;
	}
}
@media screen and (max-width: 1024px) {
	footer ul li a, footer ul li a:hover {
		font-size: 15px;
	}
}
@media screen and (max-width: 991px) {
	.wth_abt {
		padding: 4em 4em;
	}
	.team-txt-info h4 {
		font-size: 18px;
	}
	.n-right-w3ls form {
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	h3.about {
		font-size: 1.8em;
	}
}
@media screen and (max-width: 736px) {
	
}
@media screen and (max-width: 568px) {
	.team-grids {
		width: 75%;
		margin: auto;
	}
}
@media screen and (max-width: 480px) {
	.wth_abt {
		padding: 3em 3em;
	}
	h3.about {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 415px) {
	.wth_abt {
		padding: 3em 2em;
	}
	h3.history {
		font-size: 20px;
		line-height: 28px;
	}
}
@media screen and (max-width: 384px) {
	h3.history1 {
		font-size: 19px;
		line-height: 26px;
	}
	.team-grids {
		width: 85%;
	}
}
/*-- //Responsive design --*/