@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;600;700;800&display=swap');

body{
	background:#fff;
	font-family: 'Open Sans', sans-serif;
}
img{
	width:100%;
}

.hm-header{
	margin-top:30px;
}
.header {
    position: absolute;
    width: 100%;
    top: 0px;
	z-index: 1;

}

.header img{
	max-width:200px;
	float:right;
}
.full-nav {
    border-bottom: #fff 1px solid;
    display: inline-block;
    width: 100%;
}
.site-nav {
    padding: 30px 0 20px 0;
    margin: 0;
	float:right;
}
.site-nav li {
    float: left;
    list-style: none;
    padding: 0 10px;
}
.site-nav li a {
    color: #ffffff;
	font-size:14px;
	text-transform: uppercase;
	font-weight: 600;
}
.site-nav li a:hover{
	text-decoration:none;
	color:#70c8f1;
}

#toggle{
	display:none;
}
.vid-sec {
    float: left;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
	text-align: right;
	background: #072e44;
}


.vid-sec video{
	width:100%;
}
.vd-contant {
    text-align: right;
}
.vd-data {
    position: absolute;
    top: 30%;
    width: 100%;
}
.vd-data h2 {
    color: #fff;
    font-size: 71px;
	margin-top: 0;
}
.vd-data h3 {
    color: #fff;
    font-size: 36px;
	margin-bottom: 0;
}
.vd-data h4 {
color: #fff;
font-size: 34px;
font-weight: 300;
}
.vd-data p {
    color: #fff;
    max-width: 500px;
    text-align: right;
    float: right;
    line-height: 1.6;
    font-size: 16px;
}
.img-box {
    float: left;
    width: 100%;
    text-align: right;
}
.img-box img {
    max-width: 150px;
    display: inline;
    background: #ffffffd9;
    margin: 15px 6px;
    padding: 10px 10px;
    border-radius: 10px;
	margin-left:auto;
}

.footer{
	background:#062435;
	float:left;
	width:100%;
	padding:10px 0;

}
.our-team{
	margin-top: 210px;
}

.our-teams{
	margin-bottom: 25px;
}
.our-teams h4{
	font-weight: bold;
font-size: 20px;
text-transform: uppercase;
}
.pak{
	margin: 20px 45px;
	text-align: center;
}

.pak img{
	border: 1px solid #ccc;
}
.footer p{
	float:left;
	color:#fff;
	margin-bottom:0;
	font-weight:600;
}
.footer-nav{
	float:right;
}
.footer-nav a{
	color:#fff;
	padding:0 10px;
	text-transform:uppercase;
	text-decoration: none;
	font-weight:300;
	font-size: 12px;
}

.header-bg {
   
    float: left;
    width: 100%;
    padding: 20px 0;
}

.abt-data {
    height: 100vh;
    display: flex;
    align-items: center;
}
.abt-data img{
	max-width:525px;
	margin:0 auto;
}
.abt-data h3 {
    font-size: 50px;
	position:relative;
}
.abt-data h3::before {
    content: "About";
    position: absolute;
    font-size: 170px;
    top: -100px;
    font-weight: bold;
    color: #f7faf9;
    z-index: -1;
}
.abt-data h4 {
    font-size: 22px;
	font-weight:700;
}
.abt-data p{
	font-size:16px;
	line-height:1.5;
	padding:10px 0;
}
.abt-data .img > div {
    display: inline-block;
    position: relative;
}
.abt-data .img .line-wrapper::before, .abt-data .img .line-wrapper::after {
    content: '';
    width: 102px;
    height: 102px;
    position: absolute;
    right: -10px;
}
.abt-data .img .line-wrapper span::before, .abt-data .img .line-wrapper span::after {
    content: '';
    width: 102px;
    height: 102px;
    position: absolute;
    right: 0;
}
.line-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.line-wrapper::before {
    top: -10px;
    border-top: 1px solid #d7aa78;
    border-right: 1px solid #d7aa78;
}
.line-wrapper::after {
    bottom: -10px;
    border-bottom: 1px solid #d7aa78;
    border-right: 1px solid #d7aa78;
}
.line-wrapper span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 10px;
    bottom: 10px;
}
.line-wrapper span::before {
    top: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.line-wrapper span::after {
    bottom: 0;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.log-box img {
    display: inline-block;
    width: 175px;
    padding: 20px 25px;
}
.log-box-contact img {
    display: inline-block;
    width: 200px;
    padding: 15px 38px;
}
.ftr-data {
    padding: 100px 0 0 0;
    position: relative;
}
.ftr-data::after {
    content: "Contact";
    position: absolute;
    top: 0;
    font-size: 170px;
    left: 20%;
    z-index: -10;
    font-weight: bold;
    color: #f7faf9;
}
.ftr-data img{
	max-width:200px;
}
.ftr-box-2{
	padding-top:30px;
}
.ftr-box-2 p{
	font-size:16px;
}
.ftr-box-3 h4{
	text-align:center;
	text-transform:uppercase;
	font-size:24px;
}
.ftr-box-3 form input {
    background: #eaecec;
    border: none;
    width: 100%;
    height: 45px;
    margin: 6px 0;
    padding: 0 25px;
    border-radius: 55px;
}
.ftr-box-3 form textarea {
    background: #eaecec;
    border: none;
    width: 100%;
    height: 80px;
    margin: 6px 0;
    padding: 0 25px;
    border-radius: 30px;
}
.ftr-box-3 a {
    background: #54bd49;
    padding: 10px 30px;
    margin: 10px auto;
    display: table;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
}

.for-mob{
	display:none;
}


@media only screen and (max-width: 1440px) {
	.vid-sec video {
    width: initial;
    height: 100%;
}
.vd-data {
    top: 10%;
}
  
}


@media only screen and (max-width: 991px) {
	.for-mob{
	display:block;
}
.abt-data .img > div{
	display:none;
}
	.site-nav li a {
    font-size: 15px;
}
.site-nav li {
    padding: 0 15px;
}
.vd-data h2 {
    font-size: 40px;
}
.vd-data h4 {
    font-size: 16px;
}	
.img-box img {
    max-width: 110px;
}
.img-box img {
    max-width: 110px;
    display: inline-block;
    margin: 15px 20px;
}
.header img {
    max-width: 130px;
    float: initial;
    text-align: center;
    display: table;
    margin: -130px auto 0;
}
.hm-header {
    margin-top: 60px;
}
.vd-data {
    top: 19%;
}
.footer{
	position:initial;
}
.abt-data {
    height: initial;
	padding: 30px 0;
}
.header {
    position: initial;
}
.header-bg {
    padding: 60px 0 75px;
}
.abt-data h3::before {
    font-size: 103px;
    top: -60px;
}
.ftr-data::after {
    font-size: 80px;
    left: 3%;
}
.header.hm-header {
    position: absolute;
}
.footer p {
    float: initial;
    text-align: center;
}
.footer-nav {
    float: initial;
    text-align: center;
    margin-top: 10px;
}
.site-nav {
    float: initial;
    text-align: center;
    margin: 0 auto;
    display: table;
}
}

@media only screen and (max-width: 767px) {
.vid-sec {
    background: url(../images/mobile-bnr.png);
        background-repeat: repeat;
        background-size: auto;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: bottom;
}
.vid-sec video{
    display:none;
}	
}

