@import url('normalize.css');

/* reva import css */

@import url("animate.css");
@import url("whhg.css");
@import url("entyposocials.css");
@import url("prodigy-component.css");
@import url("responsivetabs.css");
@import url("carousel.css");

/*----------------------------------------------------
                   Reva - CSS File
------------------------------------------------------*/

body {
    background: #ebebeb;
    font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 24px;
    color: #666;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

#box-wrapper {
    /* width: 1100px;
    margin: 0px auto;*/
    background: #fff;
}

#message1 {
    margin-left: 0px;
}


/*#box-wrapper header#header1 {
    width: 1100px;
    margin: 0 auto;
}

#box-wrapper #pagetitle-wrapper {
    width: 1100px;
}*/


/* New Navbar */

nav {
    float: left;
    position: relative;
    left: -15%;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    display: block;
    padding: 0 20px;
    line-height: 45px;
    font-size: initial;
    margin-top: 10px;
    background: #ffffff;
    color: #463f3f;
    text-decoration: none;
}

nav ul li a:hover {
    background: #00a859;
    color: #3e4095;
}

nav ul li a:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}

nav ul li ul li {
    min-width: 238px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    display: none;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    /* right: 0; */
    background: #fff;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 800px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 70px 0 15px;
        left: 5%;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #463f3f;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

@media screen and (min-width: 800px) {
    .nav-list {
        display: block !important;
    }
}

.navigation {
    height: 70px;
    background: #ffffff;
    box-shadow: 0 1px 5px #333;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

.brand {
    position: absolute;
    right: 10%;
    line-height: 70px;
    background-color: #fff;
    height: 150px;
    width: 222px;
    box-shadow: 0px 5px 0px #333;
} 

.brand img {
    width: 210px;
    /*height: 100px;*/
    position: absolute;
    top: 9%;
    left: 3%;
}

.active {
    background: #00a859 none repeat scroll 0 0;
    /* color: #fff !important; */
}


/* -------------------------------- */

.bg-color {
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 20px;
    background: #3e4095;
}

.bg-color:hover {
    background: #3e4095;
}

a,
a:visited {
    color: #3e4095;
    text-decoration: none;
}

a:hover {
    color: #3e4095 !important;
    text-decoration: none;
}

.content-position1 a {
    color: #00a859;
}

.content-position1 a:hover {
    color: #1aace3;
}


/* Header Styling */

header {
    height: 60px;
}

header#header1 {
    width: 100%;
    /*  background:url(../img/header_bg.png) repeat-x;
		height:136px;
  */
    background-color: #FFF;
    position: relative;
    z-index: 900 !important;
}

.round {
    margin-left: 0%;
}

.con-btn {
    margin-left: -52%;
}

header#header2 {
    width: 100%;
    background: #31373a url(../img/concrete_wall.png) repeat;
    position: relative;
    z-index: 999;
}

.comp {
    text-align: center;
    font-size: 36px!important;
    padding-bottom: 20px;
    color: #00a859;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    header#header2 {
        background: #31373a url(../img/concrete_wall%402x.html) repeat;
        background-size: 520px 520px;
    }
}

header#header3 {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 999;
}

header#header2 #logo {
    margin: 22px 0 0 0;
    float: left;
}

#logo {
    margin: 5px 0 0 0;
    float: left;
    /* width: 315px; */
}


/* #bni-logo{
    margin: 5px 0 0 20px;
    float: left;
    width: 100px;
} */

.list {
    width: 50%;
    float: left;
    height: auto;
}


/* 
#navigation {
    position: relative;
    z-index: 900;
}

#nav-menu {
    width: 100%;
    background: none !important;
}

.nav {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    float: right;
    margin: 10px 20px 0;
    background: transparent;
}

.nav a {
    padding: 2px 12px 4px 12px;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nav li {
    margin-left: 6px;
    padding-left: 0px;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.nav>li.active a {
    background: #2797ff none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
} */


/* 
.nav>li.active.dropdown li a {
    color: #0498C0;
    background: #fff;
}

.nav>li:hover {
    background: #00A85A;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nav>li.dropdown:hover {
    padding-bottom: 5px;
    -webkit-border-radius: 2px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 2px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 2px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    z-index: 999;
}

.nav>li.dropdown:hover ul {
    -webkit-border-radius: 2px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 2px;
    -moz-border-radius-topleft: 0;
    border-radius: 2px;
    border-top-left-radius: 0;
}

.nav li ul {
    font-size: 14px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #3E3F95;
    width: 280px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.nav li ul ul {
    margin-top: 0px;
    margin-left: 1px;
    width: 300px;
}

.nav li ul>li {
    line-height: 30px;
    margin-left: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #3E3F95;
}

.nav li ul>li.dropdown:after {
    width: 0px;
    height: 0px;
    font-family: 'WebHostingHub-Glyphs';
    font-style: normal;
    color: #a4b2b3;
    content: '\f488';
    font-size: 7px;
    position: relative;
    top: -34px;
    right: 20px;
    float: right;
}

.nav li ul>li a {
    background-color: transparent;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: none;
}

.nav li.active ul>li.active a {
    color: #2797ff;
}

.nav li ul>li a:hover {
    padding-left: 20px;
    color: #00A85A;
}

.nav>.dropdown ul li a:hover {
    color: #2797ff;
}

.nav>.dropdown ul li:last-child {
    border-bottom: none;
} */


/*update version 1.1*/


/* 
.nav li.dropdown>ul {
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -o-transition: opacity 0.4s ease-in-out 0s;
    -ms-transition: opacity 0.4s ease-in-out 0s;
}

.nav li.dropdown:hover>ul {
    opacity: 1;
} */


/*update version 1.1*/

a.toggleMenu {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    background: #000;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    font-size: 13px;
    color: #fff;
    display: block;
    float: right;
}

a.active.toggleMenu {
    width: 32px;
    height: 32px;
    background: #3e4095;
}

a.toggleMenu i {
    top: 3px;
    left: 9px;
    position: relative;
}


/* header sticky */

header.stuck {
    display: block;
    height: 56px !important;
    background: rgba(255, 255, 255, 1) !important;
    -webkit-transition: background .2s linear;
    -moz-transition: background .2s linear;
    -o-transition: background .2s linear;
    -ms-transition: background .2s linear;
    transition: background .2s linear;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 9999 !important;
}


/* 
header.stuck .nav-menu {
    /*margin-top: -22px;*/

-webkit-transition: padding .2s linear;
-moz-transition: padding .2s linear;
-o-transition: padding .2s linear;
-ms-transition: padding .2s linear;
transition: padding .2s linear;

}

/* 
header.stuck .nav a {
    color: #fff;
}

header.stuck .nav .active a {
    color: #fff;
}

header.stuck .nav>li a {
    color: #000000;
}

header.stuck .nav>li:hover a {
    color: #fff;
}

header.stuck .nav>li.dropdown:hover a {
    color: #fff;
}

header.stuck .nav li ul>li a {
    color: #fff !important;
}

header.stuck .nav li ul>li a:hover {
    color: #00A85A !important;
}

header.stuck .nav li.active ul>li.active a {
    color: #0498c0 !important;
} */
*/ header.stuck .form-search .search-icon {
    background-color: #11264e;
    font-weight: bold;
    color: #FFFFFF;
}
header.stuck .form-search.form-search-open .search-icon {
    background-color: #485d85;
    color: #FFFFFF;
}
header.stuck #logo {
    margin-top: 5px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
header.stuck #logo img {
    width: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
header.stuck #bni-logo {
    margin-top: 8px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
header.stuck #bni-logo img {
    /*    width: 100%;*/
    
    height: 40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

/* Search */
.form-search {
    position: relative;
    top: 34px;
    width: 0%;
    min-width: 32px;
    height: 32px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    display: none;
}
.form-search form {
    margin: 0;
}

