@charset "utf-8";
/* CSS Document */


html,body
{
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}




.header .nav .standard ul.tabs li a.active, .header .nav .standard ul.tabs li a:hover {color:#3796ba; text-decoration:none;}

/*  sec 4...........................................................................................*/

.sec-4{background:#162d3d; padding:100px 2px 50px 0px; position:relative;}
.sec-4 h3{ color:#fff; margin-top:10px; font-size:20px; line-height:1.1}
.sec-4 p{ color:#fff; margin-top:10px;}
.sec-4 img{ width:150px;}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.sec-4{ margin-top:-50px;}
}
	
@media only screen and (max-width: 479px) {
.sec-4{ margin-top:50px;}
.sec-4 img{}
}



/*   paralex11111111111............................................................................................*/
  .bgimg-1 {
  position: relative;
  background-attachment: fixed;
   width:100%;
  background-repeat: no-repeat;
  background-size: cover;
}


.bgimg-1 {
  background-image: url(../images/parallex1.jpg);
  min-height: 395px;
}

.caption {
  position: absolute;
  left: 0;
  top: 33%;
  width: 100%;
  text-align: center;
 
}

.caption span.border {
  background-color: #111;
  letter-spacing: 10px;
  background-color:transparent; font-size:50px; color:#01556f;
}

@media screen and (min-width:270px) {
.caption span.border {
font-size:28px;
text-align: center;
}

}
 
@media screen and (min-width:768px) {
.caption span.border {
  background-color: #111;
  letter-spacing: 10px;
  background-color:transparent; font-size:50px; color:#01556f;
}
}

@media only screen and (max-width: 479px) {
 .bgimg-1 {
  position: relative;
  background-attachment: fixed;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url(../images/parallex11.jpg);
  min-height:300px;
}
   
}



/* parallex  button style11111111111111........................................................................ */

.container > section div {
    position: relative;
    margin: 0;
    z-index: 1;
}

/* General button style (reset) */
.button-0 {
    border: none;
    font-family: inherit;
    font-size:30px;
    color: inherit;
	text-align: center;
    background: none;
    cursor: pointer;
    padding: 30px 60px;
    display: inline-block;
    margin: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.button-0:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* Button 1 */
.button-1 {
    border: 3px solid #3796ba;
    color: #fff;
}

/* Button 1e */
.button-1e {
    overflow: hidden;
}
.button-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.button-1e:hover,
.button-1e:active {
    color: #3796ba;
}
.button-1e:hover:after {
    height:500%;
    opacity:0.50;
}
.button-1e:active:after {
    height: 400%;
    opacity: 1;
}
	
@media only screen and (max-width: 479px) {
	.button-0 {
    font-family: inherit;
    font-size:15px;
	text-align: center;
    background: none;
    cursor: pointer;
    padding: 25px 70px;
    display: inline-block;
    margin: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
   
}







/*   paralex22222222222222222............................................................................................*/

  .bgimg-2 {
  position: relative;
  background-attachment: fixed;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
}


.bgimg-2 {
  background-image: url(../images/parallex2.jpg);
  min-height: 395px;
}

.caption1 {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align:left;
  color: #000;
}

.caption1 span.parallex-text {
  background-color: #111;
  letter-spacing:5px;
  background-color:transparent; 
  color:#000;
  font-size:22px;
}

.caption1 p{
  background-color: #111;
  letter-spacing:3px;
  background-color:transparent;
  line-height:1.1; 
  color:#000;
  font-size:13px;
}



@media screen and (min-width:270px) {
.caption1 span.parallex-text {

}
}
 
@media screen and (min-width:768px) {
.caption1 span.parallex-text {
  background-color: #111;
  letter-spacing: 5px;
  background-color:transparent;;
}
}

@media only screen and (max-width: 479px) {
  .bgimg-2 {
  position: relative;
  background-attachment: fixed;
  width:100%;
  background-repeat: no-repeat;
  background-size: cover;
}


.bgimg-2 {
  background-image: url(../images/parallex22.jpg);
  min-height: 325px;
}
  
}






/* img hover........................................................................ */

.img1{ position: relative; padding-top:50px; padding-bottom:25px; background:#737373;}
.img1 h3{ font-size:20px; color:#fff;}
.img1 p{ font-size:px; color:#fff;}



.img-hover
{
    display:inline-block;
    border:0;
    width:190px;
    height:190px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.img-hover:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

/*..............text boder............................................................*/
.border-lst{ border:1px solid #000;
 padding:0px;
 padding-left:50px;
 padding-right:50px;
 border-radius:5px;}
/*............endtext boder............................................................*/



/*.........start footer111.................................................................................*/

.full {
    width: 100%;	
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background-image:url(../images/footer-bf.png);
	height: auto;
	padding-bottom:10px;
	position: relative;
	width: 100%;
}
.footer p {
	margin: 0;
}

.footer h3 {
	border-bottom: 1px solid #3f3f3f;
	color: #3796ba;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}

.footer .flow {
    padding: 50px 0 10px;
	width:100%;
}

.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}
.footer ul li a {
	display: block;
	letter-spacing:0px;
	font-size:11px;
	line-height: 19px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 600;
}
.footer ul li a:hover{ color:#3796ba;}
.footer a {
	color:#fff;
}

.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float:left;
	height: 36px;
	text-align:center;
	line-height: 35px;
	margin: 3px 8px 0px;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #3796ba;
}
.social li:hover {
	border: 2px solid #3796ba;
	background: #2c3e50;
}
.social li a i {
	font-size: 16px;
	margin: 8px -2px 0px 7px;
	color: #3796ba !important;
}


/*.....end footer111............................................................*/


/*.........start footer222...................................................*/
.footer1 {
	background:#12749a;
	height:auto;
	position: relative;
	width: 100%;
}
.footer1 .p1{ color:#fff; font-size:12px; padding-top:8px; text-align:left;}
.footer1 .p2{ color:#fff; font-size:12px;  padding-top:8px; text-align:right;}


@media only screen and (min-width: 480px) and (max-width: 767px) {
.footer1 .p1{font-size:12px; text-align:center;}
.footer1 .p2{ font-size:12px; text-align:center;}
.footer1 {
	height:65px;
}
}


@media only screen and (max-width: 479px) {
.footer1 .p1{font-size:9px; text-align:left;}
.footer1 .p2{ font-size:9px; margin-top:-10px; text-align:left;}
.footer1 {
	height:60px;
}
}

/*.....end footer222............................................................*/




/*start go Top............................................*/
	
#goTop{display: none;
z-index: 299;
position: fixed;
width: 40px;
height: 40px;
background-color:#111111;
font-size:35px;
line-height: 35px;
text-align: center;
color: #FFF;
top: auto;
left: auto;
right: 30px;
bottom: 12px;
cursor: pointer;
border-radius: 4px;}



#goTop:hover{ background-color:#3796ba; color:#1e1e1e;}
/*end go Top............................................*/



/*start vidio............................................*/

.video-text h2{text-align:center; font-size:80px; font-weight:bold; margin-top:50px; margin-bottom:0;}

.ads-vidio{ width:100%; height:550px; border-top:20px solid #3796ba; border-bottom:10px solid #3796ba;
 border-left:30px solid #3796ba; border-right:30px solid #3796ba; cursor:pointer;}


@media only screen and (min-width: 480px) and (max-width: 767px) {
.ads-vidio{ width:100%; height:300px;}
.video-text h2{text-align:center; font-size:50px;}
}


@media only screen and (max-width: 479px) {
.ads-vidio{ width:100%; height:200px;}
.video-text h2{text-align:center; font-size:35px;}
}
/*end vidio............................................*/



.footer img { margin-top:20px; margin-left:50px; width:100%;}


.error{
color:red
}