﻿.header{
	width: 100%;
    float: left;
    display: block;
    position: relative;
    background: #2f3293;
    height: 21px;
}
.logo{
	width: 100%;
    float: left;
    display: block;
	text-align: -moz-center;
    text-align: -webkit-center;
	margin: 1% 0 8px 0;
}
.logo_desk{
	display: none;
}
.menu_logo{}
.logo_center{
	    margin: -45% 0 0 0;
	
}
.about_pad{
	padding: 0 5% 0 0;
}
.hvr-shutter-out-vertical{
	text-align: -moz-center;
display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #59cef4;
    border: 1px solid #000;
	    color: #000;
		font-size: 13px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 22%;
    float: right;
    height: 43px;
    padding: 13px 0 0 0%;
    text-align: -webkit-center;
    margin: 2% 0 0 0;
}
	.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.welcome_btn {
    background: #fff;
    border: 1px solid #59cef4;
    margin: 5% 0 0 0;
    font-size: 13px;
}
.welcome_btn:hover{
	
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

    background: #2f3293;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
    color: #ffffff;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.banner{
    width: 100%;
    float: left;
    display: block;
    position: static;
	margin: 0 0 6% 0;
    height: 400px;
	background-image:url(../images/banner_img.PNG);
	background-size: cover;
	
}
.banner_content{
	width: 100%;
	display: block;
    position: relative;
    margin: 6% 0 0 0;
    float: left;
}
.content_bg{
	background: black;
    width: 50%;
    float: right;
    height: 262px;
	padding: 2% 2% 2% 2%;
    background: rgba(0, 0, 0, 0.7);
}
.banner_btn{
    margin: 5% 0 0 0;
    color: #00b6f1;
    font-size: 12px;
}
.banner_head{
    font-size: 35px;
    color: #fff;
	font-weight: bold;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 2px;
	line-height: 0.8;
}
.banner_desc{
	font-family: 'Oxygen', sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: justify;
	line-height: 1.8;
	padding: 0 0 2% 0;
}

.about_head{
	text-align: -moz-right;
	text-align: -webkit-right;
    font-size: 35px;
    color: #000;
	font-weight: bold;
	font-family: 'Dosis', sans-serif;
	letter-spacing: 2px;
	line-height: 0.8;
}
.name{
	color: #2f3293;
    font-size: 37px;
}
.about_desc{
	font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: justify;
	line-height: 1.8;
	font-weight: 600;
	padding: 0 0 8% 0;
}
.tech_desc{
	padding: 0 0 2% 0;
}
.technology{
	width: 100%;
    float: left;
    display: block;
    position: relative;
	margin: 0px 0 2% 0;
}
.about{
	width: 100%;
    float: left;
    display: block;
    position: relative;
	margin: 0 0 2% 0;
}
.read_more_btn{
	float: right;
    margin: 5% 0 0 0;
    color: #3f3f3f;
    border: 1px solid #00b6f1;
    padding: 2% 4% 2% 4%;
	border-bottom: 3px solid #0289b5;
}
.read_more_btn:hover{
	background: #2f3293;
    color: #fff;
    border: 1px solid #2f3293;
	-webkit-transition: all 0.6s ease 0s;
	border-bottom: 3px solid #2f3293;
}
.tech_btn:hover{
	background: #fff;
    color: #2f3293;
    border: 1px solid #fff;
	-webkit-transition: all 0.6s ease 0s;
	border-bottom: 3px solid #fff;
}
.tech_bg{
	background: #59cef4;
    width: 100%;
	height: 365px;
}
.tech_head{
	text-align: -moz-left;
    text-align: -webkit-left;
    margin: 8% 0 0 0;
}
.underline{
	height: 2px;
    background: #2f3293;
    margin: 5% 0 4% 0%;
}
.tech_btn{
    margin: 0;
    border: 1px solid #000;
	border-bottom: 3px solid #000;
}
.img{
	background-image:url(../images/tech_bg_img.PNG);
}
.product{
    width: 100%;
    float: left;
    display: block;
    position: relative;
    text-align: -webkit-center;
	margin: 0px 0 2% 0;
	text-align: -moz-center;

}
.product_head{
	text-align: -moz-center;
	text-align: -webkit-center;
    padding: 3% 0 0 0;
}
.product_under{
    margin: 2% 0 4% 0%;
    width: 20%;
}

