body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #1d9e4a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #1d9e4a;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #1d9e4a;
}

::-moz-selection {
  color: #fff;
  background: #1d9e4a;
}

::selection {
  color: #fff;
  background: #1d9e4a;
}

.header_2{
  position: fixed;
  top: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 5px rgba(0,0,0, 0.2);
}

.fh5co-nav .top-menu {
  padding: 0;
}
.fh5co-nav #fh5co-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  padding-left: 2%;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
}
.fh5co-nav #fh5co-logo a span {
  color: #1d9e4a;
}
.fh5co-nav a {
  padding: 0;
  color: #000;
}

.menu-1{
  margin-top: 0.6em;
  padding: 0;
}

.fh5co-nav-toggle {
  position: absolute;
  right: 2%;
  z-index: 21;
  padding: 6px 0 0 0;
  margin: 0 auto;
  display: none;
  width: 25px;
  height: 25px;
  z-index: 2001;
  border-bottom: none !important;
  cursor: pointer;
  text-decoration: none;
  top: 15px !important;
}

.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.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: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #000;
}

.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);
  background: #fff;
}

.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);
  background: #fff;
}

.fh5co-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}

.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 0.9em;
  padding: 30px 15px;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: black;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #000;
}
.fh5co-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.fh5co-nav ul li.btn-cta a span {
  background: #1d9e4a;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav ul li.active > a {
  color: #000 !important;
  position: relative;
}
.fh5co-nav ul li.active > a:after {
  position: absolute;
  bottom: 25px;
  left: 15px;
  content: '';
  width: 20px;
  height: 2px;
  background: #1d9e4a;
  margin: 0 auto;
}

#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-video {
  overflow: hidden;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 5em 1em;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.dropdown_wrapper{
  padding: 0;
}

.dropdown a{
  display: flex;
}

.dropdown_icon, .dropdown_label{
  display: inline-block;
}

.dropdown_icon{
  width: 24px;
}


.services_dropdown{
  width: 662px;
}

.services_dropdown .services_wrapper_1{
  width:272px;
}

.services_dropdown .services_wrapper_2{
  width:175px;
}

.services_dropdown .services_wrapper_3{
  width:175px;
}

.technologies_dropdown{
  width: 380px;
}

.industry_dropdown{
  width: 430px;
}

.process_dropdown{
  width: 200px;
}

.slides_containers{
  height: 100%;
}

.slides_containers .row{
  height: 100%;
}

.slides_containers .row .js-fullheight{
  height: 100%;
}

.services_hide{
  display: none;
}

.industry_card{
  height: 187px;
  width: 263px;
  padding: 2.6em;
  background-color: #cecece;
  margin: 0 auto;
}

.industry_card:hover{
  background: linear-gradient(60deg, rgba(49,187,111,1) 0%, rgba(29,158,74,1) 100%);s
  color: #fff;
  cursor: pointer;
}

.industry_card:hover i, .industry_card:hover h3{
  color: #fff;
}

.industry_card i{
  font-size: 4em;
}

.industry_card h3{
  margin: 0;
  padding-top: 1em;
  font-size: 1.4em;
}

.counter_wrapper, .industries_wrapper, .technologies-wrapper{
  max-width: 90%;
}

.slider_container{
   width: 90%;
  margin: 0 auto;
  overflow: hidden;
   white-space: nowrap;
}

.slider_div{
  width: 1296px;
   transform: translateX(0px);
  display: flex;
 }


.slider_card{
  font-size: 2em;
  margin: 0 5px;
  text-align: center;
  display: inline-block;
}

.tech_imgs{
  height: 200px;
  width: 300px;
  padding: 1em;
}

.tech_imgs img{
  height: 100px;
}

.tech_imgs h3{
  padding: 1em 0;
}

.floating_button{
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #1d9e4a;
  z-index: 3;
  display: none;

}

.floating_button button{
  background-color: #1d9e4a;
  color: #fff;
  border: none;
  width: 100%;
  padding: 1em;
  text-align: center;
  font-size: 1.1em;
}


