@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.fh5co-offcanvas {
  overflow: hidden;
}

a {
  color: #ff5722;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}
a:hover {
  text-decoration: none !important;
  color: #ff5722 !important;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #848484;
  font-family: "raleway", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-family: "roboto", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.clearFloat {
  clear:both;
}

.productSpacer {
  padding-top: 15px;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #ff5722;
}

::-moz-selection {
  color: #fcfcfc;
  background: #12BDE3;
}

::selection {
  color: #fcfcfc;
  background: #ff5722;
}

#fh5co-header {
  position: relative;
  margin-bottom: 0;
  z-index: 9999999;
}


/*My Costom Css*/
.nav-header h1 {
  float: left;
  margin: 0;
  width: 20% !important;
}
#fh5co-logo img {
  width: 30%;
}

#fh5co-features {
  margin: 70px 0 0;
}

.btn-color {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-bottom: 2px solid rgb(12, 188, 225);
  border-image: none;
  border-left: 0 none !important;
  border-radius: 134px;
  border-right: 2px solid rgb(12, 188, 225);
  border-top: 2px solid rgb(12, 188, 225);
  height: 30px;
  padding: 6px;
}

.new-ser {
  color: rgb(26, 192, 227);
  float: left;
  font-size: 20px;
  left: -9px;
  position: relative;
}

.social-media li {
  display: inline;
  list-style: outside none none;
  padding: 8px;
}

.social-media li i {
  color: rgb(255, 255, 255);
  font-size: 29px;
  transition: all 0.5s ease 0s;
}

.social-media li i:hover {
  transform: rotate(360deg);
  transition: all 0.5s ease 0s;
}

.my-control {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgb(10, 187, 225) -moz-use-text-color rgb(10, 187, 225) rgb(10, 187, 225);
  border-image: none;
  border-radius: 65px;
  border-style: solid none solid solid;
  border-width: 2px 0 2px 2px;
  height: 30px;
  box-shadow: -5px 4px 8px #ccc;
  padding: 5px;
}

.my-control:focus {

  box-shadow: -5px 4px 8px #ccc;
}

.grow i {
  color: #12BDE3 !important;
}

.btn-color:hover {
  -moz-border-bottom-colors: none !important;
  -moz-border-left-colors: none !important;
  -moz-border-right-colors: none !important;
  -moz-border-top-colors: none !important;
  background: rgb(255, 255, 255) none repeat scroll 0 0 !important;
  border-bottom: 2px solid rgb(20, 189, 226) !important;
  border-image: none !important;
  border-left: 0 none;
  border-right: 2px solid rgb(20, 189, 226) !important;
  border-top: 2px solid rgb(20, 189, 226) !important;
  color: rgb(20, 189, 226) !important;
}

.my-control:focus {
  box-shadow: 0 0;
}

.btn-color:focus {
  -moz-border-bottom-colors: none !important;
  -moz-border-left-colors: none !important;
  -moz-border-right-colors: none !important;
  -moz-border-top-colors: none !important;
  background: rgb(255, 255, 255) none repeat scroll 0 0 !important;
  border-bottom: 2px solid rgb(26, 192, 227) !important;
  border-image: none !important;
  border-left: 0 none;
  border-right: 2px solid rgb(26, 192, 227) !important;
  border-top: 2px solid rgb(26, 192, 227) !important;
}

.form-right {
  float: right;
  margin-top: 3px;
  width: 38%;
}

.why {
  color: rgb(0, 0, 0);
  font-size: 32px;
  letter-spacing: 2px;
  margin: 0;
}

.join-why > h2 {
  color: #fff !important;
  font-size: 27px !important;
}

.join-why > p {
  color: rgb(18, 190, 225);
  font-size: 17px;
}

.join-btn > a {
  border-bottom: 3px solid #12BEE1;
  color: rgb(255, 255, 255);
  padding: 6px 0;
}

.join-btn > a:hover {
  color: rgb(255, 255, 255) !important;
  padding-left: 20px;
  transition: all 0.5s ease 0s;
}

.botom-color {
  background: #12BDE3;
  height: 2px;
  margin: 24px auto;
  width: 9%;
}

.botom-color-2 {
  background: #000;
  height: 2px;
  margin: 24px auto;
  width: 9%;
}

.white {
  color: rgb(255, 255, 255) !important;
  margin-top: 0;
}

.sigma-img > img {
  width: 100%;
  padding: 10px;
  background: #fff;
}

.first-book > h1 {
  color: rgb(255, 255, 255);
  font-size: 26px;
  margin: 3px;
}

.first-book > p {
  color: #000;
  line-height: 17px;
  margin: 13px 0;
}

.book-1 {
  margin: 0 14px;
}