/*input.search-input {
  height: 33px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px;
  -moz-box-shadow: 0px;
  box-shadow: 0px;
  margin: 0;
  padding: 0 0 0 43px;
  border: none;
  right: 32px;
}

.search-input {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 32px;
  margin: 0;
  z-index: 10;
  padding: 0px;
  font-family: inherit;
  font-size: 20px;
  color: #969BA2;
  margin-right: 29px;
  outline: none;
}

.search-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.search-input:-moz-placeholder {
  color: #bfbfbf;
}
.search-input::-moz-placeholder {
  color: #bfbfbf;
}
.search-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.search-icon,
.search-submit {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
}

.search-submit {
  background: #fff;
  /* IE needs this 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 
  filter: alpha(opacity=0);
  /* IE 5-7 
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
  top: 0;
}

.search-icon {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  color: #0498c0;
  background: #fff;
  z-index: 90;
  font-size: auto;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: none;
  -webkit-font-smoothing: antialiased;
}
.search-icon i {
    top: 1px;
    left: -1px;
  position: relative;
}
*/

/* Open state */
.form-search.form-search-open,
.no-js .form-search {
    width: 200px;
}
.form-search.form-search-open .search-icon,
.no-js .form-search .search-icon {
    background: #11264e;
    color: #fff;
    z-index: 11;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.form-search.form-search-open .search-submit,
.no-js .form-search .search-submit {
    z-index: 90;
}

/* Slideshow Styling */
#slide-wrapper {
    width: 100%;
    height: 575px;
    margin-top: 0;
    position: relative;
}
#slide-wrapper.video-wrapper {
    height: 643px !important;
    margin-bottom: -68px;
}
.vjs-loading-spinner {
    display: none !important;
}

/*FF CSS Hack*/
body:last-child .video-banner ul li .video-js,
x:-moz-any-link {
    height: 186% !important;
    top: -245px;
}

/*FF CSS Hack*/
body:last-child .banner,
x:-moz-any-link {
    float: left;
    position: absolute;
}

/*IE10 CSS Hack*/
body:last-child .banner {
    float: left;
    position: absolute;
}
.slide_overlay {
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.2);
}
.slide_pattern {
    width: 100% !important;
    height: 100% !important;
    background: url(../img/bg_pattern-slide.html);
}
.slide_pattern2 {
    width: 100% !important;
    height: 100% !important;
    background: url(../js/rs-plugin/assets/gridtile.png);
    position: relative;
    z-index: 9999;
}
.banner {
    width: 100%;
    height: 575px !important;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.banner-pf {
    width: 100%;
    height: 599px !important;
    background: #dcdcdc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 10px 0 40px 0;
    position: relative;
    overflow: hidden;
}
.banner-blog {
    width: 100%;
    height: 316px !important;
    background: #dcdcdc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.banner-pf ul li img {
    height: 599px !important;
}
.banner-blog ul li img {
    height: 316px !important;
}

/* Pagetitle Styling */
#pagetitle-wrapper {
    width: 100%;
    height: auto;
    background: url(../img/bannerimage1.jpg) no-repeat top center;
    margin-top: -101px;
    position: relative;
    background-size: 100%;
}

/*FF CSS Hack*/
body:last-child #pagetitle-wrapper,
x:-moz-any-link {
    float: left;
    position: absolute;
}

/*IE10 CSS hack */
_::-ms-reveal,
#pagetitle-wrapper {
    float: left;
    position: absolute;
}

/*IE9 CSS hack*/
#pagetitle-wrapper:nth-of-type(1n) {
    float: left\9;
    position: absolute\9;
}

/* #pagetitle-wrapper:after {
    width: 100%;
    height: 312px;
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.2);
    margin-top: -253px;
    position: relative;
} */
.plus {
    line-height: 2.2em!important;
}
#pagetitle-wrapper h1 {
    font-size: 41px;
    text-transform: uppercase;
    text-align: right;
    margin: 195px 0 10px 0;
    color: #fff;
    position: relative;
    z-index: 889;
    top: -60px;
}
#pagetitle-wrapper h5 {
    text-align: right;
    color: #fff;
    position: relative;
    z-index: 889;
    float: right;
}
.breadcrumb {
    position: relative;
    z-index: 850;
    bottom: -113px;
    float: right;
}
.breadcrumb ul {
    background-color: #3e4095;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    margin-top: -105px;
    padding: 5px 12px 7px 14px;
    float: right;
}
.breadcrumb ul li {
    font-size: 11px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    padding: 0px 0px 0px 4px;
    display: inline-block;
}
.breadcrumb ul li:after {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #fff;
    content: "\2F";
    margin-left: 8px;
    top: 0px;
    position: relative;
}
.bg-black {
    background: rgba(0, 0, 0, 0.6);
    padding-top: 18px;
}
.breadcrumb ul li:last-child:after {
    content: "";
    display: inline-block;
}
.breadcrumb ul li.current-page a,
.breadcrumb ul li.current-page a:visited {
    color: #fff;
    text-decoration: none;
}
.breadcrumb ul li a,
.breadcrumb ul li a:visited {
    color: #fff;
    text-decoration: none;
}
.breadcrumb ul li a:hover {
    color: #000;
}

/* Content Styling */
.content-full1 {
    width: 100%;
    padding: 40px 0;
    background: #31373a url(../img/concrete_wall.png) repeat;
}
.content-full1 h1,
.content-full1 h2,
.content-full1 h3,
.content-full1 h4,
.content-full1 h5,
.content-full1 h6 {
    color: #fff;
}
.content-full1 p.lead {
    color: #969ba2;
}
.content-full2 {
    width: 100%;
    padding: 40px 0;
    background: #f8f8f8;
    position: relative;
    z-index: 800;
}

/*FF CSS Hack*/
body:last-child #content-wrapper,
x:-moz-any-link {
    margin-top: 208px;
}
body:last-child #content-wrapper.browser-fix,
x:-moz-any-link {
    margin-top: 0px;
}

/*IE10 CSS hack */
_::-ms-reveal,
#content-wrapper {
    margin-top: 188px;
}
_::-ms-reveal,
#content-wrapper.browser-fix {
    margin-top: 0px;
}