.product_name:hover{
	color: #2f3293;
	-webkit-transition: all 0.6s ease 0s;
}
.product_bg{
	width: 89%;
    float: left;
    position: relative;
    display: block;
    background: #2f3293;
    height: 421px;
	margin: 10% 0 10% 0;
}
.product_img{
	float: left;
    margin: 2% 0 0 -5%;
    height: 96%;
    width: 96%;

}
.product_name{
	text-align: -moz-center;
	text-align: -webkit-center;
    font-size: 27px;
}
.contact{
	width: 100%;
    float: left;
    display: block;
    position: relative;
	text-align: -moz-center;
    text-align: -webkit-center;
	padding: 0 0 3% 0;
}
.contact_main_desc{
	text-align: -moz-center;
	text-align: -webkit-center;
    font-weight: 100;
	padding: 0 0 3% 0;

}
.contact_pad{
	margin: 2% 0 2% 0%;
}
.contact_info{
	padding: 0 0 7% 0;
}
.contact_touch{
	text-align: -moz-center;
	text-align: -webkit-center;
    font-size: 19px;
	padding: 0px 0 5% 0;

}
.size{
	font-size: 16px;
    font-weight: 100;
    padding: 0 0 0 0;
}
.footer{
	width: 100%;
    float: left;
    display: block;
    position: relative;
	text-align: -moz-center;
    text-align: -webkit-center;
	background:#2f3293;
	height:130px;
}
.social_icons{
	color: #fff;
    padding: 3% 0 0 1%;
}
.social_icons:hover{
	color:#a3a5f9;
	-webkit-transition: all 0.6s ease 0s;
}
.footer_desc{
	padding: 0 0 0px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}
.co_color{
	color: #fff;
}
.co_color:hover{
	color:#8f91ea;
	-webkit-transition: all 0.6s ease 0s;
}






/*inner page style starts*/



.about_banner{
	height: 300px;
	width: 100%;
    float: left;
    display: block;
    position: static;
	background-image:url(../images/gallery_banner.PNG);
	background-size: cover;
}
.product_banner{
	background-image:url(../images/product_banner.PNG);
}
.contact_banner{
	background-image:url(../images/contact_banner.PNG);
}
.gallery_banner{
	background-image:url(../images/gallery_banner.PNG);
}
.about_poorna{
    width: 100%;
    float: left;
    margin: 6% 0 0 0;
    text-align: -webkit-center;
}
.inner_head{
	text-align: center;
    margin: 0 0 3% 0;
}
.inner_desc {
    text-align: center;
    font-weight: 500;
    color: #3a3a39;
    padding: 0px 0 6% 0;
}
.inner_line {
    width: 30%;
    margin: 0 0 2% 0;
}




.tech{
	height: 300px;
	width: 100%;
    float: left;
    display: block;
    position: static;
	background-image:url(../images/tech_banner.jpg);
	background-size: cover;
}
.inner_tech {
    text-align: -webkit-left;
    padding: 0 0 4% 0;
}
.inner_tech_line {
    width: 30%;
    text-align: -webkit-left;
    margin: 2% 0 4% 0;
}
.inner_tech_desc {
    padding: 0 0 14% 0;
}
.technology_box {
    text-align: -webkit-left;
}
.tech_img{
	width: 100%;
    margin: 9% 0 0 0;
}






.product1 {
    width: 20%;
}
.pro_desc {
    padding: 0 0 2% 0;
}
.product_inner_img {
    margin: 0 0 4% 0;
}
.product_text{
	font-size: 15px;
    text-align: center;
    line-height: 1.2;
}
.product_box{
	width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: block;
    padding: 0 0 4% 0;
}
.gallery_pad{
	margin: 3% 0 0 0;
}















/*gallery*/


.gallery {
    margin: 1% 0 0 0;
    /* padding: 0 0 78% 0; */
    width: 100%;
    float: left;
    position: relative;
}

[class*='thumbnail-'] {
    background: #000;
    width: 25%;
    height: auto;
    float: left;
    padding: 5px 5px 3px 5px;
    cursor: zoom-in;
}

[class*='thumbnail-'] img{
  max-width: 100%;
}

[class*='large-'] {
    background: #000;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: none;
}

[class*='large-'] img {
    width: 50%;
    max-width: 100%;
    margin: 0 auto;
}

.prev{
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 45%;
  left: 10px;
  float: left;
}

.next{
  color: #fff;
  font-size: 60px;
  position: absolute;
  top: 45%;
  right: 10px;
  float: right;
}

.close {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 5px;
    right: 10px;
    float: right;
    cursor: zoom-out;
}

[class*='thumbnail-']{
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor: zoom-in;
}

[class*='thumbnail-']:hover img{
  transition: .3s linear;
  transition-delay: 300ms;
  transform: /* rotate(5deg) */ scale(1.4);
}