.sigma-img {
  margin-top: 5px;
}
.wht-pera {
  text-align: center;
}

.first-why > h2 {
  color: rgb(0, 0, 0);
  font-size: 16.82px;
  margin: 25px;
}

.first-why > p {
  font-size: 12.85px;
  margin-bottom: 70px;
}



.first-why {
  margin-top: 65px;
  text-align: center;
}

.why-2-colour {
  background: rgb(18, 189, 227) none repeat scroll 0 0;
  height: 2px;
  margin: 14px auto;
  width: 20%;
}

/*My Costom Css*/

/*paralexx-css-start*/
/*-=-=-=-=-=-=-=-=-=-*/
/* GENERAL STYLES */
/*-=-=-=-=-=-=-=-=-= */

.section--purple.wow.fadeInLeft.animated > img {
  width: 100%;
}

.about {
  margin: 20px 0;
  padding: 20px 0;
}

.clear	{ 
	clear: both;
	display: block;
	width: 0; 
	height: 0;
	visibility: hidden;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 30px 0;
	font-weight: 300;
}
h1 { font-size: 34px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

#container {
	width:  860px;
	margin: 0 auto;
}

section {
  position: relative;
}

.teamMemberHolder {
	float:left;
	width:50%;
	padding: 0 5% 0 5%
}

/*-=-=-=-=-=-=-=-=-=-*/
/* Wow Image */
/*-=-=-=-=-=-=-=-=-= */

.service-section {
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}





/*-=-=-=-=-=-=-=-=-=-*/
/* Column Grids */
/*-=-=-=-=-=-=-=-=-= */

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }

/*-=-=-=-=-=-=-=-=-=-*/
/* Links */
/*-=-=-=-=-=-=-=-=-= */

a {	text-decoration: none; color: #666666;}
a:hover, a:active { outline: 0; color: #666666; }
</style>

/*end-hare*/

.stuck {
  position: fixed !important;
  top: 0 !important;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}

.header-top {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  box-shadow: 1px 2px 1px rgb(238, 238, 238);
  margin-bottom: 5px;
  padding: 1px 0;
  display: none;
}
.header-top .fh5co-link a {
  margin-left: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.header-top .fh5co-link a:first-child {
  margin-left: 0;
}
.header-top .fh5co-link a:hover {
  color: white !important;
}

@media screen and (max-width: 768px) {
  .header-top .fh5co-link {
    text-align: center;
  }
}


.header-top .fh5co-social a {
  color: rgb(22, 191, 226);
  font-size: 23px;
  margin-right: 15px;
  position: relative;
  transition: all 0.5s ease 0s, all 0s ease-in-out 0s;
}
.header-top .fh5co-social a:last-child {
  margin-right: 0;
}
.header-top .fh5co-social a:hover, .header-top .fh5co-social a:focus, .header-top .fh5co-social a:active {
  text-decoration: none;
  color: white !important;
}
.header-top .fh5co-social a:hover i, .header-top .fh5co-social a:focus i, .header-top .fh5co-social a:active i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
@media screen and (max-width: 768px) {
  .header-top .fh5co-social {
    text-align: center !important;
  }
}

.fh5co-cover,
.fh5co-hero {
  position: relative;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover,
  .fh5co-hero {
    height: 700px;
  }
}
.fh5co-cover.fh5co-hero-2,
.fh5co-hero.fh5co-hero-2 {
  height: 600px;
}
.fh5co-cover.fh5co-hero-2 .fh5co-overlay,
.fh5co-hero.fh5co-hero-2 .fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.fh5co-overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(66, 64, 64, 0.9);
  background: rgba(0, 0, 0, 0.2);
}

.fh5co-cover {
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .btn {
  padding: 1em 2em;
  opacity: .9;
}
.fh5co-cover.fh5co-cover_2 {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover_2 {
    heifght: inherit;
    padding: 3em 0;
  }
}
.fh5co-cover .desc {
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -80px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.fh5co-cover .desc h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 60px;
  margin-bottom: 10px;
  font-weight: 300 !important;
}
.fh5co-cover .desc h2 strong {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .desc h2 {
    font-size: 40px;
  }
}
.fh5co-cover .desc span {
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
  letter-spacing: 1px;
}
.fh5co-cover .desc span a {
  color: #fff;
}
.fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
  color: #fff !important;
}
.fh5co-cover .desc span a:hover.btn, .fh5co-cover .desc span a:focus.btn {
  border: 2px solid #fff !important;
  background: transparent !important;
}
.fh5co-cover .desc span a.fh5co-site-name {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
  margin: 7px 0 0 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 12em;
  *width: 12em;
}

.sf-menu a {
  border-bottom: medium none !important;
  border-left: medium none;
  border-top: medium none;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 600;
  padding: 0.75em 23px !important;
  text-decoration: none;
}
.sf-menu a:hover, .sf-menu a:focus {
  color: rgb(18, 189, 227) !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
  color: #ff5722;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 0.2em 1em !important;
  letter-spacing: 1px;
  font-size: 14px !important;
}

.sf-menu li:hover a, .sf-menu li.sfHover a, .sf-menu ul li:hover a, .sf-menu ul li.sfHover a, .sf-menu li.active a {
  color: #12BDE3;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#fh5co-header-section {
  background: rgba(255, 255, 255, 0.91) none repeat scroll 0 0;
  left: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1022;
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

/*#fh5co-logo {
  position: relative;
  z-index: 2;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 35px;
  font-weight: 700;
  float: left;
}*/
#fh5co-logo span {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fh5co-logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#fh5co-logo a {
  color: #ff5722;
}
#fh5co-logo a:hover, #fh5co-logo a:focus {
  color: #ff5722 !important;
}

#fh5co-menu-wrap {
  display: block;
  float: right;
  position: relative;
  z-index: 2;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 1em .75em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #ff5722 !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: -0px;
  top: 50%;
  font-size: 12px;
  margin-top: -7px;
  content: "\e922";
  color: rgba(0, 0, 0, 0.5);
}
#fh5co-primary-menu > li > ul li {
  position: relative;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 20px;
  font-size: 12px;
  content: "\e924";
  color: rgba(0, 0, 0, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px 7px 10px;
  background: #fff;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  left: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  left: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 18px;
  line-height: 34px;
  color: #575757 !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #ff5722 !important;
}

