﻿@charset "utf-8";

* {
	margin:0;
	padding:0px;}
	
::-moz-selection { /* Code for Firefox */
    color:#F8F8F8;
    background: #FB080C;
}

::selection {
     color:#F8F8F8;
    background: #FB080C;
}


body {
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:27px;}
	

	
section {
	width:100%;
	height:auto;
	float:left;}
	
ul , ol {
	margin:0 !important;
	list-style-type:none}
	
footer {
	width:100%;
	height:auto;
	float:left;
	background-color: #252525;
	padding:30px 0px 20px 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,4c4c4c+50,272727+100 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(top,  #000000 0%, #4c4c4c 50%, #272727 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%,#4c4c4c 50%,#272727 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%,#4c4c4c 50%,#272727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#272727',GradientType=0 ); /* IE6-9 */

	}
	
.top-line {
	background-color:#054067;
	opacity:0.9;
	width:100%;
	height:auto;
	float:left
	}
	
.top-line ul {
	float:right;}
	
.top-line ul li {
	float:left;
	padding:10px 10px;}
	
.top-line ul li a {
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	}


.menu {
	float:right;
	}	
	
.menu li {
	float:left;
	padding:10px 10px;
	margin-top:15px;}
	
.menu li a{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	padding:5px;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
color:#FFFFFF;
	}
	
.nav-act {
	background-color:#12405e;
	color:#FFFFFF;
	}
	
	
.menu li a:hover {
	background-color:#12405e;
	color:#FFFFFF;
	text-decoration:none;
	}
	
	
.banner {
	width:100%;
	float:left;
	height:auto
	}
	
	
.top-itme {
	position:absolute;
	top:0;
	z-index:1000;
	width:100%;}

.swiper-container {
        width: 100%;
    }
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	
.service-block {
	width:100%;
	height:auto;
	float:left;
	border:1px solid #c0d0db;
	text-align:center;
	margin-top: 100px;}
	
.service-lists {
	width:100%;
	float:left;
	height:auto;
	padding:20px 0px;}
	
.icon-img {
	margin-top:-60px;
	}
	
	
.service-block > a {
    background-color: #174d70;
    color: white;
    padding: 5px 15px;
    line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
    top: 11px;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
color:#FFFFFF;
}


.service-block > a:hover {
	background-color:#FFFFFF !important;
	color:#174d70;
	border:1px solid #174d70;
	text-decoration:none;
	}
	
.service-block h3 {
	color:#707070;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;}
	
 .service-block p {
	 color:#707070;
	 font-size:14px;
	 font-family: 'Raleway', sans-serif;
	 padding:0px 5px;}
	 
.width50per {
	width:50%;
	float:left;
	height:auto;
	margin-top:40px;}
	
#first-half {
	background-color:#484848;
	padding:5% 8% 5% 38%;}
	
#first-half > p {
	color:#fcfcfc;
	font-family: 'Raleway', sans-serif;
	line-height:30px;
	font-size:14px;
	text-align:right;
	}
	
#first-half > a {
	font-size:17px;
	font-family: 'Raleway', sans-serif;
	float:right;
	color:#FFFFFF;
	}


.about-img {
	text-align:left;
	padding-left:10px;
	width:100%;
	height:100%;
	}
	
.about-img img {
	border:1px solid #209ECB}


	
/*Logo carousel*/
#clients {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#clients .clients-wrap {
	display: block;
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
}

#clients .clients-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}

	
.parallax {
     ;
     min-height: 150px;
     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	
.contact-text {
	color:#383838;
	line-height:29px;
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	margin-top:35px;}
	
.cntc-me {
    background-color: #022e4d;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    float: right;
    font-family: "Open Sans",sans-serif;
    margin-top: 35px;
    padding: 15px 33px;
    transition: all 500ms ease 0s;
}
.cntc-me:hover {
    background-color: #ffffff;
    color: #022e4d;
}
	
#footer h1 {
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;}
	
#footer p {
	color:#E4E4E4;
	font-size:15px;
	font-family: 'Raleway', sans-serif;
	text-align:left;
	line-height:27px;}
	