[class*='thumbnail-'] > .caption {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 0px;
    height: 69px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

[class*='thumbnail-']:hover > .caption{
  display: block;
 
}

@media screen and (max-width:480px){
  .caption h3{
    font-size: 12px;
  }
}

/*gallery*/







.contact_form{
    width: 100%;
    height: auto;

}
.box{
	float: right;
	width: 100%;
    margin: 22px 0 0 0px;
    height: 46px;
    font-size: 14px;
    padding: 0 0 0 12px;
	outline: none;
	
}
.box:focus{
border: 1px solid #2f3293;
    box-shadow: 0px 0px 1px #2f3293;
	
}

.comment{
    float: left;
    width: 98%;
    margin: 22px 0 0 1%;
    height: 125px;
    padding: 10px 0 0 12px;
    resize: none;
}

.send-submit{
width: 11%;
    height: 35px;
    background: #2b3135;
    border: none;
    margin: 3% 0 4% 2%;
    color: #fff;
    font-size: 15px;

}
.send-submit:hover{
	color:#fff;
	background:#2b3135;
    transition: 0.3s;
}
.map{
	    margin: 0 0 5% 0;
}
















/*inner page style ends/*


















/*Menu style starts/*


body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Micro Clearfix */
.cf:before, 
.cf:after {
	content: '';
	display: table;
	visibility: hidden;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

.wrap {
	text-align: -moz-center;
  text-align: center;
}

.row {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  overflow: hidden;
  width: 96%;
}

#header {
  overflow: visible;
  position: relative;
}

#header h1 {
  margin: 5px 0;
}

#primary-nav-button {
  background: transparent;
  display: none;
  border: 1px solid #aaa;
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 0;
  text-decoration: none;
  color: #333;
  text-align: -moz-center;
  text-align: center;
  font-weight: bold;
  font-size: 0;
}

#primary-nav-button:hover {
  background: rgba(0,0,0,0.05);
}

#primary-nav-button.selected {
  background: rgba(0,0,0,0.1);
}

#primary-nav-button:before {
  /* content: '☰'; */
  content: '\2261';
  display: block;
  font-size: 36px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.05;
  height: 1em;
  width: 1em;
  color: inherit;
  speak: none;
}

.menu li {
    float: left;
    position: relative;
    margin: 2% 0 0 3%;
	    list-style: none;

}

.menu li:last-child {
  margin-right: 0;
}

.menu .sub-menu li {   
 width: 88%;
     margin: 0 0% 0px -6px;
}

.menu li a {
  display: block;
  text-decoration: none;
}

#top-nav li a {
  color: #8CC152;
  padding: 5px 0;
}

#top-nav .sub-menu {
  background: #fff;
}

#top-nav .sub-menu li a {
  padding: 5px;
}

#top-nav .sub-menu li > a:hover,
#top-nav .sub-menu li.selected > a {
  background: #8CC152;
  color: #000;
}

#primary-nav li a {
    color: #2f3293;
    font-weight: 600;
    font-size: 17px;
    padding: 10px;
    font-family: 'Dosis', sans-serif;
}

#primary-nav li.active > a,
#primary-nav li > a:hover,
#primary-nav li.selected > a {
	    color: #000;
}

.downarrow {
  	background: none;
  display: inline-block;
	  padding: 0;
  	text-align: center;
  min-width: 3px;
}

.sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 10px;
}

.downarrow:before {
  content: '\25be';
  color: inherit;
  display: block;
	  font-family: sans-serif;
	  font-size: 1em;
  line-height: 1.1;
	  width: 1em;
  	height: 1em;
}

.menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  max-height: 1000px;
}

.menu .sub-menu.hide {
  display: none;
}

#primary-nav .sub-menu {
    background: #a7e0f9;
    min-width: 150px;
    z-index: 200;
}

#primary-nav .sub-menu li {
}

#primary-nav .sub-menu li:last-child {
  border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
  content: '\25b8';
}

#primary-nav.mobile {
  display: none;
  position: absolute;
  top: 100%;
  background: #A0D468;
  width: 100%;
}

#primary-nav.mobile li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #7cb142;
}

#primary-nav.mobile li.selected > a {
  border-bottom: 1px solid #7cb142;
}

#primary-nav.mobile li:last-child {
  border: none;
}

#primary-nav.mobile li a {
  padding: 5%;
}

#primary-nav.mobile .sub-menu li a {
  padding-left: 7%;  
}

#primary-nav.mobile .sub-menu .submenu li a {
  padding-left: 9%;  
}

#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a {
  padding-left: 11%;  
}

#primary-nav.mobile .sub-menu {
  float: left;
  position: relative;
  width: 100%;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
  position: absolute;
  right: 0;
  padding-right: 5%;
}

#primary-nav.mobile .sub-menu .downarrow:before {
  content: '\25be';
}
#primary-nav-button.mobile {
  display: inline-block;
}
  
}


/*Menu style ends/*








