/*IE9 CSS hack*/
#content-wrapper:nth-of-type(1n) {
    margin-top: 188px\9;
}
#content-wrapper.browser-fix:nth-of-type(1n) {
    margin-top: 0px\9;
}
.content-full2 .row {
    position: relative;
    z-index: 999;
}
.content-full2 .panel-icon,
.content-full3 .panel-icon {
    background-color: #fff;
}
.content-full3 {
    width: 100%;
    padding: 40px 0;
    background: url(../img/bg_pattern.png) repeat;
    position: relative;
    z-index: 888;
    background-size: 100% 189%;
}
.content-full5 {
    width: 100%;
    height: auto;
    background-color: #666;
    background-size: 100% 100%;
    padding-bottom: 20px;
}
.content-full5 h3 {
    color: #FFF;
}
.content-full5 h4 {
    color: #FFF;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .content-full3 {
        background-size: 494px 472px;
    }
}
.content-full3 .panel-icon h1,
.content-full3 .panel-icon h2,
.content-full3 .panel-icon h3,
.content-full3 .panel-icon h4,
.content-full3 .panel-icon h5,
.content-full3 .panel-icon h6 {
    color: #333;
}
.content-full3 h1,
.content-full3 h2,
.content-full3 h3,
.content-full3 h4,
.content-full3 h5,
.content-full3 h6,
.content-full3 p.lead,
.content-full p {
    color: #fff;
}
.content-full4 {
    width: 100%;
    padding: 24px 0;
    position: relative;
    z-index: 800;
}
.content-full-map {
    width: 100%;
    padding: 0px 0;
    background: #f8f8f8;
    position: relative;
    z-index: 800;
}
.content-full-map:after {
    content: "";
    display: block;
    width: 100%;
    height: 480px;
    margin-top: -480px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 998;
}
.small-padding {
    padding: 25px 0 12px 0 !important;
}
#map {
    width: 100%;
    height: 480px;
}
#map2 {
    width: 100%;
    height: 510px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#map2 iframe {
    width: 100%;
    height: 510px;
}
#map3 {
    width: 100%;
    height: 287px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.content-parallax1 {
    width: 100%;
    padding: 40px 0;
    background: url(../img/sample/bg_parallax1.html);
    z-index: 999;
}
.content-parallax2 {
    width: 100%;
    padding: 40px 0;
    background: #f8f8f8 url(../img/sample/bg_parallax2.html);
    z-index: 999;
}
.content-parallax1 h1,
.content-parallax1 h2,
.content-parallax1 h3,
.content-parallax1 h4,
.content-parallax1 h5,
.content-parallax1 h6,
.content-parallax1 p.lead,
.content-parallax1 p {
    color: #fff;
}
.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
}
.content-parallax2 h1,
.content-parallax2 h2,
.content-parallax2 h3,
.content-parallax2 h4,
.content-parallax2 h5,
.content-parallax2 h6,
.content-parallax2 p.lead,
.content-parallax2 p {
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}
.content-parallax2 .blog-video {
    margin: 23px 0 -11px 0 !important;
    float: none;
}

/* Content Annotation */
.content-annotation {
    margin: 30px 0 -15px 0;
}
.left-annotation {
    width: 20%;
    float: left;
}
.left-annotation .has-tip {
    top: 57px;
    position: relative;
}
.right-annotation .has-tip {
    top: 57px;
    left: 98px;
    position: relative;
}

/*FF CSS Hack*/
body:last-child .left-annotation .has-tip,
x:-moz-any-link {
    left: -96px;
}
body:last-child .right-annotation .has-tip,
x:-moz-any-link {
    left: 0px;
}

/*IE10 CSS hack */
_::-ms-reveal,
.left-annotation .has-tip {
    left: -96px;
}
_::-ms-reveal,
.right-annotation .has-tip {
    left: 0px;
}

/*IE9 CSS hack*/
.left-annotation .has-tip:nth-of-type(1n) {
    left: -96px\9;
}
.right-annotation .has-tip:nth-of-type(1n) {
    left: 0px\9;
}
.center-annotation {
    width: 60%;
    padding-top: 25px;
    float: left;
}
.right-annotation {
    width: 20%;
    float: left;
}
.img-annotation {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    background-color: #fbfbfb;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.img-annotation img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    float: left;
}
.img-annotation.left-arrow1,
.img-annotation.left-arrow3 {
    position: relative;
    left: 30px;
}
.img-annotation.right-arrow1,
.img-annotation.right-arrow3 {
    position: relative;
    right: 30px;
    float: right;
}
.img-annotation.right-arrow2 {
    float: right;
}
.left-arrow1:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_left1.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 40px;
    left: 120px;
}
.left-arrow2:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_left2.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 27px;
    left: 120px;
}
.left-arrow3:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_left3.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 0px;
    left: 120px;
}
.right-arrow1:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_right1.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 40px;
    right: 92px;
}
.right-arrow2:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_right2.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 27px;
    right: 92px;
}
.right-arrow3:after {
    width: 72px;
    height: 43px;
    background: url(../img/sample/arrow_right3.png) no-repeat;
    display: block;
    content: "";
    position: relative;
    top: 0px;
    right: 92px;
}

/* Accordion Stylesheet */
.accordion-title {
    padding: 11px 15px 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.accordion-content {
    padding: 16px 21px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* 404 Stylesheet */
#error404-left {
    margin: 0 0 60px 0;
    padding-left: 0px;
}
#error404-right {
    margin: 0 0 60x 0;
    padding-left: 10px;
}
#error404-right .panel {
    width: 78%;
    padding-bottom: 2px;
}
#error404-left h1 {
    font-size: 74px !important;
}
#error404-left i {
    font-size: 74px;
    color: #00a859;
    position: relative;
    top: 8px;
}
#error404 a.button {
    margin-bottom: 38px;
}

/* Newsletter Box Stylesheet */
.newsletter-box {
    position: relative;
    margin: 10px auto 34px auto;
    z-index: 100;
    padding: 29px 30px 3px 30px;
    background: #fff;
    /* Old browsers */
    
    background: -moz-repeating-linear-gradient(45deg, #d67171, #d67171 30px, #fff 30px, #fff 40px, #71afd6 40px, #71afd6 70px, #fff 70px, #fff 80px);
    /* FF3.6+ */
    
    background: -webkit-repeating-linear-gradient(45deg, #d67171, #d67171 30px, #fff 30px, #fff 40px, #71afd6 40px, #71afd6 70px, #fff 70px, #fff 80px);
    /* FF3.6+ */
    
    background: -o-repeating-linear-gradient(45deg, #d67171, #d67171 30px, #fff 30px, #fff 40px, #71afd6 40px, #71afd6 70px, #fff 70px, #fff 80px);
    /* FF3.6+ */
    
    background: repeating-linear-gradient(45deg, #d67171, #d67171 30px, #fff 30px, #fff 40px, #71afd6 40px, #71afd6 70px, #fff 70px, #fff 80px);
    /* FF3.6+ */
    
    -webkit-box-shadow: 0px 1px 6px #cfcfcf;
    -moz-box-shadow: 0px 1px 6px #cfcfcf;
    box-shadow: 0px 1px 6px #cfcfcf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.robotinstallation {
    width: 100%;
    height: auto;
    overflow: auto;
}
.newsletter-box:after {
    background: #fff;
    margin-top: 10px;
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.newsletter-box fieldset {
    padding: 10px 0px 0px 0px !important;
    border: 0;
}
.newsletter-box input {
    width: 100% !important;
}
.newsletter-box button {
    margin-bottom: 15px;
}
.contactform-area {
    position: relative;
    margin-top: -405px;
    z-index: 999;
}
.contactform-area2 {
    position: relative;
    z-index: 200;
}
.contactform-area fieldset,
.contactform-area2 fieldset {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: none;
}
.contactform-area label,
.contactform-area2 label {
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    z-index: 998;
}
.contactform-area label span,
.contactform-area2 label span {
    padding: 3px 8px 3px 8px;
    background-color: #3e4095;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.contactform-area button,
.contactform-area2 button {
    text-transform: uppercase;
}
.contactform-area input,
.contactform-area2 input {
    border: 2px solid #3e4095;
    background-color: #eff4f9;
    position: relative;
    z-index: 999;
}
.contactform-area textarea,
.contactform-area2 textarea {
    border: 2px solid #3e4095;
    background-color: #eff4f9;
    margin-bottom: 15px;
    position: relative;
    z-index: 999;
}
.contactform-heading span {
    padding: 8px 18px 9px 18px;
    background-color: #fff;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.loading {
    font-size: 13px;
    height: 20px;
    background: url(../img/loading.gif) 0 3px no-repeat;
    margin: 5px 0px 0px 7px;
    padding: 0px 0px 0px 23px;
    color: #797979;
}
.success-contact {
    width: 40%;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background-color: #00a859;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 9px 10px 11px 10px;
    position: relative;
    z-index: 999 !important;
    top: -440px;
}
.success-position {
    width: 100%;
    top: -10px !important;
}
.content {
    width: 100%;
    padding: 40px 0;
}
.table-width5 {
    width: 5.5%;
}
.table-width30 {
    width: 31.5%;
}
.content-position1 {
    margin: 16px 0 0 0;
}
.content-position1 h4 {
    margin-bottom: 18px;
}
.uppercase {
    text-transform: uppercase !important;
}
.heading-line {
    width: 100% !important;
    float: left;
}
.heading-line span {
    border-bottom: 2px solid #3e4095;
    padding-bottom: 6px;
    margin-bottom: 11px;
    float: left;
}
#content-carousel .owl-next {
    background: none !important;
    padding: 0px !important;
    position: relative !important;
    top: -307px;
    margin-right: 10px !important;
    float: right;
}
#content-carousel .owl-prev {
    background: none !important;
    padding: 0px !important;
    position: relative !important;
    top: -307px;
    margin-right: 30px !important;
    float: right;
}
#content-carousel .owl-next i,
#content-carousel .owl-prev i {
    font-size: 14px;
    color: #d4d4d4;
}
#content-carousel .item a h5 {
    margin-top: 18px;
}
#content-carousel .item img {
    height: 184px;
}
#clientlogo-carousel {
    display: block;
}
#clientlogo-carousel .owl-next {
    background: none !important;
    padding: 0px !important;
    position: relative !important;
    top: -38px !important;
    margin-right: 10px !important;
    float: right;
}
#clientlogo-carousel .owl-prev {
    background: none !important;
    padding: 0px !important;
    position: relative !important;
    top: -38px !important;
    margin-right: 30px !important;
    float: right;
}
#clientlogo-carousel .owl-next i,
#clientlogo-carousel .owl-prev i {
    font-size: 14px;
    color: #d4d4d4;
}
#clientlogo-carousel {
    margin-left: 0px !important;
}
#clientlogo-carousel li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    margin: 10px 0 20px 0;
    list-style: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