/*#fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2,
#fh5co-blog-section,
#fh5co-features {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-work-section,
  #fh5co-services-section,
  #fh5co-content-section,
  #fh5co-work-section_2,
  #fh5co-blog-section,
  #fh5co-features {
    padding: 4em 0;
  }
}*/

.fh5co-section-gray {
  background: rgba(0, 0, 0, 0) url("../images/con-2.jpg") fixed  100% ;
  padding: 70px 0;
}

.join-sec {
  padding: 70px 0;
  background: rgba(0, 0, 0, 0) url("../images/map-bg.jpg") fixed  100% ;
}

.im-sev-map {
  float: left;
  width: 15%;
}

.jio-text h2 {
  color: rgb(255, 255, 255);
  margin: 0;
}

.jio-text > a {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  padding: 2px 28px;
}

.jio-text > a:hover {
  color: rgb(25, 191, 228) !important;
}

.jio-text {
  margin-bottom: 33px;
  padding: 0;
}

.join-sec-inn > h1 {
  color: rgb(255, 255, 255);
  font-size: 39px;
  margin-bottom: 20px;
  text-align: center;
}

.jio-text > p {
  color: rgb(0, 0, 0);
  margin: 6px;
}

.value-sec {
  padding: 70px 0;
  text-align: center;
}

.first-value > h3 {
  color: rgb(18, 190, 225);
  margin: 20px 0;
}

*::before, *::after {
  box-sizing: border-box;
}

.value-colour {
  background: rgb(18, 190, 225) none repeat scroll 0 0;
  height: 1px;
  margin: 6px auto;
  width: 10%;
}

.first-value > a {
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.first-value > a:hover {
  color: #9a9a9a !important;
  font-weight: 600;
}

.comp-banner {
  background: rgba(0, 0, 0, 0) url("../images/COM-BG.jpg") repeat scroll 100% center;
  padding: 117px 0;
  text-align: center;
}

.tech-banner {
  background: rgba(0, 0, 0, 0) url("../images/techBackgroud.jpg") repeat scroll 100% center;
  padding: 117px 0;
  text-align: center;
}

.manu-banner {
  background: rgba(0, 0, 0, 0) url("../images/manuBackgroud.jpg") repeat scroll 100% center;
  padding: 117px 0;
  text-align: center;
}

.iot-banner {
  background: rgba(0, 0, 0, 0) url("../images/iotBackground.jpg") repeat scroll 100% center;
  padding: 117px 0;
  text-align: center;
}

.fm-banner {
  background: rgba(0, 0, 0, 0) url("../images/fmBackground.jpg") repeat scroll 100% center;
  padding: 117px 0;
  text-align: center;
}

.pro-baneer {
  background-attachment: scroll !important;
  background-clip: border-box !important;
  background-color: rgba(0, 0, 0, 0) !important;
  background-image: url("../images/pro-bg.jpg") !important;
  background-origin: padding-box !important;
  background-position: 100% center !important;
  background-repeat: repeat !important;
  background-size: 100% auto;
  padding: 164px 0;
  text-align: center;
}

.contact-banner {
  background: rgba(0, 0, 0, 0) url("../images/contact-bg.jpg") repeat scroll 100% center !important;
  padding: 117px 0;
  text-align: center;
}

.contact-banner h1 {
  font-size: 33px;
}

.comp-inner > p {
  color: rgb(0, 0, 0);
  font-size: 17px;
  font-weight: 600;
}

.CONT-OUTER {
  border-color: rgb(18, 190, 225);
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;
}

.CONT-INNER {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  /*border-color: rgb(204, 204, 204) -moz-use-text-color rgb(204, 204, 204) rgb(204, 204, 204);
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px 0 1px 1px;*/
  padding: 13px;
}

.CONT-INNER > h3 {
  color: rgb(57, 190, 223);
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0;
}

.social-media {
  text-align: right;
}
.testimonial {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0) url("../images/test.jpg") repeat scroll 100% center;
}