.overview_wrapper{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.overview_section h3{
  text-transform: uppercase;
  text-align: center;
  padding: 1em;
}

.our_usp{
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

.our_usp_left{
  position: absolute;
  left: 0;
  top: 40%;
}

.our_usp_right{
  position: absolute;
  right: 0;
  top: 40%;
}

.usp_item{
  display: flex;
  margin: 1.5em 0;
}

.usp_item .usp_svg img{
  height: 80px;
  padding-right: 20px;
}

.usp_item h3{
  margin: 0;
  padding-bottom: 0.5em;
}

.usp_item p{
  line-height: initial;
}

.our_usp_slider{
  display: flex;
  width: 900px;
  transition: transform 0.5s ease;
}

.our_usp_box{
  width: 450px;
  margin: 0 40px;
}

.services_box_wrapper{
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.services_container{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 885px;
  justify-content: center;
}

.services_box{
    width: 260px;
    margin: 10px;
    border-radius: 8px;
    padding: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    height: 65px;
}

.services_box h3{
    margin: 0;
    font-size: 0.8em;
    text-align: center;
    color: #828282;
    font-weight: normal;
}

.services_cta{
  margin: 5em 0;
  color: #fff;
  text-align: justify;
}

.services_cta button{
  display: block;
  margin: 1em auto;
  border: 2px solid #fff;
  color: #fff;
  background-color: #1d9e4a;
  font-weight: 500;
  border-radius: 17px;
}

.services_cta button:hover, .services_cta button:focus, .services_cta button:active{
  color: #1d9e4a;
  background-color: #fff;
  border: none;
  border: 2px solid #fff;
  outline: none;
}

.ip_protection_content{
  text-align: left;
}

#fh5co-services{
  background-color: #1d9e4a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'%3E%3Cpath fill='%23ffffff' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%23ffffff' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
}


.our_usp_2_div{
  padding: 2em 0;
}

.our_usp_2{
  display: flex;
}

.our_usp_2_content{
  padding: 4em;
}

.our_usp_2_image{
  position: relative;
}

.usp_2_img_background_div{
  background-color: #e0ece5;
  height: 100%;
  width: 65%;
  float: right;
}

.usp_2_img_background_div_left{
  float: left;
}

.usp_2_img_div{
  height: 100%;
  position: absolute;
  right: 30%;
}

.usp_2_img_div_left{
  right: auto;
  left: 30%;
}

.usp_2_img_div img{
  height: 90%;
  margin-top: 20px;
}
/*Services Template stlyling*/
.our_usp_section_wrapper{
  width: 90%;
  margin: 0 auto;
}

.our_usp_content_wrapper{
  display: inline-block;
  padding: 1em 0;
}

.our_usp_content_wrapper h3{
  text-align: center;
}

.our_usp_content_wrapper ul{
  list-style: none;
}

.our_usp_content_wrapper ul li i{
  padding: 0.5em;
}

.our_usp_content_wrapper ul li{
  margin: 1em 0;
  display: flex;
}


#services_page_cta_button{
  text-align: center;
  padding: 1em 0;
}

#services_page_cta_button button{
  color: #fff;
  background-color: #1d9e4a;
  border: none;
  padding: 0.8em 3em;
  width: 300px;
  border-radius: 4px;
}

#services_page_cta_button button:active, #services_page_cta_button button:focus{
  outline:none;
}

/*Services page Popup*/
#get_in_touch_popup {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top:0;
    background-color: rgba(0,0,0,0.5);
    display: none;
}

#get_in_touch_popup #fh5co-consult{
  float: none;
  width: 800px;
  margin:0 auto;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -270px;
  left: 50%;
  margin-left: -420px;
}

#close_touch_popup{
  position: absolute;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}

#close_touch_popup:focus, .close_touch_popup:active{
  outline: none;
}

#services_cards .owl-stage{
  margin: 0.5em 0;
}

.owl-carousel .owl-item{
  text-align: center;
}

#services_cards .owl-nav > div {
  margin: -40px 0;
  position: absolute;
  top: 50%;
  color: #fff;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
  background: #172a55;
}

#services_cards .owl-carousel .owl-stage-outer{
  padding: 0 0.5em;
}


.our_services_box{
  width: 350px;
  height: 430px;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
  min-height: 210px;
}



.services_default_icon_bg{
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 3em;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services_default_icon_bg img{
  max-height: 150px;
  width: auto !important;
}


.services_slide_right, .services_slide_left{
  display: flex;
  align-items: center;
}

.services_slide_right button, .services_slide_left button{
  border-radius: 50%;
  border: none;
  background-color: #cecece;
  width: 2.2em;
  height: 2.2em;
}

.services_slide_right button:active, .services_slide_left button:active, .services_slide_right button:focus, .services_slide_left button:focus{
  outline: none;
}


.our_services_box_active{
  background-color: #fff; 
}

.services_head{
    background-color: #1d9e4a;
    width: 100%;
    padding: 0.5em;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.our_services_box_active .services_head{
  background-color: #EE801E;
}

.services_expend_sign{
  font-size: 1.5em;
  cursor: pointer;
  height: 100%;
  display: inline-block;
  color: #fff;
  padding: 0 0.5em;
}

.services_title{
  color: #fff;
  padding: 0 0.5em;
}

.services_desc_drop{
  width: 100%;
  min-height: 150px;
  padding: 1em;
  display: none;
}

.our_services_box_active .services_desc_drop{
  display: block;
}

.our_services_box_active .services_desc_drop ul{
  padding-left: 1.2em;
  text-align: left;
}


#contact_us_services_page{
  background-color: #172a55;
  height: 100vh;
}

.contact_us_box_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 2em 0;
}

