body{
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background-image: url("../img/background.png");
  background-position: center center;
  background-repeat:  no-repeat;
  background-attachment: fixed;
  background-size:  cover;
}


#logomob {
  margin: 0;
  float: left;
  width: 414px;
  height: 70px;
  background-image: url("../img/logo new iphone.png");
  display: none;
}

.nav-mob {
  background-color:#f47d20;
  width: 100%;
  height: 80px;
  margin-top: 0px;
  display: none;

}
.nav-mob > ul {
  margin:0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: none;

}
.nav-mob > ul > li {
float: left;
display: none;
}
.mob-item {
  display: inline-block;
  padding:15px 10px;
  height:30px;
  line-height: 40px;
  color:#000;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 28px;

}

.mob-current {
  display: inline-block;
  padding:15px 10px;
  height:30px;
  line-height: 40px;
  color:#000;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 20px;
  font-weight: bold;

}




.content {
  margin: 0px 0px 0px;
}

.nav-main{
    background: linear-gradient(135deg, #db3900, #fa7004);
    width:100%;
    height: 60px;
}

.container {
  width: 80%;
  margin: 0 auto;
}

.logo {
  float: left;
}



.nav-main > ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style-type: none;
}

.nav-main >ul > li {

  float: left;

}

.nav-item {
  display: inline-block;
  padding-right: 15px;
  margin-top: 10px;
  margin-right: 50px;
  line-height: 40px;
  color: black;
  text-decoration: none;

}
.nav-item:hover{
  color: #fff;
}
.nav-item:focus {
  color: #fff;
}

.nav-item:active {
  color: #fff;
}
.nav-main .current{
  display: inline-block;
  padding: 10px;
  margin-right: 50px;
  line-height: 40px;
  color: white;
  text-decoration: none;
}

.nav-item:focus ~ .nav-about{
     max-height:400px;
    -webkit-transition:max-height 0.4s ease-in;
    -moz-transition:max-height 0.4s ease-in;
    transition:max-height 0.4s ease-in;
}
.nav-item:focus~ .nav-services{
  max-height:400px;
 -webkit-transition:max-height 0.4s ease-in;
 -moz-transition:max-height 0.4s ease-in;
 transition:max-height 0.4s ease-in;
}

.nav-about:active {
  max-height: 400px;
}


.nav-services:active{
  max-height: 400px;
}

.nav-about:hover{
  max-height: 400px;
}

.nav-services:hover {
  max-height: 400px;
}

.nav-services{
  position:absolute;
  overflow: hidden;
  background-image: url("../img/400.png");
  max-height: 0;
  top: 60px;
  right: 85px;
  height: 400px;
  width: 250px;
  line-height: 40px;
  z-index: 1000;
}
.nav-about{
  position: absolute;
  overflow: hidden;
  top: 60px;
  right: 200px;
  background-image: url("../img/about new drop.png");
  max-height: 0;
  height: 280px;
  width: 251px;
  line-height: 50px;
  z-index: 1000;
}
.nav-services a li{
  color: #fff;
  text-decoration: none;
  list-style: none;

}
.nav-services li{
  margin-left: 60px;
  line-height: 35px;
}

.nav-services a:hover{
  color: #f47d20;
}

.nav-about a {
    color:#fff;
    text-decoration:none;
}


.nav-about a:hover {
    color:#f47d20;

}

.nav-about li{
  list-style: none;
  margin-left: 60px;
}

.nav-sub{
  padding: 5px;
}

.nav-sub ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.nav-sub ul li a{
  display: inline-block;
  padding: 1px 0px;
  text-decoration: none;
  color: #fff;
}