/*IE9 CSS hack*/
#clientlogo-carousel li:nth-of-type(1n) {
    width: 160px\9;
    height: 59px\9;
}
#clientlogo-carousel li:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
    opacity: 0.9 !important;
    -webkit-transform: translate(0px, 0px) !important;
    -moz-transform: translate(0px, 0px) !important;
    -ms-transform: translate(0px, 0px) !important;
    transform: translate(0px, 0px) !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}
.cs-style-1 figcaption a {
    margin-top: 46% !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
}
.cs-style-1 figcaption a {
    width: 34px;
    height: 34px;
    padding: 4px 10px !important;
    -webkit-border-radius: 500px !important;
    -moz-border-radius: 500px !important;
    border-radius: 500px !important;
}
#content-carousel .item figcaption a {
    margin-top: 32% !important;
}

/*FF CSS Hack*/
body:last-child .isotope-item .cs-style-1,
x:-moz-any-link {
    margin: -1px;
}
.post-info {
    border-top: 1px solid #e2e1e1;
}
ul.post-info {
    padding-top: 14px;
}
ul.post-info li {
    font-size: 11px;
    font-family: "Segoe UI", "helvetica neue", arial, sans-serif;
    margin-right: 12px;
    text-transform: uppercase;
    display: inline-block;
}
ul.post-info li a,
ul.post-info li a:visited {
    color: #b3b3b3;
    text-decoration: none;
}
ul.post-info li i {
    margin-right: 5px;
    color: #00a859;
    position: relative;
    top: 1px;
}
.big-icon {
    font-size: 240px;
    color: #d4d4d4;
    top: 130px;
    position: relative;
}
.big-icon2 {
    font-size: 240px;
    color: #d4d4d4;
    top: -44px;
    position: relative;
}
.team-img {
    margin-bottom: -30px;
}
.subtitle {
    color: #ccc;
    font: 11px Arial;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.progress-bar,
.progress-bar div {
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}
.progress-bar.green div {
    background: #0498c0 !important;
}
.progress-bar.blue div {
    background: #3498db !important;
}
.progress-bar.yellow div {
    background: #f1c40f !important;
}
.progress-bar.red div {
    background: #ed4f4f !important;
}
.progress-bar div.progress-meter {
    background-color: #fff !important;
}
ul.share-social {
    margin: 5px 0 5px 0;
    float: left;
}
ul.share-social li {
    width: 33px;
    height: 33px;
    background-color: #95a5a6;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
ul.share-social li i {
    color: #fff;
    font-size: 16px;
    margin-left: 0px;
    line-height: 33px;
}
.panel-icon ul.share-social {
    margin: 0 auto 20px auto;
    float: none !important;
}
.green-text {
    color: #00a859;
}
.grey-text {
    color: #b3b3b3;
}
.no-box {
    padding: 0px !important;
    background: transparent !important;
    color: #00a859;
}
.no-box:hover {
    color: #00a859;
}
.pf-wrapper {
    width: 100%;
    background-color: #f00;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100% !important;
    *zoom: 1;
}
.pf-wrapper:before,
.pf-wrapper:after {
    content: " ";
    display: table;
}
.pf-wrapper:after {
    clear: both;
}
.pf-wrapper.collapse>.column,
.pf-wrapper.collapse>.columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.pf-wrapper.collapse .pf-wrapper {
    margin-left: 0;
    margin-right: 0;
}
.pf-wrapper .pf-wrapper {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}
.pf-wrapper .pf-wrapper:before,
.pf-wrapper .pf-wrapper:after {
    content: " ";
    display: table;
}
.pf-wrapper .pf-wrapper:after {
    clear: both;
}
.pf-wrapper .pf-wrapper.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1;
}
.pf-wrapper .pf-wrapper.collapse:before,
.pf-wrapper .pf-wrapper.collapse:after {
    content: " ";
    display: table;
}
.pf-wrapper .pf-wrapper.collapse:after {
    clear: both;
}
.full-pf {
    position: relative;
    width: 100%;
    background-color: #ccc;
}
ul.pf-container {
    margin-bottom: 30px;
}
#pf-filter ul.front-filter {
    width: 100%;
    margin: 5px auto 50px auto;
    text-align: center;
    float: none !important;
}
#pf-filter ul {
    margin: 20px 0 45px 0;
    padding: 0px;
    float: none !important;
}
#pf-filter ul li {
    margin-right: 6px;
    font-size: 11px;
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    float: none !important;
}
#pf-filter ul li a {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
    padding: 9px 15px 10px 15px;
    color: #b6b6b6;
    text-decoration: none;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
#pf-filter ul li a:hover {
    color: #b6b6b6;
    text-decoration: none;
}
#pf-filter ul li a:active,
#pf-filter ul li a.selected {
    color: #00a859;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(89, 186, 71, 1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(89, 186, 71, 1);
    box-shadow: inset 0px 0px 0px 2px rgba(89, 186, 71, 1);
}
button.white2,
.button.white2 {
    background-color: transparent !important;
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1);
}
button.white2:hover,
button.white2:focus,
.button.white2:hover,
.button.white2:focus {
    background-color: transparent !important;
}
.callmail {
    display: grid;
    position: relative;
    right: 60%;
}
.p-0 {
    padding-left: 0;
    padding-right: 0;
}
.callmail .circle-border.small,
.square-border.small {
    margin-top: -10px;
}
.footer-menu ul li a {
    color: #fff !important;
    font-size: 15px;
}
.footer-menu ul li a:hover {
    color: #3e3f95 !important;
}
.company-fact i {
    color: #fff;
}
.company-fact h1 {
    margin: -10px 0 -4px 0;
}

