html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
/*-- Reset Code --*/
body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background: url('../images/3.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Raleway', sans-serif;
}
p {
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
label {
	margin:0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
.clear{
	clear:both;
}
/*-- //Reset Code --*/
.main{

}
.text {
    width: 60%;
    margin: 0 auto;
    padding: 3em 1em 2em;

}
.left{
	float:left;
	width:49%;

}
.left h2 {
    font-size: 220px;
    margin-top: -35px;
    color: #00f0ff;
    padding: 0.2em 0;
    font-weight: 250;
}
.for {
    padding: 10em 0 0;
}
.right {
    float: left;
    width: 46%;
    padding-left: 4%;
    border-left:1px solid rgba(118, 115, 125, 0.49);
    text-align: left;
}
.right h3{
	font-size:40px;
	padding-bottom:10px;
	text-align:left;
	color:#fff;
}
.right h4 {
    font-size: 20px;
    text-align: left;
    width: 88%;
    color: #DCCB75;
    line-height: 1.5em;
    margin: 1em 0;
}
.footer {
    padding-top:70px;
    width: 100%;
    text-align: center;
	padding-bottom:25px;
}
.footer p{
	color:#fff;
	font-size:16px;
}
.footer a{
	color:#b43333;
}
.footer a:hover{
	color:#00f0ff;
}
/*--search-button--*/
.b-search {
    position: relative;
	background:#fff;
}
 /*-- agileits --*/
.b-search input[type="text"] {
    width: 80%;
    outline: none;
    padding: 0.7em 1em;
    font-size: 0.915em;
    color: #ADABAB;
    position: relative;
    border: none;
    font-family: 'Open Sans', sans-serif;
}
.b-search input[type="submit"] {
    background: url(../images/search-icon.png) no-repeat 11px 9px #080A17;
    border: none;
    height: 41px;
    width: 42px;
    display: inline-block;
    position: absolute;
    outline: none;
    cursor: pointer;
    top: 0px;
    right: 0px;
}
.social-icons {
    margin-top: 2em;
}
.social-icons ul li {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
	color:#fff;
}
.social-icons ul li a:hover{
    opacity:0.5;
}
/*--//search-button--*/
@media (max-width: 1366px){
.right h4 {
	font-size: 19px;
}
}
@media (max-width: 1080px){
.right h4 {
	font-size: 16px;
}
.b-search input[type="text"] {
    width: 74%;
}
}
@media (max-width: 1024px){
.left h2 {
    font-size: 150px;
    margin-top: -25px;

    padding: 0.5em 0;
}
.right h3 {
	font-size: 38px;
}
.right a{
	font-size:14px;
}
.for {
    padding: 7em 0 0;
}
}
@media (max-width: 991px){
.right h4 {
	font-size: 18px;
	width:100%;
}
}
@media (max-width: 900px){

.right h4 {
	width: 97%;
}
}
@media (max-width: 800px){
.text {
    width: 74%;
}
.left h2 {
    font-size: 147px;
    margin-top: -20px;
    padding: 0.4em 0;
}
}
@media (max-width: 768px){
.for {
    padding:5em 0 0;
}
.footer {
    padding-top: 40px;
}
}
@media (max-width: 736px){
.for {
    padding: 4em 0 0;
}
.text {
    width: 76%;
	 /*-- agileits --*/
}
}
@media (max-width: 667px){
.left h2 {
    font-size: 125px;
    margin-top: -15px;
    padding: 0.6em 0;
}
.text {
    width: 84%;
}
.b-search input[type="text"] {
    width: 72%;
}
.footer p {
    font-size: 14px;
}
}
@media (max-width: 640px){
.left {
    float: left;
    width: 100%;
}
.right {
    float: left;
    width: 100%;
    padding-left: 0;
    text-align: left;
    border-left: none;
    text-align: center;
}
.left h2 {
    font-size: 147px;
    margin-top: -15px;
    padding: 0.2em 0;
}
.text {
    margin: 0 auto;
    padding: 1em 1em 2em;
}
.right h4 {
    width: 100%;
    text-align: center;
}
.b-search {
    text-align: left;
}
}
@media (max-width: 480px){
.footer p {
    font-size: 13px;
}
.footer p {
    font-size: 13px;
    line-height: 1.7em;
    padding: 0 10px;
}
.left h2 {
    font-size: 135px;
    margin-top: -10px;
    padding: 0 0 0.2em 0;
}
.text {
    padding: 0em 1em 2em;
}
}
@media (max-width: 414px){
.left h2 {
    font-size: 120px;
}
.for {
    padding: 2em 0 0;
}
.right h4 {
    font-size: 16px;
}
}
@media (max-width: 320px){
.for {
    padding: 2em 0 0;
}
.left h2 {
    font-size: 100px;
    padding: 0 0 0.1em;
}
.text {
    width: 79%;
}
.b-search input[type="text"] {
    padding: 0.73em 1em;
    font-size: 0.9em;
}
.social-icons ul li {
    margin: 0 2px;
}
}