.work > h1 {
  color: rgb(255, 255, 255);
  font-size: 22px;
  text-align: center;
}

.work > p {
  color: rgb(0, 0, 0);
  font-size: 13px;
}

.function i {
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin: 0 12px;
}

/*crousel css*/
#testimonials{
	background-image: url(../img/bg/white_patrn.png);
	color: #444;
	height: 50%;
}
#quote-carousel 
{
  padding: 0 10px 30px 10px;
}

/* Control buttons  */
#quote-carousel .carousel-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: rgb(34, 34, 34);
  display: none;
  font-size: 2.3em;
  margin-top: 30px;
  text-shadow: none;
}

.testi-inner h2 {
  color: rgb(255, 255, 255);
}

.text-test > p {
  color: rgb(0, 0, 0);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: rgb(0, 212, 255) none repeat scroll 0 0;
}


#quote-carousel .carousel-indicators .active {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
}	
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
#quote-carousel {
  margin-bottom: 0;
  padding: 0 4px 73px;
}
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

/*end-hare*/
.function li {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 29px;
  list-style: none outside none none;
  list-style-type: square;
}

.function > ul {
  padding: 0;
}

.we-do-inner > h1 {
  color: rgb(24, 191, 229);
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.first-we-do h3 {
  color: rgb(24, 191, 228);
  font-size: 17px;
  font-weight: 600;
  margin: 15px 0;
}

.first-we-do > p {
  color: rgb(154, 154, 154);
  font-size: 14px;
}

.first-we-do {
  text-align: center;
}

.abt-banner {
  PADDING: 50PX 0;
  TEXT-ALIGN: CENTER;
}

.about-inner > h1 {
  color: rgb(0, 212, 255);
  font-size: 23.85px;
  font-weight: 600;
  margin: 20px;
}

.about-inner > p {
  color: rgb(154, 154, 154);
  line-height: 29px;
}
.comp-inner h1 {
  color: rgb(255, 255, 255);
  font-size: 38px;
}

.first-pro {
  border: 1px solid rgb(204, 204, 204);
  padding: 10px;
  width: 100%;
}

.border-gra {
  border: 1px solid rgb(204, 204, 204);
  float: left;
  margin: 13px;
  padding: 20px;
  width: 46%;
}

.inner-pro {
  padding: 70px 0;
}

.left-tabs > h1 {
  color: rgb(204, 204, 204);
  font-size: 20px;
  font-weight: 600;
  margin: 11px 0;
  text-align: center;
}

.cata a {
  color: rgb(0, 212, 255);
  font-size: 21px;
  FONT-WEIGHT: 600;
  transition: all 0.5s ease 0s;
}

.cata > ul {
  padding: 0 !important;
}

.cata li {
  border-bottom: 3px solid rgb(0, 0, 0);
  margin-top: 20px;
  padding: 13px 0;
  list-style:none;
}

.cata a:hover {
  color: rgb(204, 204, 204) !important;
  padding-left: 30px;
  transition: all 0.5s ease 0s;
}

.squire {
  background: rgb(0, 0, 0) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  float: right;
  font-size: 21px;
  font-weight: 600;
  padding: 7px;
}



.pro-line {
  background: rgb(0, 212, 255) none repeat scroll 0 0;
  height: 3px;
  margin: 22px auto;
  width: 40%;
}	

#accordion {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  width: 100%;
}

#accordion h2 {
 cursor:pointer;
 margin:0px 0px;
 padding:7px 15px;
 background-color:black;
 font:bold 11px Verdana,Arial,Sans-Serif;
 color:#e6e6e6;
 text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}

#text {
  background: rgb(0, 212, 255) none repeat scroll 0 0;
  border-radius: 99%;
  color: rgb(0, 0, 0);
  font-size: 40px;
  height: 23px;
  left: 1px;
  margin-left: auto;
  margin-top: 20px;
  width: 24px;
}

