@charset "utf-8";

/*
        Resets
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, var { font-style:normal; font-weight:normal }
ol, ul { list-style:none }
caption, th { text-align:left }
q:before, q:after { content:'' }
abbr, acronym { border:0 }
:focus { outline:0 }
ins { text-decoration:none }
del { text-decoration:line-through }
.clear { clear: both; }

/*
        body Structure
*/
html,body {
    height: 100%;
}
body {
    /*background: url(../images/diamond_upholstery.png) repeat #fff;*/
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height: 22px;
    font-weight:400;
    color: #222;
    overflow-x: hidden !important;
}
/*
        Typography
*/
div, p, a, li, td { -webkit-text-size-adjust:none; }
html, html a {
    -webkit-font-smoothing: antialiased !important;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans Condensed', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}
h1 {
    font-size:54px;
    font-weight:800;
}
h2 {
    font-size:40px;
    font-weight:600;
}
h3 {
    font-size:30px;
    font-weight:400;
}
h4 {
    font-size:22px;
    font-weight:300;
}
h5 {
    font-size:18px;
    font-weight:300;
}
h6 {
    font-size:14px;
    font-weight:300;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
    margin: 0 0 15px 0;
}
p span, p strong {
    font-weight:800;
}
img {
    border:none;
    max-width:100%;
}
a {
    text-decoration: none;
    color:#333;
}
a:hover,a:focus,a:active {
	text-decoration: none;
	outline: none !important;
	color: #000;
}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}
/*headerSection*/
.headerSection {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: #fff;
}
.logo {
  display: inline-block;
  position: relative;
  float: left;
  margin-top: 4px;
}
/*navigation-menu*/
.navigation-menu {
  display: inline-block;
  float: right;
  position: relative;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
}
.navigation-menu > ul,.navigation-menu > ul > li,.navigation-menu > ul > li > a {
  display: inline-block;
}
.navigation-menu > ul > li {
  float: left;
  position: relative;
  margin-right: 1px;
  padding: 0 8px 0 8px;
}
.navigation-menu > ul > li > a {
  color: white;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  margin: 0 1px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  position: relative;
  text-shadow: 0 2px 0 rgba(255,255,255,0.3);
}
.navigation-menu > ul > li:hover,.activeNav {
  background: #2b1779;
  color: #fff;
  border-radius: 30px;
  padding: 0px 8px 0px 8px;
}
.navigation-menu > ul > li:hover > a,.activeNav > a {
  color: #fff !important;
  text-shadow: 0 2px 0 rgba(0,0,0,0.15) !important;
}
.navigation-menu > ul > li > a > i.fa-angle-down {
  padding-left: 3px;
}
/*ddown*/
.navigation-menu > ul > li > ul {
  display: block;
  position: absolute;
  top: 50px;
  width: 200px;
  border-radius: 7px 7px 0 0;
  background: #2b1779;
  left: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  transition: all 300ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.navigation-menu > ul > li:hover > ul {
  top: 40px;
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li > ul > li {
  display: block;
  border-bottom: solid 1px rgba(247,147,29,0.2);
}
.navigation-menu > ul > li > ul > li > a {
  display: block;
  height: auto;
  padding: 10px;
  color: #fff;
  line-height: normal;
}
.navigation-menu > ul > li > ul > li > a:hover {
  background: #d62627;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0,0,0,0.2);
}

/*top-main-section*/
.top-main-section {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ddd;
  position: relative;
}
.top-main-section:after {
  content: "";
  display: block;
  clear: both;
}
#banner-slider {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#banner-slider .owl-controls {
    position: absolute !important;
    bottom: 2% !important;
    width: 30% !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 20;
}
#banner-slider .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    /*background: #8b452b !important;*/
    background: #d62627 !important;
    margin: 5px 3px !important;
    /*border-radius: 0 !important;*/
}
#banner-slider .owl-buttons {
    display: none !important;
}
#banner-slider .item {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0px;
  padding: 0;
  text-align: center;
}
#banner-slider .item .slide-description {
  display: inline-block;
  position: absolute;
  bottom: 12%;
  right: 2%;
  z-index: 100;
  text-align: right;
}
#banner-slider .item .slide-description h1,
#banner-slider .item .slide-description h2 {
  display: inline-block;
  margin: 0 0 5px 0;
  position: relative;
  z-index: 10;
  padding: 6px 30px;
  text-transform: capitalize;
}
#banner-slider .item .slide-description h1 {
  color: #fff;
  font-size: 50px;
}
#banner-slider .item .slide-description h2 {
  color: #fff;
  font-size: 22px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