/* Blog Styling */
article {
    margin-bottom: 50px;
}
article h3 {
    margin-bottom: 14px;
    text-transform: uppercase;
}
aside {
    margin-bottom: 40px;
}
aside .heading-line span {
    margin-bottom: 12px;
}
.author-image {
    width: 70px;
    height: 70px;
    margin-top: 9px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    float: right;
}
.author-image img {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.blog-media {
    width: 100% !important;
    margin: 5px 0 20px 0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
}
.blog-media .mejs-container {
    margin-top: 9px;
    width: 100% !important;
}
.blog-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 0px;
    height: 0;
}
.blog-video iframe {
    background: #dcdcdc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    margin-top: -20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.quote-note {
    background-image: url(../img/testi-bg.gif);
    background-repeat: repeat-y;
    border: solid 1px #dbdcde;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 4px 0 25px 0;
    padding: 21px 20px 23px 20px;
    position: relative;
    float: left;
}
.quote-note:after {
    left: 4px;
    right: 4px;
    bottom: -5px;
    box-shadow: 0 0 2px #ddd;
}
.quote-note,
.quote-note:before,
.quote-note:after {
    border: 1px solid #dbdcde;
}
.quote-note:before,
.quote-note:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 6px;
    right: 6px;
    height: 3px;
    border-top: none;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
form#search {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 30px;
    float: left;
}
form#search input {
    width: 75%;
    float: left;
}
form#search button {
    width: 38px;
    padding-left: 13px !important;
    margin-left: 10px;
    float: left;
}
.search-fieldset {
    border: none;
    padding: 0px !important;
}
ul.popular-list {
    width: 100% !important;
    margin: 4px -16px 16px 0px;
    padding-left: 0px;
    float: left;
}
ul.popular-list li p.popular-title {
    line-height: 32px;
    margin: 2px 0px 0px 0px;
}
ul.popular-list li img {
    width: 65px;
    height: 54px;
    margin: 3px 23px 0 0;
    float: left;
}
ul.popular-list li {
    width: 100% !important;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    float: left;
}
ul.popular-list li p.comment-count a,
ul.popular-list li p.comment-count a:visited {
    color: #ccc;
    font: 11px Arial;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
}
ul.popular-list li a,
ul.popular-list li a:visited {
    color: #b3b3b3;
    text-decoration: none;
}
ul.popular-list li a:hover {
    color: #8c8c8c;
    text-decoration: none;
}
.archive-count {
    position: relative;
    margin-left: 4px;
    top: -2px;
}
.blog-info ul.share-social {
    width: 100%;
    margin: 5px auto 50px auto;
    text-align: center;
}
#comment {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding: 5px 0 8px;
}
#comment ol {
    list-style-type: none!important;
    margin: 0;
    padding: 10px 0 0;
}
#comment ol li ol {
    margin: 0px 0px 20px 80px;
}
.commentlist li {
    position: relative;
    list-style: none;
    line-height: 22px;
    list-style-position: outside;
}
.commentlist li small {
    font-size: 11px;
    text-transform: uppercase;
}
.commentlist li p {
    margin-top: 10px;
}
.avatar {
    width: 64px;
    height: 64px;
    position: absolute;
    background-color: #e7e7e7;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    top: 4px;
    left: 0;
}
.avatar img {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}
.comment-text {
    background-color: #fcfcfc;
    border: solid 1px #e0e0e0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 80px;
    width: auto;
    margin-bottom: 10px;
    padding: 14px 20px 13px 20px;
}
.comment-text h6.subtitle {
    margin: -4px 0 15px 0 !important;
    font-size: 11px !important;
}
a.reply {
    float: right;
    margin-top: -30px;
}
a.reply:hover {
    background: #00a859 !important;
}
a.reply,
a.reply:visited {
    padding: 1px 12px;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #00a859;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    position: relative;
    top: -20px;
}
.margin {
    height: 20px;
    width: 100%;
    overflow: auto;
}
#commentform-wrap {
    width: 70%;
    margin-top: 26px;
    margin-bottom: 26px;
    float: left;
}
#commentform-wrap fieldset {
    padding: 10px 0px 0px 0px !important;
    border: 0;
}
form#comment-form label {
    line-height: 24px;
    width: 38%;
    margin-bottom: 0px;
    float: right;
    clear: both;
}
form#comment-form input {
    width: 60%;
    margin-bottom: 15px;
    float: left;
}
form#comment-form textarea {
    margin-bottom: 15px;
    overflow: hidden;
    float: left;
}
form#comment-form button {
    text-transform: uppercase;
}
#testi-carousel .testi-image {
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto 10px auto !important;
    text-align: center !important;
    float: none !important;
}
#testi-carousel .testi-image img {
    width: 80px !important;
    height: 80px !important;
}
#testi-carousel blockquote:before {
    display: none;
}
#testi-carousel blockquote p {
    left: -15px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px !important;
    font-style: normal;
    /*  line-height: 28px;
	width: 80%;
  */
    
    margin: 0 auto !important;
    position: relative;
}
#testi-carousel .testi-name {
    text-align: center;
    margin: 20px auto 30px auto;
    float: none;
}
.front-testi-wrapper {
    margin-bottom: -50px;
    margin-right: -9px !important;
}

/*IE10 CSS hack */
_::-ms-reveal,
.front-testi-wrapper {
    z-index: 300;
    position: relative;
}

/*IE9 CSS hack*/
.front-testi-wrapper:nth-of-type(1n) {
    z-index: 300\9;
    position: relative\9;
}
.front-testi {
    height: 330px;
}
.front-testi .testi-image {
    margin-left: 30px;
    position: relative;
    z-index: 800;
}
.front-testi .testi-name {
    color: #fff;
    position: relative;
    z-index: 800;
}
.front-testi:before {
    width: 100%;
    height: 100%;
    background: rgba(149, 164, 167, 0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    content: "";
    display: block;
    position: relative;
    z-index: 799;
}
.front-testi.green:before {
    background: rgba(89, 186, 71, 0.75) !important;
}
.front-testi.blue:before {
    background: rgba(74, 156, 214, 0.75) !important;
}
.front-testi.orange:before {
    background: rgba(242, 123, 31, 0.75) !important;
}
.front-testi blockquote {
    margin-top: -63%;
    padding: 30px 30px 0px 30px;
    position: relative;
    z-index: 800;
}
.front-testi blockquote:before {
    display: none;
}
.front-testi blockquote p {
    width: 100%;
    color: #fff;
    font-family: "Varela", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
}
#img-testi1 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/sample/bg_testi1.html) no-repeat;
    background-size: 100% 100%;
}
#img-testi2 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/sample/bg_testi2.html) no-repeat;
    background-size: 100% 100%;
}
#img-testi3 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/sample/bg_testi3.html) no-repeat;
    background-size: 100% 100%;
}
#img-testi4 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/sample/bg_testi4.html) no-repeat;
    background-size: 100% 100%;
}