.contact_us_box:hover {
    transform: scale(1.1);
}

.contact_us_box{
  height: 200px;
  width: 300px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0,0,0, 0.2);
  border-radius: 4px;
  text-align: center;
  padding: 1em;
  transition: transform 0.3s ease;
}

.contact_us_box .contact_main_icon{
  font-size: 3em;
}

.contact_us_desc i{
  padding: 0 0.5em;
}


.team_section_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.team_employee_card{
  width: 210px;
}

.team_employee_pic{
  height: 150px;
  width: 150px;
  background-color: #ececec;
  border-radius: 50%;
  margin: 0 auto;
}

.team_employee_name, .team_employee_designation{
  text-align: center;
}

.greyscale_effect{
  cursor: pointer;
  filter: grayscale(1);
}

.greyscale_effect:hover{
  filter: none;
}

.consult_error, .consult_success, .careers_error, .careers_success, .consult_error_popup, .consult_success_popup{
  display: none;
}

.signin_section{
  display: flex;
  align-items: center;
  justify-content: center;
}

.signin_form_wrapper{
  max-width: 400px;
  margin: auto;
  padding: 2em;
  text-align: center;
  position: relative;
}

.login-side-img{
  height: 100vh;
  background-color: #267dff;
}

.signin_form_wrapper h3{
  font-weight: 500;
  margin-bottom: 0;
  color: #5d5d5d;
}

.signin_form_wrapper hr{
  margin-top: 0.5em;
  width: 50px;
  height: 4px;
  border: none;
  background-color: #267dff;
  border-radius: 5px;
}

.add_profile_section, .view_profile_section{
  margin-top: 66px;
}

.add_profile_form_wrapper{
  padding: 2em;
  max-width: 1100px;
  margin: 2em auto;
  float: none;
  text-align: center;
}

.add_profile_form{
  max-width: 550px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.add_profile_form .form-group{
  margin-bottom: 1em;
}

.add_profile_form .form-group select, .add_profile_form .form-group input[type="button"]{
  width: 242px;
}

.full_width{
  width: 100% !important;
}

.add_profile_cv{
  display: none !important;
}

.view_profile_form_wrapper{
  padding: 2em;
  max-width: 1200px;
  margin: 2em auto;
  float: none;
  text-align: center;
}

.profile_search_results {
    margin: 2em auto;
}

.header_2_row{
  display: flex;
  align-items: center;
}

.header_2_nav_options{
  margin-left: auto !important;
}

#view_review_modal .modal-header{
  display: flex;
  justify-content: space-between;
}


@media screen and (min-width: 3500px){

  .counter_wrapper, .industries_wrapper, .services-wrapper, .technologies-wrapper{
    max-width: 3000px;
  }
}

@media screen and (min-width: 3000px){
  .industry_card{
    height: 260px;
    padding: 4.2em;
  }
}


@media screen and (min-width: 2500px)
{
  .fh5co-nav ul li a{
    font-size: 1.4em;
  }

  .fh5co-nav ul li.btn-cta a span{
    padding: 0.1em 0.6em;
  }
}

@media screen and (min-width: 2304px)
{
  .footer_links_wrapper h4{
    font-size: 1.4em;
  }

  #fh5co-footer .fh5co-footer-links li{
    font-size: 1.1em;
  }

  .copyright, .fh5co-social-icons{
    font-size: 1.1em;
  }

  .team_employee_name, .team_employee_designation {
      font-size: 1.5em;
  }


}



@media screen and (min-width: 1025px)
{
  .top-menu{
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1366px)
{
  .tech_imgs{
    width: 260px;
    padding: 1em;
  }
  .tech_imgs img{
    height: 80px;
  }
}

@media screen and (max-width: 1280px)
{
  .tech_imgs{
    width: 210px;
  }
}

@media screen and (max-width: 1024px)
{
    .tech_imgs{
      width: 190px;
      padding: 0.5em;
    }

    .fh5co-nav .menu-1 {
      display: none;
    }

    .fh5co-nav-toggle {
      display: block;
    }

      #fh5co-offcanvas {
        display: block;
      }

      .services_dropdown{
        width: 100%;
      }

      .services_dropdown .services_wrapper_1{
        width: 100%;
      }

      .services_dropdown .services_wrapper_2{
        width: 100%;
      }

      .services_dropdown .services_wrapper_3{
        width: 100%;
      }

      .technologies_dropdown{
        width: 100%;
      }

      .industry_dropdown{
        width: 100%;
      }

      .process_dropdown{
        width: 100%;
      }

      #fh5co-offcanvas ul li{
        padding: 0.2em 0;
      }

      .dropdown_label{
        width: 86%;
      }

      .our_services_box{
        width: 275px;
        height: 540px;
      }


}