#banner-slider .item .slide-description h1:before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50%;
  background: #2b1779;
  opacity: 0.8;
  z-index: -1;
  border-radius: 25px;
}
#banner-slider .item .slide-description h2:before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -50%;
  background: #d62627;
  opacity: 0.8;
  z-index: -1;
  border-radius: 25px;
}
/* about section */
/*featured-section*/
.featured-section {
    display: block;
    clear: both;
    width: 100%;
    padding: 60px 0;
    background: url(../images/parallax1.jpg) no-repeat fixed 100% 0;
    background-size: cover;
    position: relative;
    border-bottom: solid 1px #ddd;
}
.featured-section:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.7;
}
.container,.container-fluid {
    position: relative;
    z-index: 10;
}
.featured-section .col-md-5,
.featured-section .col-md-7 {
    padding: 0;
}
.featImg {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
    background: #2b1779;
    float: left;
    margin-top: 70px;
    position: relative;
    left: 35px;
    z-index: 10;
}
/*featured-intro*/
.featured-intro {
    display: block;
    padding: 30px 30px 30px 60px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.featured-intro .heading {
    text-align: left;
    font-size: 44px;
    width:100%;
}
.featured-intro .heading:after {
    left: -35px;
    width: 100%;
}
.featured-intro .heading small {
    font-size: 28px;
    display: block;
    color: #999;
}
/*parallaxSection*/
.parallaxSection {
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #eee;
    z-index: 1;
}
.leftParallax {
    display: block;
    width: 33.33333333333333%;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;    
    z-index: 1;
    transform: skew(-25deg);
}
.whiteParallax {
  color: #000;
  background: rgba(255,255,255,0.7);
}
.blackParallax {
  color: #fff;
  background: rgba(0,0,0,0.7);
}
.parallaxSectionContent {
    display: block;
    color: inherit;
    transform: skew(25deg);
    z-index: 10;
    padding: 0 50px;
    text-align: center;
}
.parallaxSectionContent .heading-center {
    display: block;
    font-size: 26px;
}
.parallaxSectionContent .heading:after {
    background: #d62627;
}
.leftParallaxImg {
  display: block;
  height: 100%;
  position: absolute;
  width: auto;
  max-width: none;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
  /*transform: skew(25deg);*/
}
.parallaxSectionContent p {
  font-size: 14px;
}
.headingSection {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.headingSection .heading-center {
  text-align: center;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
/*divTable & cell*/
.divTable {
    display: table;
    width: 100%;
    height: 100%;
}
.divTableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
/*productsSection*/
/*servicesSection*/
.servicesSection {
    display: block;
    clear: both;
    width: 100%;
    padding: 60px 0;
    background: url(../images/servicesSection.jpg) no-repeat fixed 100% 0;
    background-size: cover;
    position: relative;
}
.servicesSection:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2b1779;
    opacity: 0.8;
}
.servicesSection .heading-center {
    color: #fff;
}
/*service-box*/
.service-box {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}
.service-box h3 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    font-size: 30px;
    margin: 0;
    font-weight: 400;
    z-index: 1;
    color: #000;
    transition: all 300ms ease-in-out;
}
.service-box h3:before {
    content: "";
    display: block;
    position: absolute;
    width: 150%;
    height: 200%;
    top: -25%;
    left: -25%;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
    z-index: -1;
    border-top: solid 3px #2b1779;
    transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    border-radius: 100% 100% 0 0;
    transition: all 300ms ease-in-out;
}
.service-box-desc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    padding: 30px 20px;
    transition: all 300ms ease-in-out;
    transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    visibility: hidden;
}
.service-box:hover > h3 {
    transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    visibility: hidden;
    opacity: 0;
}
.service-box:hover > .service-box-desc {
    transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    visibility: visible;
    opacity: 1;
}
/*brandsSection*/
.brandsSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    background: #2b1779;
    color: #fff;
    padding: 70px 0;
}
#brandsSlider .item {
    margin: 2px;
}
#brandsSlider .item img {
    display: block;
    width: 100%;
    height: auto;
    padding: 3px;
    border: solid 1px #ddd;
    background: #fff;
}
/*projectsSection*/
.projectsSection {
  display: block;
  width: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  clear: both;
  background: #fff;
}
.projectsContainer {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  position: relative;
  padding: 50px 0px;
}
.projectsLink {
  display: block;
  width: 33.3333%;
  height: 80%;
  float: left;
  background: #fff;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  position: relative;
}
.projectsLink:hover {
  background: #2b1779;
}
.projectsLink img {
  display: block;
  width: 100%;
  height: auto;
  /*padding: 8px 4px;*/
  background: #fff;
  transition: all 300ms ease-in-out;
}
.projectsLink:hover img {
  opacity: 0.4;
}
.projectsLink h3 {
  display: block;
  position: absolute;
  transition: all 300ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  opacity: 0;
  color: #fff;
  visibility: hidden;
  z-index: 1;
}
.projectsLink:hover h3 {
  top: 100px;
  visibility: visible;
  opacity: 1;
}
.projectsLink i {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #d62627;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0,0,0,0.2);
  text-align: center;
  border-radius: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  font-size: 26px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.projectsLink:hover i {
  bottom: 60px;
  visibility: visible;
  opacity: 1;
}
.container {
  position: relative;
  z-index: 10;
}

/*footerSection*/
.footerSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.footerSection ul li a, .footerSection p a {
    color: #fff;
    text-decoration: underline;
}
/*footer-top-area*/
.footer-top-area {
    display: block;
    width: 100%;
    height: 50%;
    clear: both;
    background: url(../images/footer.jpg) no-repeat #222 fixed 100% 0;
    background-size: cover;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-top: solid 5px #fff;
}
.footer-top-area:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}
.footerInner {
    display: block;
    padding: 60px;
}

