@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}


html, body{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: "Roboto", sans-serif;
	height: 100%;
	scroll-behavior: smooth;
}

.container{
	width: 100%;
	margin: 0px auto;
}


.para_box{
    background-color: #fbfbfb;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 60px;
	clear: both;
}

.para{
	margin: 0px auto;
	width: 60%;
	height: auto;
	line-height: 2em;
}

.para h1{
	font-size: 6em;
	text-align: center;
	font-weight: 400;
	line-height: 1em;
}

.para p{
	font-size: 1em;
	margin: 0px auto;
	text-align: justify;
}

.para_btn{
    margin: 20px auto;
    display: block;
}

.para a{
    color: #0071e3;
    text-decoration: none;
}


#myBtn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  border: none;
  outline: none;
  background: #0071e3;
  cursor: pointer;
  padding: 10px 10px;
  border-radius: 4px;
}

header{
    background: #fbfbfb;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

.header-inner{
	width: 70%;
	margin: 0px auto;
}

.header-inner img{
	margin: 0px;
    width: 10%;
}

nav{
	float: right;
	margin-top: 22px;
}


nav a:last-child{margin-right: 0px;}

nav a{
	margin-right: 40px;
	margin-top: 20px;
	text-decoration: none;
	font-size: 1em;
	cursor: pointer;
	color: #000;
}

.main_container{
	padding: 0px;
	width: 100%;
	margin: 0px 0px;
	position: relative;
    z-index: 10;
    
}

.main_bg{
    z-index: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
	padding: 0px;
	width: 100%;
	position: fixed;
	background: url('drone_web.png') no-repeat 0 0px / cover;
}

.swiper-container{
    margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 700px;
	height: auto;
	text-align: left;
    background-color: 0;
}

.slide{
    margin: 0px auto;
	width: 70%;
}

.text_box{
    margin: 0px;
	padding: 20px 0px;
	width: 60%;
	color: #000;
}

.text_box p{
	font-size: 4.5em;
	margin-bottom: 0px;
}

small{
	font-size: 2em;
}

.btn_slide{
    display: block;
    position: relative;
    top: 30px;
}


.btn:hover{
background: #0071e3;
}
.btn{
	margin: 0px 0px;
	padding: 10px 25px;
	font-size: 1em;
	width: auto;
	border: none;
	background: #0071e3;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
.btn:hover{
	background: #fff;
	color: #0071e3;
	border: .6px solid #0071e3;
}


.about_box{
    background-color: #fbfbfb;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 60px;
	clear: both;
}

.abt{
	margin: 0px auto;
	width: 70%;
	height: auto;
	line-height: 2em;
}

.abt h1{
	font-size: 6em;
	text-align: center;
	font-weight: 400;
}

.abt p{
	font-size: 1em;
	margin: 0px auto;
	text-align: justify;
}

.abt_btn{
    margin: 20px auto;
    display: block;
}

.abt a{
    color: #0071e3;
    text-decoration: none;
}

/*Service*/

.service_box{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 20px;
    clear: both;
    text-align: center;
    background: rgb(245, 245, 247);
}

.srvc{
	margin: 0px auto;
	width: 88%;
	height: 600px;
	text-align: center;
}

.srvc h2{
	font-size: 6em;
	text-align: left;
	margin: 0px;
	font-weight: 400;
}

.srvc_card{
    box-shadow: 4px 12px 20px 6px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    text-align: left;
    display: inline-block;
    float: left;
    margin:30px 10px;
    padding: 10px;
    width: 196px;
    height: 350px;
    background: #fff;
    position: relative;
}


.srvc_card h3{
	font-size: 1.2em;
	line-height: 1.5em;
}

.srvc_card p{
    display: block;
	font-size: .9em;
	line-height: 1.5em;
}
.srvc_card a:hover{color: #0071e3;}

.srvc_card a{
    position: absolute;
    bottom: 20px;
    font-size: .8em;
    text-decoration: none;
    color: #000;
}


/*map*/

.map-box{
    position: relative;
    z-index: 10;
	margin: 0px auto;
	width: 100%;
	height: 400px;
	clear: both;
	background-color: rgb(245, 245, 247);
}

.map-box p{
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
}

iframe{
    position: relative;
    z-index: 10;
	border: none;
	width: 100%;
	height: 100%;
	outline: none;
}

/*map*/

.team_box{
    background: #fbfbfb;
	width: 100%;
	height: auto;
    margin: 0px auto;
    padding-top: 100px;
    padding-bottom: 100px;
    clear: both;
    text-align: center;
}

.team_box p{
	font-size: 6em;
	margin: 0px;
}

.team {
  width: 70%;
  height: auto;
  margin: 0px auto;
}

.btn_team{
    margin-top: 30px;   
}


.partner_box{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
    clear: both;
    text-align: center;
    background: rgb(245, 245, 247);
}

.partner{
	margin: 0px auto;
	width: 70%;
	height: 500px;
	text-align: center;
}

.partner h2{
	font-size: 6em;
	margin: 30px 0px;
	font-weight: 400;
}

.partner img:first-child{
    margin-left: 0px;
}

.partner img{
    margin:30px 30px;
}


/*Team page*/

.main_team_box{
    background: #FBFBFB;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 20px;
    clear: both;
    text-align: center;
}

.main_team{
	margin: 0px auto;
	width: 70%;
	height: 600px;
	text-align: center;
}

.main_team h2{
	font-size: 6em;
	margin: 0px;
	font-weight: 400;
}

.team_card{
    box-shadow: 4px 12px 20px 6px rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    text-align: left;
    display: inline-block;
    float: left;
    margin:30px 10px;
    padding: 20px;
    width: 254px;
    height: 350px;
    background: #fff;
    position: relative;
}


.team_card img {
    display: block;
    object-fit: cover;
    margin: 0px auto;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}


.team_card h3{
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
}

.team_card span{
    display: block;
    font-size: .7em;
	color: #b3b1b1;
	font-weight: 400;
}

.team_card p{
    display: block;
	font-size: .9em;
	line-height: 1.5em;
}

/*team page*/


footer{
    z-index: 10;
    position: relative;
	width: 100%;
	margin: 0px auto;
	background: #fbfbfb;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}


.inner_footer{
	width: 70%;
	height: 150px;
	margin: 0px auto;
}


.f_logo{
    float: left;
    margin: 0px auto;
}

.f_logo img{
    width: 35%;
}

.social{
    float: right;
    margin: 30px auto;
}

.social a:first-child{
    margin-left: 0px;
}

.social a{
    text-decoration: none;
    margin-left: 30px;
}

.social img:hover{
    width: 26px;
}

.social img{
    width: 25px;
}

center{
	font-size: .9em;
}


@media screen and (min-width: 360px) and (max-width: 500px){

.header-inner img{
	margin: 10px;
    width: 18%;
}

.header-inner{
	width: 100%;
	margin: 0px auto;
}

nav{
    margin-right: 10px;
	margin-top:36px;
}

nav a{
    margin-right: 30px;
}


.main_bg{
	background: url('drone_mob.png') no-repeat;
	background-size: inherit;
	background-position: 0vh 0vh;
}

.swiper-container{
	min-height: 550px;

}

.slide{
	width: 90%;
}

.text_box{
	width: 65%;
}

.text_box p{
	font-size: 2.5em;
}

.about_box{
     padding-bottom: 40px;
}

.abt{
	width: 90%;
}

.abt h1{
	font-size: 3em;
}

.abt p{
	font-size: 1em;
	line-height: 2em;
}

/*Service*/

.service_box{
    height: auto;
    padding-bottom: 80px;
}

.srvc{
	width: 90%;
	height: auto;
}

.srvc h2{
	font-size: 3em;
	text-align: center;
	margin-bottom: 20px;
}

.srvc_card{
    float: none;
    margin:10px auto;
    padding: 20px;
    width: 80%;
    height: 400px;
}

.srvc_card h3{
	font-size: 1.6em;
	line-height: 1.2em;
}

.srvc_card p{
	font-size: 1em;
	line-height: 2em;
}

.srvc_card a{
    bottom: 30px;
    font-size: 1em;
}

.map-box{
	height: 300px;
}

.map-box p{
    left: 36%;
}

.team_box{
    padding-top: 80px;
    padding-bottom: 80px;
}

.team_box p{
	font-size: 3em;
}

.team {
  width: 90%;
}

.partner_box{
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.partner{
	margin: 0px auto;
	width: 90%;
	height: auto;
}

.partner h2{
	font-size: 2em;
	margin-bottom: 20px;
}

.partner img{
    margin:30px 20px;
    width: 30%;
}

footer{
	width: 100%;
	height: auto;
}


.inner_footer{
	width: 90%;
	height: auto;
	text-align: center;
}


.f_logo{
    float: none;
    margin: 30px auto;
}

.social{
    float: none;
    margin: 30px auto;
}

center{
	font-size: 1em;
}

.para_box{
    padding-top: 30px;
    padding-bottom: 30px;
}

.para{
	width: 90%;
}

.para h1{
	font-size: 3em;
}

/*Team page*/

.team_box{
    padding-top: 30px;
    padding-bottom: 20px;
}

.main_team{
	width: 95%;
	height: auto;
}

.main_team h2{
	font-size: 3em;
}

.team_card{
    float: none;
    margin:20px 10px;
    height: 400px;
}


.team_card h3{
	line-height: 1.4em;
}

.team_card span{
    font-size: .9em;
}

.team_card p{
	font-size: 1em;
	line-height: 1.8em;
}

/*team page*/

}