@media screen and (max-width: 992px) {
  
}
.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.fh5co-video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#fh5co-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
  z-index: 9;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }

}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #1d9e4a !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#fh5co-about,
#fh5co-practice,
#fh5co-technologies,
#fh5co-overview,
#fh5co-services,
#fh5co-testimonial,
#our_team,
#fh5co-started,
#fh5co-industries,
#fh5co-blog,
#fh5co-contact,
#fh5co-footer {
  padding: 7em 0;
  clear: both;
}

#our_usp_section, #our_services_section, #contact_us_services_page{
  padding: 3em 0;
}

#fh5co-overview.enterprise_page_overview{
  padding: 7em 0 2em 0;
}

.footer-wrapper{
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width: 768px) {
  #fh5co-about,
  #fh5co-practice,
  #fh5co-technologies,
  #fh5co-testimonial,
  #our_team,
  #fh5co-started,
  #fh5co-industries,
  #fh5co-blog,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 1em;
  }

  .counter_wrapper, .industries_wrapper, .technologies-wrapper{
    max-width: 100%;
  }
}





#fh5co-counter {
  padding: 4em 0;
  clear: both;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .icon {
  width: 80px;
  height: 80px;
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
}
.fh5co-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  font-size: 28px;
  color: #1d9e4a;
  background: #fff;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
  font-size: 40px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Work Sans", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}
.fh5co-counters .fh5co-counter-label {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

#fh5co-content{
  padding: 0.1em 0;
}

#fh5co-content,
#fh5co-consult {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
}
#fh5co-content .video, #fh5co-content .choose,
#fh5co-consult .video,
#fh5co-consult .choose {
  display: inline-block;
}

.progress-bar{
  background-color: #1d9e4a;
}

@media screen and (max-width: 768px) {
  #fh5co-content .video, #fh5co-content .choose,
  #fh5co-consult .video,
  #fh5co-consult .choose {
    width: 100% !important;
  }
}
#fh5co-content .video,
#fh5co-consult .video {
  display: table;
  width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-content .choose,
#fh5co-consult .choose {
  width: 50%;
  padding: 40px;
}



.services-wrapper{
  width: 90%;
}

.services, .technologies{
  position: relative;
  padding: 30px;
  margin-bottom: 60px;
  background: #fff;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 315px;
}
.services h3 a {
  color: #000;
}
.services .icon {
  width: 90px;
  height: 90px;
  background: #1d9e4a;
  display: table;
  text-align: center;
  margin: -75px auto 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services p{
  text-align: justify;
}


.technologies{
  height: 141PX;
  background: #fff;
}

.technologies_view{
  height: 100%;
}

.technologies_view img{
  height: 100px;
}

.technologies_view a{
  color: #000;
  font-size: 0.8em;
}


@media screen and (max-width: 992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }
}
.services .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
}
.services:hover, .services:focus, .technologies:hover, .technologies:focus {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}
.services:hover .icon, .services:focus .icon {
  background: #172a55;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -ms-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  -o-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.13);
}
.services:hover h3 a, .services:focus h3 a {
  color: #172a55;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #1d9e4a;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #1d9e4a;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'Font Awesome 5 Free';
  speak: none;
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\f107";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

.fh5co-industries {
  margin-bottom: 30px;
}
.fh5co-industries > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-industries > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-industries > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-industries > a h3, .fh5co-industries > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 300;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-industries > a span {
  font-size: 14px;
  bottom: 20px;
}
.fh5co-industries > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.fh5co-industries > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .fh5co-industries > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fh5co-industries > a:hover h3, .fh5co-industries > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.fh5co-industries > a:hover span {
  bottom: 15px;
}
.fh5co-industries > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .fh5co-industries > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.fh5co-heading {
  margin-bottom: 5em;
}

.career-section .fh5co-heading{
  margin-bottom: 1em;
}

.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}

.career-section .fh5co-heading h2
{
  margin-bottom: 0;
}


#contact_us_services_page h2{
  color: #fff;
}