.video-container{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed{
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 60px;
  width: 100%;
  height: 81.2%;
}


.header {
  color: #fff;
}

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

``


/* --------------------------------

Media Queries Starts Here

-------------------------------- */



@media (min-width: 720px) {

  #box {
    position: relative;
    width: 400px;
    height: 700px;
    border-radius: 25px;
  }





  #block {
    background: #000;
    filter: alpha(opacity=60);
    height: 760px;
    width: 600px;
    margin-top: 30px;
    margin-left: 95px;
    opacity: 0.8;
    box-shadow:0px 4px 10px #191919;
    position: relative;
    z-index: -1000;
    border-radius: 25px;
  }





  #para {
    position: absolute;
    top: 150px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 200;
    text-align: justify;
    margin-left: 200px;
    z-index: -1000;

  }

}

@media (max-width: 425px) {


.logo {
  display: none;
}

.nav-main {
  display: none;
}

.nav-main > ul >li {
  display: none;
}

.nav-mob {
  background-color:#f47d20;
  width: 100%;
  height: 65px;
  margin-top: 0px;
  display: inline-block;
}
.nav-mob > ul {
  margin:0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: inline-block;
}
.nav-mob > ul > li {
float: left;
display: inline-block;
}
.mob-item {
  display: inline-block;
  padding:10px 10px;
  height:30px;
  line-height: 40px;
  color:#000;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 28px;
  display: inline-block;
}
.mob-item:hover {
  font-weight: lighter;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}
.mob-current {
  display: inline-block;
  padding:10px 10px;
  height:30px;
  line-height: 40px;
  color:#000;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 20px;
  font-weight: bold;
  display: inline-block;
}
.mob-current:hover {
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.sub-nav .sub-logo {
  margin: 0px 0px 0px;
  float:left;
  height:40px;
  padding:15px 20px;
  font-size: 18px;
  line-height: 40px;
  display: none;
}
.sub-item {
  display: inline-block;
  height:40px;
  line-height: 40px;
  color:#fff;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 0px;

}
.current-item {
  display: inline-block;
  height:40px;
  line-height: 40px;
  color:#f47d20;
  text-decoration:none;
  font-weight: normal;
  margin-left: 10px;
}

#logomob {
  margin: 0;
  float: left;
  width: 100%;
  height: 70px;
  background-image: url("../img/logo new iphone.png");
  display: block;
}
#box {
  position: relative;
  width: 400px;
  height: 700px;
  border-radius: 0px;
}

#block {
  background: #000;
  filter: alpha(opacity=60);
  height: 500px;
  width: 425px;
  margin-top: 10px;
  margin-left: 0px;
  opacity: 0.8;
  box-shadow:0px 4px 10px #191919;
  position: relative;
  z-index: -1000;
  border-radius: 0px;

}


#para {
  position: absolute;
  top: 30px;
  width: 375px;
  height: 300px;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 200;
  text-align: justify;
  margin-left: 22px;
  z-index: -1000;

}
}


@media (max-width: 375px) {


.logo {
  display: none;
}

.nav-main {
  display: none;
}

.nav-main > ul >li {
  display: none;
}

.nav-mob {
  background-color:#f47d20;
  width: 100%;
  height: 65px;
  margin-top: 0px;
  display: inline-block;
}
.nav-mob > ul {
  margin:0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: inline-block;
}
.nav-mob > ul > li {
float: left;
display: inline-block;
}
.mob-item {
  display: inline-block;
  padding:10px 10px;
  height:30px;
  line-height: 40px;
  color:#000;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 28px;
  display: inline-block;
}
.mob-item:hover {
  font-weight: lighter;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}
.mob-current {
  display: inline-block;
  padding:10px 10px;
  height:30px;
  line-height: 40px;
  color:#000;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 20px;
  font-weight: bold;
  display: inline-block;
}
.mob-current:hover {
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.sub-nav .sub-logo {
  margin: 0px 0px 0px;
  float:left;
  height:40px;
  padding:15px 20px;
  font-size: 18px;
  line-height: 40px;
  display: none;
}
.sub-item {
  display: inline-block;
  height:40px;
  line-height: 40px;
  color:#fff;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 0px;

}
.current-item {
  display: inline-block;
  height:40px;
  line-height: 40px;
  color:#f47d20;
  text-decoration:none;
  font-weight: normal;
  margin-left: 10px;
}

#logomob {
  margin: 0;
  float: left;
  width: 100%;
  height: 70px;
  background-image: url("../img/mega375.png");
  display: block;
}
#box {
  position: relative;
  width: 370px;
  height: 700px;
  border-radius: 0px;
}