.more {
  cursor: pointer;
  left: 4px;
  position: relative;
  top: -20px;
}

.pro-dis > img {
  border: 3px solid rgb(0, 212, 255);
  float: left;
  width: 40%;
}

.pro-dis h5 {
  color: rgb(0, 0, 0);
  font-size: 19px;
  font-weight: 300;
  margin-bottom: 0;
  margin-left: 100px !important;
  margin-top: 0;
}

.pro-dis > p {
  color: rgb(154, 154, 154);
  font-weight: 600;
  margin-left: 108px !important;
}

#video {
  border: 1px solid rgb(204, 204, 204);
  display: none;
  height: 165px;
  width: 100%;
  background: #ccc ;
}

#video-sec {
  border: 1px solid rgb(204, 204, 204);
  display: none;
  height: 165px;
  width: 100%;
  background: #ccc ;
}

#video-thi {
  border: 1px solid rgb(204, 204, 204);
  display: none;
  height: 165px;
  width: 100%;
  background: #ccc ;
}
#video-for {
  border: 1px solid rgb(204, 204, 204);
  display: none;
  height: 165px;
  width: 100%;
  background: #ccc ;
}
#video-fiv {
  border: 1px solid rgb(204, 204, 204);
  display: none;
  height: 165px;
  width: 100%;
  background: #ccc ;
}
#video-six {
  border: 1px solid rgb(204, 204, 204);
  display: none;
  height: 165px;
  width: 100%;
  background: #ccc ;
}

.recent {
  border: 1px solid;
  box-shadow: 2px 1px 5px rgb(204, 204, 204);
  padding: 10px;
}

#accordion .content {
 background-color:#ddd;
 padding:10px 15px;
 color:black;
 height:120px;    
}

#accordion h2.active {
 background-color:#4BB347;   
}

.first-pro > img {
  margin-left: 94px;
  text-align: center;
  width: 43%;
}

.first-pro > h4 {
  color: rgb(0, 0, 0);
  font-size: 29px;
  font-weight: 600;
  text-align: center;
}

.first-pro li {
  color: rgb(0, 0, 0);
  font-size: 20px;
  list-style: outside none none;
}

.first-pro li i {
  color: rgb(0, 212, 255);
  margin-right: 17px;
}

.left-btn {
  border-bottom: 2px solid rgb(0, 0, 0);
  color: rgb(0, 212, 255);
  font-weight: 600;
}

.right-btn{
  border-bottom: 2px solid rgb(0, 0, 0);
  color: rgb(0, 212, 255);
  font-weight: 600;
  float: right;  
	
}

.right-btn:hover {
  border-bottom: 2px solid rgb(0, 212, 255);
  color: rgb(0, 0, 0) !important;
}

.left-btn:hover {
  border-bottom: 2px solid rgb(0, 212, 255);
  color: rgb(0, 0, 0) !important;
}
.heading-section {
  padding-bottom: 1em;
  margin-bottom: 5em;
}
.heading-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  height: 2px;
  background: #ff5722;
}
.heading-section h3 {
  font-size: 32px;
  margin: 0;
  position: relative;
}
.heading-section p {
  font-size: 20px;
}

.feature-text h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
  letter-spacing: .2em;
}
.feature-text h3 .number {
  margin-right: 5px;
  color: #ff5722;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.feature-text p {
  font-size: 16px;
}

.services {
  background: #ff5722;
  background: #fff;
  padding: 40px 20px 20px 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services:hover, .services:focus, .services:active {
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.services span {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.services span i {
  font-size: 40px;
  color: #ff5722 !important;
}
.services h3 {
  font-size: 20px;
  font-weight: 400;
  color: #ff5722;
}
.services p {
  font-size: 16px;
  color: gray;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  .feature-left .icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    width: 15%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #ff5722;
}
.feature-left .feature-copy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  .feature-left .feature-copy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .feature-left .feature-copy {
    width: 80%;
  }
}
.feature-left .feature-copy h3 {
  font-size: 18px;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.feature-left .feature-copy p {
  font-size: 16px;
  line-height: 1.8;
}

#fh5co-portfolio {
  min-height: 500px;
  padding: 70px 0;
}

.black {
  margin-top: 0;
}

.img-sigma {
  float: left;
  width: 25%;
}

.sigma-text {
  float: left;
  width: 75%;
}

.sigma-text > h3 {
  margin: 10px 0;
  color: #12BDE3;
  font-size: 22px;
}

.sigma-text > p {
  font-size: 13px;
  margin: .0;
}

.img-sigma > img {
  width: 100%;
}

.first-sig {
  float: left;
  margin: 10px 0;
  width: 100%;
}

.mobile {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fh5co-portfolio {
    padding: 3em 0;
  }
}

#fh5co-portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#fh5co-portfolio-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li {
    margin-left: 0;
  }
}
#fh5co-portfolio-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#fh5co-portfolio-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
#fh5co-portfolio-list li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#fh5co-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-portfolio-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}
#fh5co-portfolio-list li.two-third {
  width: 65.6%;
}
@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.two-third {
    width: 100%;
  }
}
#fh5co-portfolio-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.one-third {
    width: 100%;
  }
}
#fh5co-portfolio-list li.one-half {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.one-half {
    width: 100%;
  }
}