.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#fh5co-testimonial .testimony-slide {
  text-align: center;
}
#fh5co-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.fh5co-staff {
  text-align: center;
  margin-bottom: 30px;
}
.fh5co-staff img {
  width: 200px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.fh5co-staff p {
  margin-bottom: 30px;
}
.fh5co-staff .role {
  color: gray;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

#fh5co-started {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#fh5co-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #1d9e4a;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog > a {
  display: block;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.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;
  width: 100%;
  padding: 30px;
  float: left;
  background: #fff;
  border: 1px solid rgbs(#000, 0.2);
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.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: #1d9e4a;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}
.fh5co-blog .blog-text:hover {
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}

#fh5co-footer {
  background: #efefef;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-footer-links {
    margin-bottom: 30px;
  }
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
  text-align: center;
}

.footer_links_wrapper{
  width: auto;
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  display: block;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

.services_view_more{
  background: #172a55;
  color: #fff;
  border: 2px solid #172a55;
}

.services_view_more:hover{
  background-color: #1d9e4a;
  color: #fff;
  border: 2px solid #1d9e4a;
}

.product_services{
  padding: 7em 0 0 0 !important;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

@media screen and (min-width: 1921px){
  .fh5co-heading h2{
    font-size: 2.4em;
    margin-bottom: 1.2em;
  }

  .fh5co-heading p{
    font-size: 1.3em;
  }

  .services h3{
    font-size: 1.4em;
  }

  .services p{
    font-size: 1.2em;
  }

  #fh5co-content{
    min-height: 50vh;
  }

  .technologies_view{
    position: relative;
  }

  .technologies{
    height: 190px;
  }

  .fh5co-counters .icon{
    height: 120px;
    width: 120px;
  }

  .fh5co-counters .icon i{
    width: 120px;
    height: 120px;
    font-size: 3em;
  }

  .fh5co-counters .fh5co-counter-label{
    font-size: 1em;
  }

  .industry_card{
    width: 100%;
    height: 240px;
    padding: 3.2em;
  }

}

@media screen and (min-width: 1920px)
{
  .tech_imgs{
    height: 220px;
    width: 350px;
  }
}

@media screen and (min-width: 2304px)
{

  #fh5co-testimonial .testimony-slide blockquote{
    width: 90%;
  }

  #fh5co-testimonial .testimony-slide figure img{
    width: 150px;
  }

  #fh5co-testimonial .testimony-slide span{
    font-size: 1.5em;
  }

  #fh5co-testimonial .testimony-slide p{
    font-size: 1.5em;
  }

  #fh5co-content .choose, #fh5co-consult .choose {
    width: 50%;
    padding: 40px 6em;
  }
}

@media screen and (min-width: 2304px)
{
  .tech_imgs{
      width: 500px;
  } 

  .contact_us_box {
    height: 350px;
    width: 500px;
    padding: 2.5em;
  }

  .contact_us_box .contact_main_icon {
    font-size: 4em;
  }

  .contact_us_box h3 {
    font-size: 2.4em;
  }

  .contact_us_desc a {
    font-size: 1.5em;
  }

  .contact_us_box_wrapper {
    padding: 10em 0;
  }
}

@media screen and (min-width: 2560px)
{
  .services_cta {
    margin: 6em 0;
    font-size: 1.3em;
  }

  .services_cta button{
    border-radius: 21px;
  }
}

@media screen and (min-width: 3000px)
{
  .tech_imgs{
    width: 600px;
    height: 250px;
  }

  .tech_imgs img{
    height: 125px;
    font-size: 1em;
  }
}


@media screen and (max-width: 1920px)
{
  .services{
    height: 260px;
    width: 450px;
  }

  .technologies{
    width: 345px;
    height: 260px;
  }

  .technologies_view img{
    margin-bottom: 1em;
  }

  .industry_card{
    width: 100%;
  }

  #services_page_cta_button{
    padding: 2em 0;
  }

  .contact_us_box_wrapper{
    padding: 8em 0;
  }

}

@media screen and (max-width: 1600px)
{
  .services, .technologies {
    height: 285px;
    width: 410px;
  }

  .technologies {
    width: 315px;
    height: 220px;
  }

  .technologies h3{
    padding: 1em;
  }

  .contact_us_box_wrapper{
    padding: 2em 0;
  }  

}


@media screen and (max-width: 1440px)
{
  .services{
    height: 300px;
    width: 360px;
  }

  .technologies{
    height: 200px;
    width: 260px;
  }


}