.footer-about-us span {
  color: #fff;
}
.footer-wid-title {
  font-size: 24px;
  color: #fff;
}
.footer-about-us h2 {
  font-weight: 200;
}
.footerUl {
    margin: 0 0 0 15px;
    padding: 0;
}
.footerUl li {
    list-style-type: square;
    padding: 2px 0;
}
.footerUl li a {
    display: block;
    color: #fff;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer-social a {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-right: 2px;
  text-align: center;
  border-radius: 100%;
}
.footer-social a:hover {
    background: #fff;
    border-color: #fff;
    color: #222;
}
.facebookLink {
  background: #204385;
}
.twitterLink {
  background: #2aa9e0;
}
.youtubeLink {
  background: #eb2429;
}
.linkedinLink {
  background: #02669a;
}
.pinterestLink {
  background: #ca2128;
}
.google-plusLink {
  background: #d3492c;
}
.footer-social {
  margin-top: 20px
}
.copyright {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 30px;
    text-align: center;
    padding-top: 5px;
    border-top: solid 1px rgba(255,255,255,0.4);
}
.copyright > p {
  margin: 0;
}
.copyright p,.copyright p a,.copyright a {
    color: #fff;
    font-weight: 600;
}
.copyright a:hover {
  text-decoration: underline;
}
/*footerform*/
.footerform {
    float: left;
    margin-top: 0;
    width: 100%;
    clear: both;
    display: block;
}
.footerform.row {
    margin-left: -3px;
    margin-right: -3px;
}
.footerform .col-sm-4,.footerform .col-sm-12 {
    padding-left: 3px;
    padding-right: 3px;
}
.footerform input,.footerform textarea {
    display: block;
    border: none;
    width: 100%;
    height: 34px;
    padding: 5px 0;
    text-indent: 10px;
    background: #fff;
    margin-bottom: 6px;
    color: #222;
}
.footerform textarea {
    height: auto;
}
.phoneNoField {
    display: block;
    width: 100%;
    position: relative;
}
.phoneNoField select {
    display: inline-block;
    width: 40%;
    height: 34px;
    padding: 5px;
    color: #222;
    float: left;
    border-radius: 0;
    border: none;
}
.phoneNoField input {
    display: inline-block;
    float: left;
    width: 60% !important;
}


/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.heading-center {
    padding-bottom: 10px;
}
.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    color: rgb(43, 23, 121);
}
.footerInner .heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    color:#fff;
}
.heading small {
    font-size: 18px;
    color: #999;
}
.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #d62627;
    position: absolute;
    bottom: 0;
}
.featured-section .heading:after,
.featured-section .heading-center:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #2b1779;
    position: absolute;
    bottom: 0;
}
.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}
.heading:after {
    left: 0%;
}
.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    background: rgba(0,0,0,0.3);
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}
.btn-transparent:hover,.btn-transparent:focus,.btn-transparent:active,
.btn-default:hover,.btn-default:focus,.btn-default:active {
    background: #2b1779 !important;
    border-color: transparent;
    color: #fff;
}
.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}
.btn-primary {
    background: #d62627 !important;
    color: #fff;
    border: none;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    background: #2b1779 !important;
    color: #fff;
}
.pr0{
  padding-right: 0px;
}
.pl0{
  padding-left: 0px;
}
.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}
.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}
.space15 {
    display: block;
    padding: 15px;
    clear: both;
}
.space20 {
    display: block;
    padding: 20px;
    clear: both;
}
.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}
.space70 {
    display: block;
    padding: 70px 0;
    clear: both;
}
.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}
.centertext,.center {
    text-align: center;
}
.white {
    color: white;
}
.modal-content {
    border-radius: 0 !important;
}
.modal-header {
    background: #d62627 !important;
    color: #fff !important;
}
.modal-header .close {
    color: #fff !important;
    opacity: 0.6 !important;
}
.modal-header .close:hover {
    color: #eee !important;
}
.form-control {
  border-radius: 0 !important;
}