/* Pricing Styling */
.pricing-table {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.pricing-table .title {
    height: 120px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 23px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pricing-table .cta-button {
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pricing-table .price {
    width: 120px;
    height: 120px;
    margin: -62px auto 0 auto;
    background-color: #f6f6f6;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    padding: 33px 0 0 0;
    text-align: center;
    color: #737373;
    font-weight: 300;
    font-size: 36px;
}
.pricing-table .price .currency {
    font-size: 16px;
    margin-left: -8px;
    margin-right: -4px;
    position: relative;
    top: -13px;
}
.pricing-table .price small {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    float: left;
}
.pricing-table .description,
.pricing-table .bullet-item {
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
}
.pricing-table .title.green {
    background-color: #00a859;
    margin: -1px -1px 0 -1px;
}
.pricing-table .title.blue {
    background-color: #3498db;
    margin: -1px -1px 0 -1px;
}
.pricing-table .title.red {
    background-color: #e74c3c;
    margin: -1px -1px 0 -1px;
}
.pricing-table .title.yellow {
    background-color: #f1c40f;
    margin: -1px -1px 0 -1px;
}
ul.payment-list li img {
    width: 64px;
    height: 42px;
}

/* Promo box Styling */
.promo-button i {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    padding: 1px 0 0 0.4px;
    background: #fff;
    color: #95a5a6;
    font-size: 11px;
    top: 0px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
}

/* Footer Styling */
#footer1 {
    position: relative;
    padding: 40px 0 0 0;
    border-top: 4px solid #ececec;
    background: #f3f3f3 url(../img/sample/bg_footer.png) no-repeat top center;
}
.layer {
    background-color: rgb(0 0 0 / 38%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#footer1 .share-social {
    width: 100%;
    position: relative;
    top: 0px;
    right: -5px;
    z-index: 889;
}
#footer1 .share-social li {
    width: 43px;
    height: 43px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    border: 4px solid #ececec;
}
#footer1 .share-social li i {
    margin-left: 10px;
    line-height: 34px;
}
.fb-color {
    background-color: #3c5a9a !important;
}
.tw-color {
    background-color: #1ca9e1 !important;
}
.gplus-color {
    background-color: #ca3e2d !important;
}
.drb-color {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.linked-color {
    background-color: #0077b5 !important;
}
.footer-menu ul {
    width: 100%;
    margin-top: -34px;
    font-size: 14px;
    margin-left: 37px;
    text-align: left;
}
.footer-menu {
    display: inline-block;
}
.footer-menu ul li a,
.footer-menu ul li a:visited {
    color: #191919;
    text-decoration: none;
}

/* Timeline Styling */
.timeline>li .timeline-time.green span {
    background-color: #0498c0 !important;
}
.timeline>li .timeline-body.green {
    background-color: #0498c0 !important;
}
.timeline>li .timeline-body.green:after {
    border-right-color: #00a859;
}
.timeline>li .timeline-icon.green {
    background-color: #0498c0 !important;
}
.timeline>li:hover .timeline-icon.green {
    -webkit-box-shadow: 0 0 0 8px #00a859;
    -moz-box-shadow: 0 0 0 8px #00a859;
    box-shadow: 0 0 0 8px #00a859;
}
.timeline>li .timeline-time.grey2 span {
    background-color: #6794bd !important;
}
.timeline>li .timeline-body.grey2 {
    background-color: #6794bd !important;
}
.timeline>li .timeline-body.grey2:after {
    border-right-color: #6794bd;
}
.timeline>li .timeline-icon.grey2 {
    background-color: #6794bd !important;
}
.timeline>li:hover .timeline-icon.grey2 {
    -webkit-box-shadow: 0 0 0 8px #bed6ec;
    -moz-box-shadow: 0 0 0 8px #bed6ec;
    box-shadow: 0 0 0 8px #bed6ec;
}

/* Reva tabs Styling */
.reva-tabs .resp-tabs-container:before {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0) !important;
}
.reva-tabs2 .resp-tabs-container:before {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0) !important;
}
.reva-tabs2 .resp-tabs-container {
    border-left: 2px solid #fff;
    background: transparent !important;
}
.reva-tabs2 .resp-tabs-container i {
    font-size: 84px;
    color: #fff;
    position: relative;
    top: 30px;
}
.reva-tabs ul.resp-tabs-list {
    width: 16%;
    margin: 36px auto 0 auto !important;
}
.reva-tabs2.resp-vtabs-left .resp-tabs-list li {
    border: none !important;
    background: transparent !important;
    font-family: "Varela", "Open Sans", "Helvetica", sans-serif;
    font-size: 14px;
    padding: 8px 15px !important;
    color: #fff;
}
.reva-tabs2.resp-vtabs-left .resp-tabs-list li .circle-border {
    position: relative;
    top: -6px;
}
.reva-tabs2.resp-vtabs-left li.resp-tab-active {
    border: none !important;
    border-right: none;
    background-color: transparent !important;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 8px 15px 8px 14px !important;
}
.reva-tabs .resp-tabs-list li {
    width: 50px;
    height: 50px;
    background-color: #00a859;
    margin: 0 15px 27px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
    border: none !important;
}
.reva-tabs .resp-tabs-list li i {
    font-size: 22px;
    line-height: 24px;
    margin-left: -6px;
    color: #FFFFFF;
}
.reva-tabs .resp-tabs-list li.green-color {
    background-color: #00a859;
}
.reva-tabs .resp-tabs-list li.green-color:hover {
    background-color: #3e4095;
}
.reva-tabs .resp-tabs-list li.blue-color {
    background-color: #3498db;
}
.reva-tabs .resp-tabs-list li.yellow-color {
    background-color: #f1c40f;
}
.reva-tabs .resp-tabs-list li.red-color {
    background-color: #e74c3c;
}
.reva-tabs .resp-tab-active {
    border: none;
    background-color: #00a859 !important;
}
.reva-tabs .resp-tab-active:hover {
    background-color: #3e4095 !important;
}