@media screen and (max-width: 1280px)
{
  .services{
    height: 360px;
    width: 285px;
  }

  .technologies{
    height: 200px;
    width: 220px;
  }

  .industry_card{
    height: 150px;
    width: 220px;
    padding: 2em;
  }

  .industry_card i {
    font-size: 3.5em;
  }

  .industry_card h3{
    padding-top: 0.2em;
  }

  .our_usp_section_wrapper img{
    width: 100%;
  }
}


@media screen and (max-width: 1024px)
{
  .our_usp_section_wrapper{
    width: 100%;
  }
}

@media screen and (max-width: 992px)
{
  .services{
    height: 420px;
    width: 280px;
  }
}

@media screen and (max-width: 991px){

  .services-wrapper{
    width: 100%;
    max-width: 760px;
  }

  .services{
    padding: 1em;
    height: 380px;
    width: 100%;
  }

  .technologies{
    padding: 2.5em;
    height: 220px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  #fh5co-hero .flexslider .slider-text{
    margin: 0 auto;
  }

  .technologies h3{
    padding: 1;
  }

  .industry_card{
    height: 200px;
    width: 300px;
    padding: 2.5em;
  }

  .industry_card i {
    font-size: 4em;
  }

  .industry_card h3 {
    padding-top: 1em;
  }

  .slider_container{
    max-width: 736px;
  }

  .tech_imgs{
    width: 232px;
  }

  .technologies-wrapper{
    max-width: 100%;
  }

  #fh5co-content .video{
    width: 100%;
  }

  .fh5co-video {
    height: 450px;
  }

  #fh5co-content .choose{
    width: 100%;
  }

  .our_usp{
    max-width: 550px;
  }

  .our_usp_slider{
    width: 1100px;
  }

  .our_usp_box{
    width: 470px;
  }

  .our_usp_content_wrapper h3{
    text-align: left;
  }

  .contact_us_box{
    height: 190px;
    width: 250px;
  }

  .contact_us_box .contact_main_icon {
    font-size: 2.5em;
  }

  .contact_us_box h3 {
    margin-bottom: 0.5em;
  }

  #get_in_touch_popup .fh5co-video{
    display: none;
  }

  #get_in_touch_popup #fh5co-consult{
    width: auto;
  }

  #get_in_touch_popup #fh5co-consult .choose{
    width: 100%;
  }

  #get_in_touch_popup #fh5co-consult{
    margin-left: -195px;
  }

  .our_services_box{
    width: 275px;
    height: 540px;
  }

  #lname, #lname_popup{
    margin-top: 1em;
  }

  .login-side-img {
    height: 100vh;
    background-color: #267dff;
    display: none;
  }

  .login-form-side{
    height: 100vh;
    display: flex;
    width: 100%;
  }

  .signin_form_wrapper{
    width: 100%;
    max-width: 480px;
  }

  .form-control{
    font-size: 1.1em;
  }

}

@media screen and (max-width: 768px)
{
  .tech_imgs{
      width: 200px;
  }

  .slider_container{
    max-width: 637px;
  }

   #fh5co-content .choose{
    padding: 1em 0;
  }

  .our_usp_box {
    width: 510px;
    margin: 0 20px;
  }

  .usp_item{
    display: block;
    text-align: center;
  }

  #contact_us_services_page{
    height: auto;
  }

  .contact_us_box {
    height: 190px;
    width: 90%;
    margin: 0.5em auto;
  }

  .why_choose_us{
    padding: 1em;
  }

}

@media screen and (max-width: 670px)
{
  .slider_container
  {
    max-width: 574px;
  }

  .tech_imgs{
    width: 180px;
  }

  .team_employee_card {
    width: 100%;
    margin: 1.5em auto;
  }
}

@media screen and (max-width: 620px)
{

  .slider_container{
    max-width: 488px;
  }

  .tech_imgs{
    width: 150px;
  }

  .tech_imgs h3{
    white-space: normal;
  }

  #fh5co-content .choose{
    padding: 1em 0;
  }

  .our_usp{
    width: 470px;
  }

  .our_usp_box {
    width: 430px;
    margin: 0 20px;
  }

  .usp_item{
    display: block;
    text-align: center;
  }

}

@media screen and (max-width: 520px)
{
  .slider_container{
    max-width: 380px;
  }

  .tech_imgs{
    width: 115px;
    padding: 0;
  }

  .tech_imgs img{
    height: 60px;
  }

  .our_usp{
    width: 340px;
  }

  .our_usp_box {
    width: 320px;
    margin: 0 20px;
  }

}