/* internal pages */
.internal-banner {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
    height: 400px;
}
.internal-banner .inner-heading{
    display: inline-block;
    position: absolute;
    top: 170px;
    left: 0%;
    right: 0%;
    z-index:0;
}
.internal-banner .inner-heading h1 {
    display: inline-block;
    padding: 9px 34px;
    color: rgb(255, 255, 255);
    font-size: 32px;
    text-transform: capitalize;
    position: relative;
    z-index: 10;
    text-shadow: 0 2px 0 rgba(0,0,0,0.3);
}
.internal-banner img {
    display: block;
    width: 100%;
}
.about-list {
    padding-left: 30px;
}
.about-list li{
  list-style: square;
}
ul.about-list li ul{
  padding-left: 25px;
} 
.table-responsive{
  width:100%;
  border-collapse: collapse;
}
.table-responsive td, .table-responsive th{  
  border: 1px solid #ddd;
  padding:7px;
}
.productimg{
    border:2px solid rgba(192, 192, 192, 0.3);
    padding: 3px;
}
.enquiry-form {
    position: relative;
}
.enquiry-form label {
    display: block;
    color: #222;
}
.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.enq-formgroup i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;    
    color: #2b1779;   
    border-radius: 0 20px 20px 0;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.enquiry-form input {
    display: block;
    width: 100%;
    text-indent: 45px;
    height: 40px;
    border: solid 1px #ddd;
    font-family: sans-serif;
    background: transparent;
}
.enquiry-form textarea {
    display: block;
    width: 100%;
    text-indent: 45px;
    height: auto;
    padding: 5px 0;
    border: solid 1px #ddd;
    font-family: sans-serif;
    background: transparent;
}
.addresssection {
    display: block;
}
.contactUsAddress p {
    font-size: 16px;
    margin:0px;
}
.contact-banner .inner-heading{
    top: 40px;
}
.industries .col-md-2{
  text-align: center;
}
.industries .col-md-2 p{
  min-height: 46px;
  text-align: center;
  font-weight: bold;
}
.industries .col-md-2 img {
    box-shadow: 0px 1px 7px 0px #ababab;
    border-radius: 100%;
    margin-bottom: 10px;
}
/**********scrollUp**********/
.scrollup {
    width:40px;
    height:40px;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:20px;
    display:none;           
    background: url(../images/up.png) no-repeat center #fff;
    z-index: 200;
    border-radius: 100%;
}
.scrollup:hover {
    opacity:1;
}
/*******Visibility divs***********/
.hidden_element {
    opacity:0;
}
.visible_element {
    opacity:1;
}
.view-tenth img {
  transform: scaleY(1);
  transition: all 1.20s ease-in-out;
}

.view-tenth .mask {
  background-color: rgba(255, 231, 179, 0.3);
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0px 40px;
  transform: scale(0);
  color: #333;
  transition: all 0.5s linear;
  opacity: 0;
}

.view-tenth p {
  color: #333;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
  padding-
}

.view-tenth a.info {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s linear;
}

.view-tenth:hover img {
  -webkit-transform: scale(3);
  transform: scale(3);
  opacity: 0;
}

.view-tenth:hover .mask {
  opacity: 1;
}

.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  transform: scale(1);
  opacity: 1;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}
#clients-slider .item img{
  border:1px solid #ccc;
}
#clients-slider.owl-theme .owl-controls .owl-buttons div {
    background: #29156f;
    opacity: 0.8;
}