#fh5co-features .feature-left {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-features .feature-left {
    margin-bottom: 30px;
  }
}
#fh5co-features .feature-left .icon i {
  color: #d9d9d9 !important;
}
#fh5co-features .feature-left .icon {
  float: left;
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 992px) {
  #fh5co-features .feature-left .icon {
    width: 10%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-features .feature-left .icon {
    width: 15%;
  }
}
#fh5co-features .feature-left .feature-copy {
  float: right;
  width: 80%;
}
@media screen and (max-width: 992px) {
  #fh5co-features .feature-left .feature-copy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-features .feature-left .feature-copy {
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-features .feature-left .feature-copy {
    width: 80%;
  }
}
#fh5co-features .feature-left h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
#fh5co-features .feature-left p {
  font-size: 15px;
}
#fh5co-features .feature-left p:last-child {
  margin-bottom: 0;

}

#fh5co-feature-product {
  background: rgba(0, 0, 0, 0) url("../images/church.jpg") repeat scroll 0 0;
  padding: 70px 0;
  background-size: 100%;
  background-attachment: fixed;

}
#fh5co-feature-simplicity {
  background: rgba(0, 0, 0, 0) url("../images/techBackground.png") repeat scroll 0 0;
  padding: 70px 0;
  background-size: 100%;
  background-attachment: fixed;

}
#fh5co-services, #fh5co-about, #fh5co-contact {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-services, #fh5co-about, #fh5co-contact {
    padding: 4em 0;
  }
}

#fh5co-services .fh5co-number {
  font-size: 30px;
  color: #ff5722;
  position: relative;
  padding-top: 10px;
  font-style: italic;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-services .fh5co-number:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  top: 0;
  left: 0;
  background: #ff5722;
}
#fh5co-services .fh5co-icon {
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon {
    margin-top: 0px;
    float: none;
  }
}
#fh5co-services .fh5co-icon i {
  font-size: 200px;
  color: #ff5722;
}
@media screen and (max-width: 768px) {
  #fh5co-services .fh5co-icon i {
    font-size: 100px;
  }
}

#fh5co-contact .contact-info {
  margin: 0;
  padding: 0;
}
#fh5co-contact .contact-info li {
  color: rgb(255, 255, 255);
  list-style: outside none none;
  margin: 0 0 37px;
  padding-left: 40px;
  position: relative;
}
#fh5co-contact .contact-info li i {
  color: rgb(255, 255, 255);
  font-size: 22px;
  left: 0;
  position: absolute;
  top: 0.3em;
}
#fh5co-contact .contact-info li a {
  color: rgb(255, 255, 255);
  font-weight: 400 !important;
}
.contact-info a:hover {
  color: rgb(0, 0, 0) !important;
}
#fh5co-contact .form-control {
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0;
  box-shadow: 3px 4px 4px rgb(204, 204, 204);
  font-size: 18px;
  font-weight: 400;
  padding: 6px;
}

.btn-right {
  text-align: right;
}

.ma-less {
  margin-bottom: 19px !important;
}

.info-contact {
  background: rgb(18, 190, 225) none repeat scroll 0 0;
  min-height: 400px;
}

.section-title {
  color: rgb(255, 255, 255);
  font-size: 16.63px;
  font-weight: 600;
}
#fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#fh5co-contact input[type="text"] {
  height: 34px;
}
#fh5co-contact .form-group {
  margin-bottom: 7px;
}