@media screen and (max-width: 411px)
{

  .slider_container{
    max-width: 334px;
  }

  .tech_imgs{
    width: 100px;
  }

  .tech_imgs img{
    height: 50px;
  }

  .tech_imgs h3{
    font-size: 0.5em;
  }
  
  .our_usp{
    width: 340px;
  }

  .our_usp_box {
    width: 320px;
    margin: 0 20px;
  }

  .usp_item{
    display: block;
    text-align: center;
  }

  #get_in_touch_popup .fh5co-heading h2{
    font-size: 1.5em;
  }

  #get_in_touch_popup .form-control{
    font-size: 1em;
  }

  #get_in_touch_popup #fh5co-consult {
    margin-left: -163px;
  }
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  speak: none;
  font-weight: 900;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #1d9e4a;
  color: #fff;
  border: 2px solid #1d9e4a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #172a55 !important;
  border-color: #172a55 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #1d9e4a;
  border: 2px solid #1d9e4a;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #1d9e4a;
  color: #fff;
}

.signin_form_wrapper input[type="submit"].btn.btn-primary{
  background: #267dff;
  color: #fff;
  border: 2px solid #267dff;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.5) !important;
}

.signin_form_wrapper input[type="submit"].btn.btn-primary:hover, .signin_form_wrapper input[type="submit"].btn.btn-primary:focus, .signin_form_wrapper input[type="submit"].btn.btn-primary:active{
  background: #267dff !important;
  border-color: #267dff !important;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #1d9e4a;
}

.signin_form_wrapper input[type="text"].form-control, .signin_form_wrapper input[type="password"].form-control{
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#get_in_touch_popup #fh5co-consult .choose{
  padding: 1em;
}

#get_in_touch_popup #fh5co-consult .fh5co-heading{
  margin-bottom: 2em;
}

#connect_side_bar{
  position: fixed;
  top: 50%;
  margin-top: -35px;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 10;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease;
}

#connect_side_bar button{
  background-color: inherit;
  border: none;
  color: #fff;
  border-radius: inherit;
  height: 100%;
}

#connect_side_bar button i{
  transform: rotate(180deg);
}

#connect_side_bar.hide_connect_side button i{
  transform: rotate(0deg)
}


#connect_side_bar button:focus, #connect_side_bar button:active{
  outline: none;
}

.connect_side_div{
  display: inline-block;
  background-color: inherit;
  border-radius: inherit;
}

.connect_side_div ul{
  padding: 0;
  list-style: none;
  margin: 0;
  border-radius: inherit;
}

.connect_side_div ul li{
  border-radius: inherit;
}

.connect_side_div ul a{
  padding: 0.5em;
  color: #fff;
  display: block;
}


.connect_whatsapp:hover{
  background-color: #25d366;
  border-top-left-radius: inherit;
}


.connect_skype:hover{
  background-color: #0AAFF0;
}


.connect_telegram:hover{
  background-color: #0088cc;
}

.connect_call:hover{
  background-color:#1970e3;
  border-bottom-left-radius: inherit;
}



@media screen and (max-width: 577px){
  #connect_side_bar{
    display: none;
  }
}

@media screen and (min-width: 577px){
  .floating_button{
    display: none !important;
  }
  #connect_side_bar{
    display: block;
  }
}

@media screen and (min-width: 1440px){
  .our_usp{
    max-width: 550px;
  }

  .our_usp_slider{
    width: 1100px;
  }

  .our_usp_box{
    width: 470px;
  }

  .our_services_box{
    width: 400px;
    height: 450px;
  }

  .services_expend_sign,  {
    font-size: 1.8em;
  }

  .services_title, .our_services_box_active .services_desc_drop ul{
    font-size: 1.1em;
  }

  .signin_form_wrapper h3{
    font-size: 1.8em;
  }

  .signin_form_wrapper input[type="submit"].btn.btn-primary{
    font-size: 1.4em;
  }

  .form-control{
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1600px){
  .services_head{
    padding: 0.5em 1em;
  }

  .signin_form_wrapper {
    max-width: 450px;
  }

  .signin_form_wrapper h3{
    font-size: 2em;
  }

  .signin_form_wrapper input[type="submit"].btn.btn-primary {
    font-size: 1.6em;
  }

  .signin_form_wrapper hr{
    width: 60px;
    height: 6px;
  }

  .form-control {
    font-size: 1.6em;
  }
}


@media screen and (min-width: 1920px)
{

  .services_container{
    max-width: 1100px;
  }

  .services_box{
    width: 320px;
    margin: 20px;
  }

  .services_box h3 {
    font-size: 1.3em;
  }

  .services_cta {
    margin: 10em 0;
  }

  #services_page_cta_button{
    padding: 2em 0;
  }

  .contact_us_box_wrapper{
    padding: 8em 0;
  }

  .connect_side_div i {
    font-size: 1.5em;
  }

  .our_services_box{
    width: 545px;
    height: 785px;
  }

  .services_expend_sign{
    font-size: 2em;
  }

  .services_title, .our_services_box_active .services_desc_drop ul{
    font-size: 1.1em;
  }

  .services_default_icon_bg{
    padding: 5.5em 3em;
  }

  .services_desc_drop{
    font-size: 1.3em;
  }

  .signin_form_wrapper h3 {
    font-size: 2.2em;
  }

  .signin_form_wrapper hr {
    width: 70px;
    height: 8px;
  }

  .form-control {
    font-size: 1.8em;
  }

  .signin_form_wrapper input[type="submit"].btn.btn-primary {
    font-size: 1.8em;
  }

}