#footer h3 {
	margin-top:30px;
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;}
	
#service-list li{
	color:#FFFFFF;
	padding:5px 0px;
	}
	
#service-list li a{
	color:#e4e4e4;
	font-family: 'Raleway', sans-serif; }
	
#service-list li a:hover{
	margin-left:1px;
	}

#service-list li a i {
	padding-right:10px;}
	
address {
	color:#FFFFFF;
	font-family: 'Raleway', sans-serif;}
	
.cntct-numbrs a {
	color:#FFFFFF;
	font-family: 'Open Sans', sans-serif;}
	
.cntct-numbrs a:hover {
	color:#FFFFFF;
	text-decoration:none;}
	
.cntct-mail a {
	color:#FFFFFF;
	font-family: 'Raleway', sans-serif;}
	
.cntct-mail a:hover {
	color:#FFFFFF;
	text-decoration:none;}
	
hr {
	background-color:#6f6f6f;}
	
.btm-ftrline {
	background-color:#022e4d;
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	padding:10px 0px;
	color:#f3f3f3;
	font-family: 'Open Sans', sans-serif;}
	
	
.menu-icon {
	display:none;}
	
.about-banner:before{
	float:left;
	width:100%;
	background-color:#000000;
	}
	
.about-banner {
	height:400px;
	background-image:url(../img/about-bnr.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}
	
	.about-bannerhome {
	height:400px;
	background-image:url(../img/about-bnr1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}
	
	
	.about-bannerabout {
	height:400px;
	background-image:url(../img/about-product.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}
	
	.about-bannercontact {
	height:400px;
	background-image:url(../img/about-product.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;}

	



	
.breadcrumb-sec {
	 background-color: #ffffff;
    opacity: 0.8;
    position: relative;
    text-align: center;
    top: 200px;
    width: 200px;
    margin: auto;
    padding: 10px;
    font-family: 'Wendy One', sans-serif;
	color:#174d70;
	border:2px #174d70;
	border-style: double;}
	
.breadcrumb-sec2 {
	 background-color: #ffffff;
    opacity: 0.8;
    position: relative;
    text-align: center;
    top: 200px;
    width: 300px;
    margin: auto;
    padding: 10px;
    font-family: 'Wendy One', sans-serif;
	color:#174d70;
	border:2px #174d70;
	border-style: double;}

.breadcrumb-sec2 h2 {
	font-size:30px;}	
	
.breadcrumb-sec h2 {
	font-size:30px;}
	
.breadcrumb-dir {
	font-family: 'Open Sans', sans-serif;}
	
.breadcrumb-dir li {
	display:inline-block;}
	
.breadcrumb-dir li a {
	text-decoration:underline;}
	
.abt-indro-img {
	float:left;
	height:auto;
	width:100%;
	padding-top: 10px;}
	
.abt-indro-cntent {
	float:left;
	height:auto;
	width:100%
	}
	
.abt-indro-cntent h2 {
	font-family: 'Open Sans', sans-serif;
	color:#4A4A4A;
	font-weight:600;
	text-transform:uppercase;
	margin-top:0px !important}
	
.abt-indro-cntent p {
	 color: #4a4a4a;
	font-size:16px;
	text-align:justify;
	font-family: "Raleway",sans-serif;
	 line-height: 26px;}
	
.about-main {
	float:left;
	height:auto;
	width:100%;
	background-color:#F0F0F0;
	padding:50px 0px;}
	
.parallax2 {
     background: url(../img/about-parallax.jpg);
     min-height: 150px;
     background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.pavan {
	width:100%;
	float:left;
	height:auto;
	text-align:center;
	margin-top:12px;}
	
.pavan p {
	color:#FFFFFF;
	font-size:20px;
	font-family: "Raleway",sans-serif;
	text-transform:uppercase;}

.count
{
   color:white;
  font-size:50px;
  font-family: 'Open Sans', sans-serif;
}

.clients {
	float:left;
	width:100%;
	height:auto;
	margin:20px 0px;
	}
	
.clients h2 , .career h2{
	color: #4a4a4a;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    margin-top: 0 !important;
    text-transform: uppercase;}
	
.clients p , .career p{
	color: #9c9c9c;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;}
	
.career {
    background-color: #f0f0f0;
    float: left;
    height: auto;
    padding: 50px 0;
    width: 100%;
}

.career h3 {
	color:#9c6600;
	font-size: 16px;
	font-family: "Raleway",sans-serif;}
	
.advantages {
	font-size: 14px;
	font-family: "Raleway",sans-serif;}
	
.advantages li {
	padding:3px 2px;
	color:#858585}

.advantages li i {
	padding-right:5px;}
	
.send-cv {
	font-size: 16px;
	font-family: "Raleway",sans-serif;}
	
.current {font-family: "Raleway",sans-serif;}

.contact-us {
	float:left;
	width:100%;
	height:auto;
	background-color:#ECECEC;
	padding:30px 0px; }
	
.contact-us h2 { color: #4a4a4a;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    margin-top: 0 !important;
    text-transform: uppercase;
	text-align:center;}
	
.contact-us p {
	color: #9c9c9c;
    font-family: "Raleway",sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
	text-align:center;}
	
	
.form-control {
	margin:10px 0px;
	  font-family: "Raleway",sans-serif;}
	  


.form-control:focus  {
	background-color:#ececec;
	border:1px solid #093f63;}
	
.sbmt-width {
	width:100%;
	float:left;
	height:auto;
	text-align:center}
	
/*.submit {
	background-color: #174d70;
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    line-height: 25px;
    padding: 5px 20px;
    position: relative;
    top: 11px;
    transition: all 500ms ease 0s;
	border:1px solid #FFFFFF;}*/

.submit {	
	background-color: #174d70;
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    padding: 10px 20px;
    transition: all 500ms ease 0s;
	border:1px solid #FFFFFF;
	margin-top:11px;}
	
.submit:hover {
	background-color:#FFFFFF !important;
	color:#174d70;
	border:1px solid #174d70;
	text-decoration:none;}
	
.contact-data {
	width:100%;
	float:left;
	height:auto;
	border-radius:5px;
	background-color:#174462;
	border:2px solid #1268a0;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;}
	
.cntct_data  {
	width:100%;
	height:auto;
	float:left;
	padding: 10px 30px;
	box-sizing:border-box;}

	
.icon-side {
	width:20%;
	float:left;
	height:auto;}
	
.text-side {
	width:80%;
	float:left;
	height:auto;
	color:#FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	text-align: left;}
	
.text-side a {color:#FFFFFF;}

.text-side a:hover {color:#FFFFFF;}
	

.icon-side i {
	font-size:30px;
	color:#ececec;
	
	border-radius:50%;}
	
#tranform40 {
	transform:rotate(-40deg)}
	
.icon-text {
	float:left;
	height:auto;
	width:100%;
	padding:20px;
	box-sizing:border-box;
	text-align: center;}
	
.contact-us2 {
	background-color: #ececec;
    float: left;
    height: auto;
    width: 100%;
	padding:20px 0px 30px}
	
.maps {
	float:left;
	width:100%;
	height:auto}
	
.maps iframe{
	width:100%;
	float:left;
	height:370px;
	border:none}
	
.stick-it {width:100%;
	height:auto;
	float:left;
	background-color:#ececec;
	  margin-top: -40px;}
	
.left-stick {
	position: relative;
    top: 51px;
    z-index: 11111111111;}
	
.right-stick {
	position: relative;
    top: 51px;
    z-index: 11111111111;
	float:right;
	 right: 20px;}
	 

.vertical-menu {
	width:100%;
	float:left;
	height:auto;
	margin:20px 0px;}
	
.width100 {
	float:left;
	width:100%;
	height:auto;}
	
.icon-img img{
	border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;}
		  

.service-list {
	float:left;
	width:100%;
	height:auto}
	

	
.service-list li {
	background-color:#efefef;
	box-sizing: border-box;
	padding:10px 20px;
	border-bottom: 1px solid #FFFFFF;
	color:#1f5d98;
	font-family: "Open Sans",sans-serif;
	text-decoration:none;
	}
	

	
.service-list ul a {
	font-family: "Open Sans",sans-serif;
	text-decoration:none}
	
/*.service-list li:first-child {
	background-color:#123f73}
.service-list li:first-child a{
	text-decoration:none}	*/
	
.service-in {
	float:left;
	width:100%;
	height:auto;
	margin:30px 0px;}
	
	
.active-sev {
		background-color:#123f73 !important;
		color:#F9F9F9 !important;
		}
		
.active-sev a {
	color:#FFFFFF !important}
		
		
.active-sev::after{
	border-bottom: 20px solid transparent;
    border-left: 14px solid #123f73;
    border-top: 20px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 95%;
    margin-top: -30px;
    position: absolute;
    width: 0;
    z-index: 2;}
	

	
.software-dev {
	width:100%;
	float:left;
	height:auto;
	padding:0px 20px;}
	
.software-dev h2 {
	color: #4a4a4a;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    margin-top: 0 !important;
    text-transform: uppercase;
	font-size: 24px;}
	

.software-dev p {
	 color: #9c9c9c;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
	color:#4e4e4e !important;
	margin:0px;
	}
	

	
.software-dev br {
    margin-bottom: 10px;
}

#diveder {
	background: #123f73 none repeat scroll 0 0 !important;
    float: left;
    height: 1px;
    margin-left: 0;
    margin-top: 5px;
    width: 95px;
	}
	
.paraga-text {
	width:100%;
	float:left;
	height:auto}
	
.sub-heads {
	color:#996600;
	font-family: "Open Sans",sans-serif;}
	
.sub-heads-second {
	font-size:18px;
	color:#996600;
	font-family: "Open Sans",sans-serif;}
	
	
.ripple{
  position: relative;
  border: none;
  outline:none;
  cursor: pointer;
  background: #123f73;
  color: white;
   padding: 5px 49px;
  border-radius: 2px;
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  text-transform:uppercase;
}

.ripple > a {
	color:#FFFFFF}

#disable {
	opacity:0.7}
.fab{
  border-radius: 50%;
  margin:0;
  padding: 20px;
}

.material{
  position:relative;
  color:white;
  margin: 20px auto;
  height:400px;
  width:500px;
  background:#f45673;
  
}

.ripple{
  overflow:hidden;
}

.ripple-effect{
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;

    
  animation: ripple-animation 2s;
}


@keyframes ripple-animation {
    from {
      transform: scale(1);
      opacity: 0.4;
    }
    to {
      transform: scale(100);
      opacity: 0;
    }
}

.paraga-text ul li {
	 color: #4e4e4e !important;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 26px;}
	
	
.paraga-text ul li i{
	padding-right:5px;
	color:#4e4e4e}
	
	
.service-list ul:nth-child(2) a li{
	font-size:13px;
	color:#868686}
	

	
.crm-secs {
	margin:10px 0px;
	padding:10px 0px;
	border-bottom:1px solid #B3B3B3
	}
	
.crm-secs h2 {
	color: #4a4a4a;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0 !important;
    text-transform: uppercase;}
	
.rm {
	 font-size: 16px !important;
    line-height: 27px;
	}
	
.crm-secs2 {
	margin:10px 0px;
	padding:10px 0px;}
	
.active-sev-sub {
		background-color:#0C7BAA !important;
		color:#FFFFFF !important
		}
		
.active-sev-sub a {
	color:#FFFFFF !important}
		
		
.active-sev-sub::after{
	border-bottom: 20px solid transparent;
    border-left: 14px solid #0C7BAA;
    border-top: 20px solid transparent;
    content: " ";
    display: block;
    height: 0;
    left: 95%;
    margin-top: -30px;
    position: absolute;
    width: 0;
    z-index: 2;}
	
.paraga-text h4 {
	font-size:20px;
	font-family: "Open Sans",sans-serif;
	font-weight:700}
	

.product-main {
	width:100%; 
	float:left;
	 height:auto;
	  background-color:#f0f8fd;
	  padding:50px 0px;
	}
.product-main h2 {
	color: #4a4a4a;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    margin-top: 0 !important;
    text-transform: uppercase;
	}
	
.product-main p {
	  color: #4e4e4e !important;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    text-align: justify;}
	 
.product-main h4 {
	font-family: "Open Sans",sans-serif;
	color:#3F3F3F;
	padding-top:10px;}
	
.product-main a:hover{
	text-decoration:none;
	color:#32548b;}
	
#read-more {
	background-color: #174d70;
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    line-height: 25px;
    padding: 5px 15px;
    position: relative;
    top: 11px;
    transition: all 500ms ease 0s;
	}
	
#read-more:hover {
	background-color:#FFFFFF !important;
	color:#174d70;
	border:1px solid #174d70;
	text-decoration:none;
	}
/*sticky fixed header style*/	
.sticky {
  width: 100%;
  display: block;
  position: relative;
}

.sticky li {
  display: inline-block;
}

.sticky a {
  font-family: "Open Sans", sans-serif;
  color: #174d70;
  font-size: 12px;
}

.fixed {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100%;
  background-color:#174d70;
  opacity: 0.80;
}

/*sticky fixed header style ends*/	


.product-content {
	width:100%;
	float:left;
	height:auto;}
	
.product-content h4{
	color:#974E4F;
	text-shadow: 0 0 1px #7B7B7B;}

.product-content a{
	color:#974E4F}
	
.product-content ul li{
	color:#474747;
	font-family: "Open Sans", sans-serif;
	margin: 4px 0px;}
	
.product-abtus h3 {
	font-family: "Open Sans", sans-serif;}
	
.product-content h5 {
	font-family: "Open Sans", sans-serif;
	margin-bottom:4px;
	font-weight:600}
	
.product-content h3 {
	font-family: "Open Sans", sans-serif;}
	
.hexa_icon {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    width: 78px;
    height: 142px;
    line-height: 142px;
    background-color: #ec2e4a;
}

.module-mains {
	width:100%;
	float:left;
	height:auto;
	background-color:#FFFFFF;
	border-top: 1px solid #8dc0f3;}
	
.module-mains h2 {
	color: #4a4a4a;
    font-family: "Open Sans",sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0 !important;
    text-transform: uppercase;
	padding:20px 0px;
	}
	
	
.statistic_box{
	float:left;
	width:100%;
	margin-bottom:50px;
	text-align:center;
}
.hexa_icon {
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
    width: 78px;
    height: 142px;
    line-height: 150px;
    background-color: #134374;
}
.hexa_icon:before, 
.hexa_icon:after{
    content: "";
    position: absolute;
    top: 0;
    border-top: 71px solid transparent;
    border-bottom: 71px solid transparent;
}
.hexa_icon:before{
	left: -44px;
	border-right: 44px solid #134374;
}
.hexa_icon:after{
	right: -44px;
	border-left: 44px solid #134374;
}
.hexa_inner{
    background-color: #ffffff;
    position: relative;
    width: 76px;
    height: 140px;
    margin-top: 1px;
    margin-left: 1px;
	z-index:1;
	transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
}
.hexa_inner i {
    color: #134374;
    font-size: 40px;
}
.hexa_inner:before, 
.hexa_inner:after{
    content: "";
    position: absolute;
    top: 0;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
	transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
}
.hexa_inner:before{
	left: -43px;
	border-right: 43px solid #FFFFFF;
}
.hexa_inner:after{
	right: -43px;
	border-left: 43px solid #ffffff;
}
.hexa_inner:hover{
	background-color:#134374;
}
.hexa_inner:hover i{
	color:#ffffff;
}
.hexa_inner:hover:before{
	border-right: 43px solid #134374;
}
.hexa_inner:hover:after{
	border-left: 43px solid #134374;
}
.statistic_box h4 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.03em;
    color: #292929;
	margin-bottom:3px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
}


	
.statistic_box h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height:18px;
    color: #292929;
	text-transform: uppercase;
}

.abt-index {
	width:100%;
	height:auto;
	float:left;
	background-color:#eef4fa;
	margin:20px 0px 0px;
	padding:15px 0px;
	border-top:1px solid #D3D3D3;}
	
.abt-index p {
	font-family: "Open Sans",sans-serif;
	line-height:27px;  margin-top: 10px;
	text-align:justify}
	
.abt-in {
	width:100%;
	height:auto;
	float:left;
}


.footer-space {
	width:100%;
	float:left;
	height: 35px;
	display:none}
	
#visit-website {
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase}
	
.input-fdbck {
	width:100%;
	float:left;
	padding:10px 5px;
	margin:5px 0px;}
	
.input-fdbck::first-child {
	margin:0px 0px;}
	
.erroe {
	font-size:50px; 
	padding:30px 0px;
	font-family: "Open Sans",sans-serif;
	}
	
.back-home {
	font-size:35px
	}
	
.error-icon i{
	border-radius:50%;
	border:1px solid #FCFB08;
	padding:30px}

.error-icon i{
	font-size:60px;
	color:#fff10a}

.contact-done {
    width: 100%;
    float: left;
    height: auto;
    border: 2px dotted #0E8305;
    margin: 20px 0;
    font-size: 30px;
    padding: 30px;
    text-align: center;
    color: #0E8305;
    font-family: "Wendy One",sans-serif;
    background-color: #E3F4EB;
}

#submit {
	 background-color: #174d70;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 30px;
    transition: background-color 0.3s ease 0s;
	}
	
.banner-text { 
    position:absolute;
    color:#FFFFFF; 
    left:100px;
    background-color:#000000;
    opacity:0.7; 
    padding:30px;
    font-size:25px;
	border:1px solid #28D0BE
	}
	
.banner-text2 {
	background-color: #902b2d;
    border: 1px solid #28d0be;
    font-size: 25px;
    opacity: 0.7;
    padding: 30px;
    position: absolute;
    right: 100px;
    top: 250px;
	color:#FFFFFF;
	}

.box{	
	border:1px solid rgba(0, 0, 0, 0.15);
	margin-top: 25px;
	}
	
.box-hdtext{
	margin-top:0px;	
	background-color:#184466;
	text-align:center;
	vertical-align:middle;
	color:#ffffff !important;
	line-height:42px;	
	}
	
.box-download{
	height:100px;	
	}
	
.box-download a{
	margin-left:22%;
	font-size:17px;
	line-height:100px;
	text-align:center;
	vertical-align:middle;
	color:#333;
	text-shadow:2px 2px 4px rgba(0, 0, 0, 0.15);
	text-decoration:underline;
	transition:ease-in 0.75s;	
	}	
	
.box-download a:hover{
color:rgba(227,0,3,1.00);
text-decoration:none;
}

	
#submit {
	background-color: #174d70;
   border: medium none;
   color: #fff;
   cursor: pointer;
   font-size: 16px;
   font-weight: 300;
   padding: 10px 30px;
   transition: background-color 0.3s ease 0s;
   }
   
.banner-text { 
   position:absolute;
   color:#FFFFFF; 
   left:100px;
   background-color:#000000;
   opacity:0.7; 
   padding:30px;
   font-size:25px;
   border:1px solid #28D0BE
   }
   
.banner-text2 {
   background-color: #902b2d;
   border: 1px solid #28d0be;
   font-size: 25px;
   opacity: 0.7;
   padding: 30px;
   position: absolute;
   right: 100px;
   top: 250px;
   color:#FFFFFF;
   }
   .statistic_box h4 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    letter-spacing: 0.03em;
    color: #292929;
	margin-bottom:3px;
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
}


	
.statistic_box h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height:18px;
    color: #292929;
	text-transform: uppercase;
}

.abt-index {
	width:100%;
	height:auto;
	float:left;
	background-color:#eef4fa;
	margin:20px 0px 0px;
	padding:15px 0px;
	border-top:1px solid #D3D3D3;}
	
.abt-index p {
	font-family: "Open Sans",sans-serif;
	line-height:27px;  margin-top: 10px;
	text-align:justify}
	
.abt-in {
	width:100%;
	height:auto;
	float:left;
}


.footer-space {
	width:100%;
	float:left;
	height: 35px;
	display:none}
	

	