.fh5co-testimonial, .fh5co-team {
  position: relative;
  background: #fff;
  padding: 4em 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial, .fh5co-team {
    border-right: 0;
    margin-bottom: 80px;
  }
}
.fh5co-testimonial h2, .fh5co-team h2 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 50px;
}
.fh5co-testimonial figure, .fh5co-team figure {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -65px;
  background-size: cover;
}
.fh5co-testimonial figure img, .fh5co-team figure img {
  width: 130px;
  height: 130px;
  border: 10px solid #fff;
  background-size: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-testimonial > div, .fh5co-team > div {
  padding: 30px 30px 0 30px;
}
.fh5co-testimonial > div h3, .fh5co-team > div h3 {
  margin-bottom: 0;
  font-size: 20px;
  color: #ff5722;
}
.fh5co-testimonial > div .position, .fh5co-team > div .position {
  color: #d9d9d9;
  margin-bottom: 30px;
}
.fh5co-testimonial > div,
.fh5co-testimonial blockquote, .fh5co-team > div,
.fh5co-team blockquote {
  border: none;
  margin-bottom: 20px;
  padding-top: 30px;
}
.fh5co-testimonial > div p,
.fh5co-testimonial blockquote p, .fh5co-team > div p,
.fh5co-team blockquote p {
  font-size: 18px;
  line-height: 1.6em;
  color: #555555;
}
.fh5co-testimonial span, .fh5co-team span {
  font-style: italic;
  color: #b3b3b3;
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 90%;
  padding: 30px;
  float: right;
  margin-top: -5em;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.posted_by {
  font-style: italic;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #ff5722;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: rgba(0, 0, 0, 0.6);
}

#fh5co-start-project-section {
  padding: 7em 0;
  background: #F64E8B;
}
#fh5co-start-project-section h2 {
  color: white;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-start-project-section h2 {
    font-size: 30px;
  }
}
#fh5co-start-project-section a:hover, #fh5co-start-project-section a:focus, #fh5co-start-project-section a:active {
  color: white !important;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-social-icons > a {
  padding: 4px 10px;
  color: #ff5722;
}
.fh5co-social-icons > a i {
  font-size: 26px;
}
.fh5co-social-icons > a:hover, .fh5co-social-icons > a:focus, .fh5co-social-icons > a:active {
  text-decoration: none;
  color: #5a5a5a;
}

#footer {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  padding: 70px 0;
}

.foot-btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgb(18, 189, 224) rgb(18, 189, 224) rgb(18, 189, 224) -moz-use-text-color;
  border-image: none;
  border-radius: 0;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px 0;
  color: rgb(18, 190, 225);
  height: 35px;
  padding: 6px;
}
.manu-sec > h4 {
  color: rgb(19, 180, 213);
  font-size: 22px;
}
#footer p {
  font-size: 15px;
  line-height: 25px;
}

.menu-inn li {
  list-style: outside none none;
}

.menu-inn a {
  font-size: 14px;
  transition: all 0.5s ease 0s;
}

.news-sec > h4 {
  color: rgb(18, 189, 224);
  font-size: 22px;
}

.new-foot {
  border: 1px solid rgb(18, 190, 225);
  border-radius: 0;
  height: 35px;
}

.bottom-footer {
  background: rgb(18, 190, 225) none repeat scroll 0 0;
  text-align: center;
}

.copywright > p {
  color: rgb(255, 255, 255);
  margin: 0;
  padding: 6px;
}

.menu-inn a:hover {
  color: rgb(19, 180, 213) !important;
  padding: 20px;
  transition: all 0.5s ease 0s;
}
#footer p a {
  color: rgba(255, 255, 255, 0.5);
}
#footer p a:hover, #footer p a:active, #footer p a:focus {
  color: rgba(255, 255, 255, 0.9) !important;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #ff5722;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
	.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #ff5722;
  color: #fff !important;
}
/*.btn:hover, .btn:active, .btn:focus {
  color: #fff;
  outline: none !important;
}*/




/*.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}*/

.js .animate-box {
  opacity: 0;
}

#fh5co-wrapper {
  overflow-x: hidden;
  position: relative;
}

.fh5co-offcanvas {
  overflow: hidden;
}
.fh5co-offcanvas #fh5co-wrapper {
  overflow: hidden !important;
}

#fh5co-page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-offcanvas #fh5co-page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
  #fh5co-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}
@media screen and (max-width: 768px) {
  #offcanvas-menu {
    display: block;
  }
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}

.jio-text {
  float: left;
  width: 83%;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #ff5722;
}
#offcanvas-menu ul li > .fh5co-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #ff5722;
}
#offcanvas-menu ul .fh5co-sub-menu {
  display: block !important;
}

.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #fff;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #fff;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2em;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*new menu css*/
nav {
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  display: block;
  float: right;
  width: 68%;
}

.logo-sec {
  float: left;
  width: 25%;
}

.logo-sec img {
  width: 100%;
}

.menu {
  display: block;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 15px;
  float: right;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  color: rgb(0, 0, 0);
  display: block;
  font-weight: 600;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover, .menu li:hover > a {
  color: rgb(26, 191, 226) !important;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 170px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 1em;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  color: #000;
  font-size: 1em;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  color: rgb(25, 192, 228);
  display: none;
  font-weight: 600;
  padding: 20px 12px;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
}




 @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }




}
 @media (max-width: 768px) {

 
 .responsive-menu i {
  font-size: 30px;
}
.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  color: #000;
}