.sidebar ul li {
    list-style-type: square;
    border-bottom: dashed 1px #ddd;
    margin-bottom: 11px;
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: 33.33%;
    text-transform: capitalize;
    min-height: 60px;
    padding: 7px;
}
.vision-img{
    float: left;
    width: 50%;
    overflow: hidden;
    padding: 2px;
    border: 1px solid rgba(197, 197, 197, 0.57);
}
.vision{
  float: left;
  width: 50%;
  padding-left: 6px;
}
.red{
  color:#f00;
}
.size50{
  font-size: 50px;
}
.menu-btn{
    display: none;
}
@media (max-height: 768px) {
    .footerInner {
        padding: 30px;
    }
    .navigation-menu {
    top: 10px;
  }
  .navigation-menu ul li a {
    font-size: 13px;
    padding: 0 4px;
  }
}
@media (max-width: 768px) {
    .wrapperSection {
        position: relative;   
    }
    .header {
        position: relative;
    }
    .top-header{
        height:auto;
        line-height: 22px;
        padding: 5px 0;
    }
    .social-links {
        position: absolute;
        right: -5px;
        top: 0px;
    }
    
    .navigation-menu {
        display: none;
        position: absolute;
        top: 46px;
        width: 90%;
        text-align: center;
        z-index: 1100;
        min-height: 300px;
        right: 11px;
    }
    .navigation-menu ul,
    .navigation-menu ul li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .navigation-menu > ul {
        display: block;
        width:100%;
    }
    .navigation-menu > ul > li, .navigation-menu > ul > li > a, .navigation-menu > ul > li > ul > li > a {
        display: block;
        text-transform: uppercase;
        clear: both;
        color: #fff;
        position: relative;
        width: 100%;
        min-height: 47px;
    }
    .navigation-menu > ul > li > a {
        display: block;
        height: auto;
        line-height: normal;
        padding: 4px 30px 4px 10px;
        font-size: 14px;
        background: rgba(41, 21, 111,0.9);
        border-bottom: dotted 1px rgba(255,255,255,0.3);
        width: 100%;
        line-height: 2.5em;
    }
    .navigation-menu > ul > li.parent > i {
        display: block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        background: #fff;
        color: #222;
        font-size: 16px;
        position: absolute;
        top: 30px;
        right: 5px;
        float: right;
        border-radius: 100%;
        z-index: 2;
        cursor: pointer;
        padding: 0;
    }
    .navigation-menu > ul > li > ul {
        display: none;
        position: relative;
        width: auto;
        top: 0;
        left:0px;
        visibility: visible;
        opacity: 1;
        transform: rotateX(0deg);
        transition: none;
    }
    .navigation-menu > ul > li:hover > ul {
        top: 0;
    }
    .navigation-menu > ul > li > ul > li > a {
        display: block;
        margin: 1px 0px;
        padding: 4px 10px;
        font-size: 14px;
        background: #2c276c;
        color: #fff;
        border-bottom: dotted 1px rgba(255,255,255,0.3);
        line-height: 2em;
    }
    .navigation-menu > ul > li > ul > li > a:hover {
        background: #fff;
        color: #2e368f;
    }
    .navigation-menu > ul > li:hover > a, .activeNav > a {
        color: #fff !important;
    }
    .menu-item-has-children i {
        display: block;
        position: absolute;
        right: 3px;
        z-index: 100;
        background: #fff;
        color: #000;
        border-radius: 100%;
        width: 30px;
        height: 30px;
        line-height: 2em;
        top: 10px;
    }
    .menu-btn {
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 10px;
        z-index: 1050;
        background: #fff;
        color: #222;
        padding: 10px;
        font-size: 18px;
        cursor: pointer;
        font-weight: 600;
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
    }
    .menu-btn:hover {
        background: #515355;
        color: #fff;
    }
    .menu-btn i {
        font-size: inherit;
        color: inherit;
    }
    .menu-close-btn {
        display: block;
        position: absolute;
        top: -40px;
        right: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        color: #222;
        text-align: center;
        /*border-radius: 100%;*/
        font-size: 22px;
        cursor: pointer;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
    }
    .menu-close-btn:hover {
        background: #222;
        color: #fff;
    }
    .menu-close-btn i {
        color: inherit;
        font-size: inherit;
      }
    .activeNav {
      background: none;
    }
    .sidebar ul li {
      width:100%;
    }
    #clients-slider{
        text-align: center;
    }
    .featImg {
      float:none;
      left:0;
      z-index: 0;
    }
    .featured-section .container{
        z-index: 0;
    }
    #banner-slider .owl-controls {
      z-index: 0;
    }
    #banner-slider .item .slide-description{
      display: none;
    }
    .copyright {
        display: block;
        position: relative;
        bottom: 0px;
        left: 0px;
        right: 0px;
        text-align: center;
        padding-top: 8px;
        border-top: solid 1px rgba(255,255,255,0.4);
        margin-top: 16px;
    }
    .internal-banner {
      height: auto;
    }
    .internal-banner .inner-heading{
      top: 0;
    }
    .page .row{
      margin: 0;
    }
    .vision-img, .vision {
      width:100%;
    }
    .heading {
      font-size: 19px;
    }
    .internal-banner .inner-heading h1 {
      font-size: 22px;
    }
    .container{
      z-index: 0;
    }
}