/* .reva-tabs .resp-tab-active.green-color {
    background-color: #0498c0 !important;
} */
.reva-tabs .resp-tab-active.blue-color {
    background-color: #3498db !important;
}
.reva-tabs .resp-tab-active.yellow-color {
    background-color: #f1c40f !important;
}
.reva-tabs .resp-tab-active.red-color {
    background-color: #e74c3c !important;
}
.reva-tabs .resp-tab-active:after {
    width: 18px !important;
    height: 18px !important;
    content: '';
    position: absolute;
    margin: 32px 0 0 -9px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* reva tab accordion */
.reva-tabs h2.resp-accordion {
    background-color: #00a859 !important;
}
.reva-tabs h2.resp-accordion:hover {
    background-color: #3e4095 !important;
}
.reva-tabs h2.resp-accordion.green-color {
    background-color: #00a859 !important;
}
.reva-tabs h2.resp-accordion.green-color:hover {
    background-color: #3e4095 !important;
}
.reva-tabs h2.resp-accordion.blue-color {
    background-color: #3498db !important;
}
.reva-tabs h2.resp-accordion.yellow-color {
    background-color: #f1c40f !important;
}
.reva-tabs h2.resp-accordion.red-color {
    background-color: #e74c3c !important;
}

/*FF CSS Hack*/
body:last-child .reva-tabs .resp-tab-active:after,
x:-moz-any-link {
    margin: 63px 0 0 -20px;
    background: #FFF;
}

/*IE10 CSS hack */
_::-ms-reveal,
.reva-tabs .resp-tab-active:after {
    margin: 63px 0 0 -20px;
}
.reva-tabs .resp-tabs-container {
    background-color: #ebeeef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.15);
}
.reva-tabs .resp-tabs-container h1,
.reva-tabs .resp-tabs-container h2,
.reva-tabs .resp-tabs-container h3,
.reva-tabs .resp-tabs-container h4,
.reva-tabs .resp-tabs-container h5,
.reva-tabs .resp-tabs-container h6 {
    color: #333;
}
.reva-tabs .resp-tab-content {
    /*  padding-left: 40px;
    padding-right: 40px;
	*/
    
    padding-bottom: 40px;
    text-align: left;
    border: none;
}
.reva-tabs .reva-tabs-title {
    width: 100%;
    margin: -17px 0px 35px;
    padding: 15px 20px 1px 20px;
    background-color: #fff;
    text-align: center;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    float: left;
}
.reva-tabs .reva-tabs-title h4 {
    margin-bottom: 0px;
}
.img-reva-tabs1 {
    margin: 5px 0px -15px 30px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.img-reva-tabs2 {
    margin: 5px 0px -15px 40px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
ul.reva-tabs-fancybox li {
    width: 160px;
    height: 160px;
    margin: 10px 18px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(179, 179, 179, 0.4);
    -moz-box-shadow: 0px 0px 4px 2px rgba(179, 179, 179, 0.4);
    box-shadow: 0px 0px 4px 2px rgba(179, 179, 179, 0.4);
    display: inline-block;
}
ul.reva-tabs-fancybox li img {
    width: 160px;
    height: 164px;
    border: 1px solid black;
}
.iconlogo img {
    height: 30px !important;
    width: 30px !important;
}
#circle {
    background-color: #FFF !important;
}
ul.reva-tabs-fancybox li:last-child {
    margin-right: 0px !important;
}
#inverted {
    font-size: 40px!important;
    font-family: "Rockwell Extra Bold"!important;
}
.resp-vtabs-left .resp-tabs-list li {
    padding: 10px 15px !important;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    border-right: none;
    background-color: #fff;
}
.resp-vtabs-left li.resp-tab-active {
    padding: 10px 15px 11px 14px !important;
    background-color: #fafafa !important;
}
.resp-vtabs-right .resp-tabs-list li {
    padding: 10px 15px !important;
    margin-bottom: -1px;
    border: 1px solid #ddd;
    border-left: none;
    background-color: #fff;
}
.resp-vtabs-right li.resp-tab-active {
    padding: 10px 14px 11px 15px !important;
    background-color: #fafafa !important;
}
.resp-tabs-bottom .resp-tabs-list li {
    padding: 11px 20px !important;
    margin-right: -1px;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
}
.resp-tabs-bottom li.resp-tab-active {
    padding: 12px 20px 11px 20px !important;
    margin-top: -1px;
    background-color: #fafafa !important;
}
.resp-tabs-list li {
    padding: 11px 20px !important;
    margin-right: -1px;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fff;
}
li.resp-tab-active {
    padding: 11px 20px 12px 20px !important;
    background-color: #fafafa !important;
}
.large-12.columns .resp-vtabs-left ul.resp-tabs-list {
    width: 18%;
}
.large-12.columns .resp-vtabs-left .resp-tabs-container {
    width: 82%;
}
.large-12.columns .resp-vtabs-left .resp-tabs-container:before {
    width: 72%;
}

/* General Icons List */
ul.icons-list-flaticon i {
    width: 49px !important;
    height: 49px!important;
    background-size: 44px 44px !important;
}
ul.icons-list li,
ul.icons-list-webhostinghub li,
ul.icons-list-flaticon li {
    height: 64px;
    font-size: 20px;
    margin-bottom: 25px;
    padding: 12px 12px 11px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
ul.icons-list li i {
    width: 100% !important;
    color: #5e5e5e;
    margin-bottom: 8px;
    font-size: 32px;
    text-align: center;
    float: left;
}
ul.icons-list-webhostinghub li i {
    width: 100% !important;
    color: #5e5e5e;
    margin: -20px 0px -2px 0px;
    font-size: 32px;
    text-align: center;
    float: left;
}
ul.icons-list-flaticon li i {
    color: #5e5e5e;
    margin: -8px 0 -1px 0;
    position: relative;
    left: 30%;
    float: left;
}
ul.icons-list li span,
ul.icons-list-webhostinghub li span,
ul.icons-list-flaticon li span {
    width: 100% !important;
    padding: 3px 5px 4px 5px;
    font: 10px consolas, monospace;
    text-align: center;
    background: #fafafa;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}

/* scroll up style */
#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #00a859;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#scrollUp:hover {
    background: #3e4095;
    color: #fff !important;
}
#scrollUp i {
    position: relative;
    top: 7px;
    left: -1px;
}
.categorie-icon {
    background: #3e4095 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #f0f0f0;
    color: #fff;
    font-size: 3.4em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 75px;
    line-height: 60px;
    margin: 0 45%;
    padding-top: 5px;
    text-align: center;
    text-transform: none;
    top: 21%;
    transition: all 0.6s ease-out 0s;
    width: 75px;
}
.categorie-icon:hover {
    transform: scale(1.5);
    box-shadow: 0 0 0 8px #b3c4c5;
}
.link-title {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 100;
    background-color: #f1f1f1;
    height: 42px;
    margin-bottom: 12px;
    width: 100%;
    padding: 7px 5px 0;
}
.link-title1 {
    font-size: 12px;
    font-weight: bold;
    position: relative;
    z-index: 100;
    color: #0A9AE0;
    min-height: 42px;
    height: auto;
    margin-bottom: 12px;
    width: 100%;
    padding: 7px 5px 0;
    box-shadow: 4px 5px 6px #9BCBE2;
    border: 1px solid #f1f1f1;
}
.contac-box {
    color: #ffffff;
    margin: 15px 0 25px;
    margin: 1px 0 8px;
    border-radius: 5px;
    float: left;
    position: relative;
    width: 100% !important;
    padding: 5px 3px 5px 7px;
}
.contac-box.green {
    background-color: #00a859;
}
.contac-box.blue {
    background-color: #3498db;
}
.right-img {
    width: 100%;
    height: auto;
}
.left-img {
    width: 100%;
    height: auto;
}

/*----------contact us fix---------*/
.contactfix {
    margin-top: 75px;
    margin-left: 280px;
    position: fixed;
    width: 77%;
    z-index: 900;
}
.fix i {
    font-size: 28px;
}
.fix {
    background: #00a859;
    color: #fff;
    border: 1px solid #00a859;
    float: right;
    font-size: 17px;
    height: 45px;
    padding: 9px 0;
    text-align: center;
    width: 4.4%;
    cursor: pointer;
    font-weight: 700;
    border-radius: 25px;
}
.formright {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 18px;
    height: 27px;
    line-height: 1.42857;
    padding: 0px 5px 0px 5px!important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 85%;
    margin: 4px 0px;
}
textarea.form-control.formright1 {
    height: 57px;
    width: 85%;
    padding: 6px 12px;
    border-radius: 4px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    color: #000;
    font-family: "open sans";
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.btn-default {
    width: 70px;
    margin: auto;
    height: 32px;
    text-align: center;
    padding: 2px;
}
.form1 {
    width: 100%;
    float: right;
    margin: 0 auto;
}
.fromscroll {
    width: 26%;
    float: right;
    display: none;
    background-color: #3e4095;
    padding: 10px;
    margin-right: 10px;
}
.connect1 {
    width: 100%;
    background-color: #060;
    margin: 0 auto;
}

/*----------------contactus fix end----------------------*/

/*---------------contactus fix to move from right--------*/
.fadeInRight {
    animation-name: fadeInRight;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
    
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}
@-ms-keyframes "fadeInRight" {
    0% {
        opacity: 0;
        -ms-transform: translateX(20px)
    }
    
    100% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
    
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

/*---------------contactus fix to move from right end--------*/

/*---------------contactus fix background---------*/
.contactfix:before {
    background: #00aeef;
    content: '';
    -ms-transform-origin: 0 100%;
    animation: pulsate 3.5s ease-out;
    animation-iteration-count: infinite;
    box-shadow: 0 0 5px 5px #fff;
    position: absolute;
    top: -18px;
    left: 93.8%;
    width: 8%;
    height: 80px;
    z-index: -1;
    border-radius: 43px;
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(.1, .1);
        -o-transform: scale(.1, .1);
        -ms-transform: scale(.1, .1);
        transform: scale(.1, .1);
        opacity: 0
    }
    
    50% {
        opacity: 1
    }
    
    100% {
        -webkit-transform: scale(.8, .8);
        -o-transform: scale(.8, .8);
        -ms-transform: scale(.8, .8);
        transform: scale(.8, .8);
        opacity: 0
    }
}
.footer-socials {
    margin-left: 3.5%;
}
.Copyrightline {
    text-align: center;
}
.Copyrightline p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    background-color: #3e4095;
}

/*---------------contactus fix background end---------*/
.facebook-box {
    /* padding: 10px; */
    /* border: 1px solid #cfcfcf; */
    
    height: 100%;
    text-align: center;
    margin-top: 0px;
    /* background: #3e3f91; */
}
.photo-box {
    padding: 10px;
    border: 1px solid #cfcfcf;
    margin-bottom: 20px;
    height: 100%;
    text-align: center;
}
.photo-box img {
    width: 450px;
    height: 172px;
}
.fb-page.fb_iframe_widget {
    overflow: hidden;
    height: 200px;
}
.facebook-box h3 {
    padding: 7px 0;
    color: #2797ff;
    font-weight: 600;
    font-family: sans-serif;
    color: #fff;
    background: #3e4095;
    width: 92%;
    margin: auto;
}
.service {
    width: 30%;
    margin-left: 19px;
    margin-right: 19px;
    float: left;
}
.facebookpage {
    width: 45%;
    float: left;
    height: auto;
}
.clients {
    height: auto;
    width: 100%;
    padding-top: 10px;
    padding-left: 22px;
    overflow: hidden;
}
.clientsblog {
    float: left;
    height: 215px;
    width: 255px;
    text-align: center;
    margin-right: 30px;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.clientslogo {
    float: left;
    height: 166px;
    width: 253px;
    text-align: center;
    border-bottom: 5px solid #3e4095;
    background-color: #FFF;
}
.clientsblog h3 {
    font-size: 12px!important;
    font-family: Georgia, "Times New Roman";
    font-weight: bold;
    line-height: 40px;
}
.textname {
    float: left;
    height: 47px;
    width: 100%;
}
.clientmiddlepage {
    height: auto;
    width: 86%;
    background-color: #fae5e5;
    margin: auto;
}
.clientsblog a:hover {
    background-color: #3e4095;
}
#newupload {
    width: 97%;
    padding: 5px 0 5px 157px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.resume {
    margin-left: 17px;
}
.large-7 i {
    float: left;
    margin-right: 20px;
}

/*@media only screen and (max-width: 320px) {
    #slide-wrapper {
    
    height:360px;
  }

  body:last-child #content-wrapper, x:-moz-any-link {
    margin-top: 37px;
  }

  .breadcrumb {
    bottom: -130px;
  }
  #pagetitle-wrapper:after {
    margin-top:-220px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 480px) {
    #slide-wrapper {
    
    height:360px;
  }

  body:last-child #content-wrapper, x:-moz-any-link {
    margin-top: 47px;
  }

  .breadcrumb {
    bottom: -132px;
  }

  #pagetitle-wrapper:after {
    margin-top:-230px;
  }

}
@media only screen and (min-width: 500px) and (max-width: 768px) {
    #slide-wrapper {
    
    height:480px;
  }

  body:last-child #content-wrapper, x:-moz-any-link {
    margin-top: 54px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
   
  body:last-child #content-wrapper, x:-moz-any-link {
    margin-top: 77px;
  }
}

h2.gap-bottom0{
  color:#ffffff;
}

.col-xs-15{
    width:20%;
}*/
.project-img ul.reva-tabs-fancybox li img {
    width: 100%;
    height: 145px;
    border: 1px solid black;
}
.project-img ul.reva-tabs-fancybox li {
    width: 180px;
    height: 145px;
}
.project-img ul.no-bullet {
    padding: 0px!important;
}
.clientslogo img {
    height: 100% !important;
    width: 88% !important;
    padding-top: 0px;
}
.left p {
    font-size: 14px !important;
}
#vision {
    font-size: 40px !important;
}
#p {
    font-size: 18px !important;
}
.testimonial {
    text-align: center;
    padding: 100px 40px 5px;
    margin-top: 100px;
    position: relative;
}
.testimonial:before {
    /*content: "\f10d";*/
    
    font-family: fontawesome;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 50px;
    color: #3e4095;
    opacity: 0.5;
}
.testimonial .pic {
    width: 150px;
    height: 150px;
    border: 5px solid #3e4095;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial .pic img {
    width: 100%;
    height: 141px;
}
.testimonial .description {
    font-size: 14px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 30px;
}
.testimonial .testimonial-title {
    display: block;
    text-align: right;
    font-size: 22px;
    color: #3E3F95;
    margin: 0;
}
.testimonial .post {
    display: block;
    font-size: 12px;
    color: #6f6f6f;
    margin-top: 7px;
}
.owl-theme .owl-controls .owl-page span {
    width: 20px;
    height: 3px;
    background: #3e4095;
}
.review h2 {
    margin-top: 50px !important;
}
@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 80px 15px 5px;
    }
    
    .brand {
        right: 10%;
        height: 98px !important;
        width: 109px !important;
    }
    
    .brand img {
        width: 100px;
        height: 80px;
    }
    
    .testimonial::before {
        top: 10px;
    }
    
    .testimonial .pic {
        width: 120px;
        height: 120px;
        top: -60px;
    }
}
.plus img {
    height: 15px !important;
    width: 15px !important;
}
.robotimage1 {
    background-size: 26% 25%;
    ;
    padding-top: 51px;
    background-repeat: no-repeat;
}
.robotimage1 {
    width: 50%;
    float: left;
    height: auto;
}
.robotimage2 {
    padding-right: 60px;
}
.robotimage2 {
    width: 50%;
    float: left;
    height: aut;
}
.robotimage1 img {
    width: 383px;
    float: left;
    height: 330px;
    padding-left: 60px;
}
.robotimage3 img {
    width: 383px;
    float: left;
    height: 200px;
    padding-left: 60px;
}
.robotimage3 {
    float: left;
}
.robotimage2 img {
    float: left;
    margin-top: 51px;
    height: 330px;
    padding-left: 30px;
}
.servicetitle h5 {
    margin-top: 20px !important;
    font-weight: 600;
    text-align: center;
}
.servicetitle h4 {
    margin-top: 50px !important;
    font-weight: 600;
    margin-bottom: 10px;
    color: #00a859;
}
.image1 img {
    margin-top: 55px !important;
}
.name {
    width: 30%;
}
.servicetitle1 h4 {
    margin-top: 20px !important;
    font-weight: 600;
    margin-bottom: 10px;
    color: #00a859;
    text-align: center;
}
.enquiry {
    margin-bottom: 51px;
    margin-top: 85px;
}
.enquiry h4 span {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #3e4095;
}
.enquiry1 h4 span {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #3e4095;
}
.enquiry1 {
    margin-bottom: 30px;
    text-align: center;
}
.enquiryofassembly {
    width: 100%;
    height: auto;
    background: #D1D1D1;
    padding: 10px;
}
.pdb {
    line-height: 0.4;
}
.enquiry {
    width: 120%;
    height: auto;
    background: #D1D1D1;
    padding: 10px;
}
.enquirymech {
    width: 100%;
    height: auto;
    background: #D1D1D1;
    padding: 10px;
}
.enquirymech h4 {
    text-align: center!important;
}
#message {
    margin-top: 15px;
}
#message1 {
    margin-top: 28px;
}
.robotimagePLC {
    background-size: 26% 31%;
    padding-top: 54px;
    background-repeat: no-repeat;
    width: 50%;
    float: left;
    height: auto;
}
.robotimagePLC img {
    float: left;
    height: 220px;
    padding-left: 60px;
    width: 440px;
}
.services-content {
    text-align: justify;
}
.services-content ul {
    line-height: 30px!important;
}
.requirement tr {
    border: 2px solid;
}
.requirement td {
    border-right: 2px solid;
    text-align: justify;
}
.descr {
    text-align: justify;
}
.descr li {
    list-style: decimal;
}
.aboutUl li {
    border: 1px solid #3e4095;
    box-shadow: 5px 5px #00a859;
    padding: 5px 5px 5px 15px;
    margin-bottom: 10px;
    border-radius: 30px;
}
.heading {
    font-size: 26px !important;
}

/* social icon */