#block {
  background: #000;
  filter: alpha(opacity=60);
  height: 350px;
  width: 375px;
  margin-top: 10px;
  margin-left: 0px;
  opacity: 0.8;
  box-shadow:0px 4px 10px #191919;
  position: relative;
  z-index: -1000;
  border-radius: 0px;

}


#para {
  position: absolute;
  top: 30px;
  width: 340px;
  height: 300px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 200;
  text-align: justify;
  margin-left: 22px;
  z-index: -1000;

}

#para img{
  display: none;

}
}

@media (max-width: 412px) {


.logo {
  display: none;
}

.nav-main {
  display: none;
}

.nav-main > ul >li {
  display: none;
}

.nav-mob {
  background-color:#f47d20;
  width: 100%;
  height: 65px;
  margin-top: 0px;
  display: inline-block;
}
.nav-mob > ul {
  margin:0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: inline-block;
}
.nav-mob > ul > li {
float: left;
display: inline-block;
}
.mob-item {
  display: inline-block;
  padding:10px 10px;
  height:30px;
  line-height: 40px;
  color:#000;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 28px;
  display: inline-block;
}
.mob-item:hover {
  font-weight: lighter;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}
.mob-current {
  display: inline-block;
  padding:10px 10px;
  height:30px;
  line-height: 40px;
  color:#000;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 20px;
  font-weight: bold;
  display: inline-block;
}
.mob-current:hover {
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.sub-nav .sub-logo {
  margin: 0px 0px 0px;
  float:left;
  height:40px;
  padding:15px 20px;
  font-size: 18px;
  line-height: 40px;
  display: none;
}
.sub-item {
  display: inline-block;
  height:40px;
  line-height: 40px;
  color:#fff;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 0px;

}
.current-item {
  display: inline-block;
  height:40px;
  line-height: 40px;
  color:#f47d20;
  text-decoration:none;
  font-weight: normal;
  margin-left: 10px;
}

#logomob {
  margin: 0;
  float: left;
  width: 100%;
  height: 70px;
  background-image: url("../img/mega412.png");
  display: block;
}
#box {
  position: relative;
  width: 370px;
  height: 700px;
  border-radius: 0px;
}

#block {
  background: #000;
  filter: alpha(opacity=60);
  height: 350px;
  width: 412px;
  margin-top: 10px;
  margin-left: 0px;
  opacity: 0.8;
  box-shadow:0px 4px 10px #191919;
  position: relative;
  z-index: -1000;
  border-radius: 0px;

}


#para {
  position: absolute;
  top: 30px;
  width: 345px;
  height: 300px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 200;
  text-align: justify;
  margin-left: 35px;
  z-index: -1000;

}

#para img{
  display: none;

}
}