.menu li a:hover, .menu li:hover > a {
  color: rgb(255, 255, 255);
}

.responsive-menu:hover {
  color: rgb(26, 191, 228) !important;
}



.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}



/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../images/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }

/*css-end hare*/

/*# sourceMappingURL=style.css.map */



@media (max-width: 1199px){
.join-why > h2 {
  color: rgb(255, 255, 255) !important;
  font-size: 20px !important;
}

.logo-sec {
  float: left;
  width: 28%;
}

.menu li a {
  font-size: 15px;
  padding: 8px 10px;
}

.menu {
  padding: 0;
}

#fh5co-contact .contact-info li {
  margin: 0 0 33px;
}

.jio-text {
  float: left;
  margin-bottom: 15px;
  width: 82%;
}


}

@media (max-width: 991px){
#fh5co-logo img {
  width: 51%;
}

.news-sec {
  float: left;
  width: 32.3%;
}

.manu-sec {
  float: left;
  width: 32.3%;
}

.logo-sec img {
  width: 100%;
}

.logo-sec {
  float: left;
  width: 9%;
}

nav {
  width: 90%;
}

.CONT-INNER {
  border-right: 1px solid rgb(204, 204, 204);
}

.info-contact {
  background: rgb(18, 190, 225) none repeat scroll 0 0;
  margin-top: 29px;
  padding-top: 1px;
}

.sf-menu {
  margin: 7px 0 0 !important;
}

.sf-menu a {
  padding: 0.75em 11px !important;
}

.flexslider .slides img {
  display: block;
  height: 425px !important;
  width: 100% !important;
}

.pro-dis > img {

  width: 14%;
}
.first-pro li {
  font-size: 14px;
}

.teamMemberHolder {
	clear:both;
	width:100%;
	padding: 0 5% 0 5%
}
	
}
@media (max-width: 768px){
.first-book {
  margin-top: 45px;
}

.im-sev-map {
  float: left;
  width: 100%;
}

.join-se-new-condensed {
  float: left;
  text-align: center;
  width: 100%;
}

.join-se-new-condensed {
  float: left;
  text-align: center;
  width: 100%;
}

.img-sigma {
  float: left;
  width: 15%;
}

.sigma-text > p {
  font-size: 18px;
  margin: 0;
}

.sigma-text {

  text-align: left;
}

.first-why > p {
  font-size: 16.85px;
  margin-bottom: 70px;
}

.manu-sec {
  text-align: center;
}

.menu-inn > ul {
  padding: 0;
}

.news-sec {
  text-align: center;
}	

.manu-sec {
  float: left;
  text-align: center;
  width: 100%;
}

.news-sec {
  float: left;
  text-align: center;
  width: 100%;
}
	
}

@media (max-width: 710px){
	
  .border-gra {
  margin-top: 26px;
  width: 100%;
}
.logo-sec {
  float: left;
  width: 100px;
}

.logo-sec img {
  width: 100%;
}

.first-pro > img {
  margin-left: 178px;

}
nav {
  width: 50%;
}

}

@media (max-width: 620px){
.responsive-menu {
  padding: 12px;
}

.logo-sec {
  float: left;
  width: 100px;
}

.logo-sec img {
  width: 100%;
}

.pro-dis > img {
  width: 16%;
}

.first-pro > img {
  margin-left: 131px;
}	

}

@media (max-width: 580px){
	
	
}
@media (max-width: 520px){
.logo-sec {
  float: left;
  width: 100px;
}

.logo-sec img {
  width: 100%;
}

.why {
  font-size: 24px;
}	

}

@media (max-width: 480px){
.first-pro > img {
  margin-left: 94px;
}	
	
}

@media (max-width: 420px){
.responsive-menu {
  padding: 4px;
}	
.pro-dis > img {
  width: 27%;
}

}

@media (max-width: 380px){
.first-pro > img {
  margin-left: 60px;
}	
	
	
}

@media (max-width: 360px){
.border-gra {
  margin-top: 26px;
  width: 90%;
}	

.first-pro > ul {
  margin: 0;
  padding: 0;
}

.first-pro li {
  font-size: 14px;
}

.first-pro > h4 {
  font-size: 21px;
}

.jio-text {
  float: left;
  width: 100%;
}	
	
}

@media (max-width: 320px){

	
}
.linkExtra {
	cursor: pointer;
}
.st360-fa {
	font-size: 35px !important;
	margin-right: 20px;
}

#footer ul {
	padding-left: 0px;
}

#footer .col-md-4 {
	width: 25%;
}

.twitterWidth {
	width: 49% !important;
}