@media screen and (min-width: 2304px)
{
  .our_usp {
      max-width: 700px;
  }

  .our_usp_slider {
    width: 1400px;
  }

  .our_usp_box{
    width: 620px;
  }

  .our_usp_box{
    margin: 4em 40px;
  }

  .usp_item{
    margin: 2em 0;
  }

  .connect_side_div ul a{
    padding: 0.8em; 
  }

  .connect_side_div i {
    font-size: 2em;
  }

  .our_usp_section_wrapper img{
    width: 80%;
  }

  #fh5co-footer .copyright .block{
    font-size: 1em;
  }

  .fh5co-social-icons li a i{
    font-size: 1.5em;
  }

  #fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 4em;
  }

  #fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
    font-size: 1.5em;
    color: #fff;
  }

  .fh5co-heading h2 {
    font-size: 3.5em;
  }

  .fh5co-heading p {
    font-size: 1.5em;
  }

  .fh5co-nav ul li a{
    font-size: 1.3em;
  }

  .fh5co-nav ul li.has-dropdown .dropdown li a{
    font-size: 1em;
  }

  .services_dropdown {
    width: 760px;
  }

  .services_dropdown .services_wrapper_1 {
    width: 345px;
  }

  .services_dropdown .services_wrapper_2 {
    width: 200px;
  }

  .technologies_dropdown {
    width: 460px;
  }

  .industry_dropdown {
    width: 495px;
  }

  .process_dropdown {
    width: 230px;
  }

  .our_usp_content_wrapper ul li {
    font-size: 1.5em;
  }

  .our_services_box {
    width: 585px;
    height: 700px;
  }

  .services_default_icon_bg {
    padding: 9em 3em;
  }

  .fh5co-nav #fh5co-logo{
    font-size: 48px;
  }

  .fh5co-nav ul li.btn-cta a span {
    padding: 6px 15px;
  }

}

@media screen and (min-width: 2560px)
{
  .our_usp {
    max-width: 900px;
  }

  .our_usp_slider {
    width: 1800px;
  }

  .our_usp_box {
    margin: 4em 40px;
    width: 820px;
  }

  .usp_item {
    margin: 3em 0;
  }

  .usp_item .usp_svg img {
    height: 100px;
    padding-right: 40px;
  }

  .usp_item h3 {
    padding-bottom: 0.6em;
    font-size: 1.8em;
  }

  .usp_item p {
    font-size: 1.3em;
  }

  .ip_protection_content{
    font-size: 1.3em;
  }
}

@media screen and (min-width: 3000px)
{
  .our_usp {
    max-width: 1200px;
  }

  .our_usp_slider {
    width: 2400px;
  }

  .our_usp_box {
    margin: 9em 50px;
    width: 1100px;
  }

  .usp_item .usp_svg img {
    height: 125px;
    padding-right: 40px;
  }

  .usp_item h3 {
    padding-bottom: 0.6em;
    font-size: 2.1em;
  }

  .usp_item p {
    font-size: 1.3em;
  }

  .our_usp_left, .our_usp_right{
    font-size: 1.5em;
  }

  .connect_side_div ul a{
    padding: 1em;
  }

  .connect_side_div i {
    font-size: 2.2em;
  }

  .contact_us_box_wrapper {
    padding: 25em 0;
  }

  .contact_us_box {
    height: 450px;
    width: 600px;
    padding: 3.5em;
  }

  .contact_us_box .contact_main_icon {
    font-size: 6em;
  }

  .contact_us_box h3 {
    font-size: 3em;
  }

  .contact_us_desc a {
    font-size: 1.8em;
  }

  .fh5co-nav ul li a {
    font-size: 1.5em;
  }

  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1{
    font-size: 5em;
  }

  .our_services_box {
    width: 650px;
    height: 600px;
  }
}

@media screen and (min-width: 3500px)
{
  .ip_protection_content{
    font-size: 2.2em;
  }

  .ip_protection_content em{
    font-size: 1.1em;
  }
}