@media (max-width: 414px) {


.logo {
  display: none;
}

.nav-main {
  display: none;
}

.nav-main > ul >li {
  display: none;
}

.nav-mob {
  background-color:#f47d20;
  width: 100%;
  height: 65px;
  margin-top: 0px;
  display: inline-block;
}
.nav-mob > ul {
  margin:0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: inline-block;
}
.nav-mob > ul > li {
float: left;
display: inline-block;
}
.mob-item {
  display: inline-block;
  padding:2px 2px;
  height:30px;
  line-height: 40px;
  color:#000;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 40px;
  display: inline-block;
  margin-top: 10px;
}
.mob-item:hover {
  font-weight: lighter;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}
.mob-current {
  display: inline-block;
  padding:2px 2px;
  height:30px;
  line-height: 40px;
  color:#fff;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 20px;
  font-weight: lighter;
  display: inline-block;
  margin-top: 10px;
}
.mob-current:hover {
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.sub-nav .sub-logo {
  margin: 0px 0px 0px;
  float:left;
  height:40px;
  padding:15px 20px;
  font-size: 18px;
  line-height: 40px;
  display: none;
}
.sub-item {
  display: inline-block;
  height:40px;
  line-height: 40px;
  color:#fff;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 0px;

}
.current-item {
  display: inline-block;
  height:40px;
  line-height: 40px;
  color:#f47d20;
  text-decoration:none;
  font-weight: normal;
  margin-left: 10px;
}

#logomob {
  margin: 0;
  float: left;
  width: 100%;
  height: 63px;
  background-image: url("../img/logo new iphone.png");
  display: block;
}
#box {
  position: relative;
  width: 100%;
  height: 700px;
  border-radius: 0px;
}

#block {
  background: #000;
  filter: alpha(opacity=60);
  height: 400px;
    width: 100%;
  margin-top: 10px;
  margin-left: 0px;
  opacity: 0.8;
  box-shadow:0px 4px 10px #191919;
  position: relative;
  z-index: -1000;
  border-radius: 0px;

}


#para {
  position: absolute;
  top: 30px;
  width: 250px;
  height: 375px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 200;
  text-align: justify;
  margin-left: 85px;
  z-index: -1000;

}

#para img{
  display: none;
}
#para h1{
  font-size: 20px;
}
}
}




@media (max-width: 375px) {


.logo {
  display: none;
}

.nav-main {
  display: none;
}

.nav-main > ul >li {
  display: none;
}

.nav-mob {
  background-color:#f47d20;
  width: 100%;
  height: 65px;
  margin-top: 0px;
  display: inline-block;
}
.nav-mob > ul {
  margin:0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: inline-block;
}
.nav-mob > ul > li {
float: left;
display: inline-block;
}
.mob-item {
  display: inline-block;
  padding:2px 2px;
  height:30px;
  line-height: 40px;
  color:#000;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 40px;
  display: inline-block;
  margin-top: 10px;
}
.mob-item:hover {
  font-weight: lighter;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}
.mob-current {
  display: inline-block;
  padding:2px 2px;
  height:30px;
  line-height: 40px;
  color:#fff;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 20px;
  font-weight: lighter;
  display: inline-block;
  margin-top: 10px;
}
.mob-current:hover {
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.sub-nav .sub-logo {
  margin: 0px 0px 0px;
  float:left;
  height:40px;
  padding:15px 20px;
  font-size: 18px;
  line-height: 40px;
  display: none;
}
.sub-item {
  display: inline-block;
  height:40px;
  line-height: 40px;
  color:#fff;
  text-decoration:none;
  font-weight: lighter;
  margin-left: 0px;

}
.current-item {
  display: inline-block;
  height:40px;
  line-height: 40px;
  color:#f47d20;
  text-decoration:none;
  font-weight: normal;
  margin-left: 10px;
}

#logomob {
  margin: 0;
  float: left;
  width: 100%;
  height: 63px;
  background-image: url("../img/mega375.png");
  display: block;
}
#box {
  position: relative;
  width: 100%;
  height: 700px;
  border-radius: 0px;
}

#block {
  background: #000;
  filter: alpha(opacity=60);
  height: 400px;
    width: 100%;
  margin-top: 10px;
  margin-left: 0px;
  opacity: 0.8;
  box-shadow:0px 4px 10px #191919;
  position: relative;
  z-index: -1000;
  border-radius: 0px;

}


#para {
  position: absolute;
  top: 30px;
  width: 250px;
  height: 375px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 200;
  text-align: justify;
  margin-left: 85px;
  z-index: -1000;

}

#para img{
  display: none;
}
#para h1{
  font-size: 20px;
}
}
