/*------------------------------------------------------------------
    [Table of contents]

    1. IMPORT FONTS
    2. IMPORT FILES
    3. SKELETON
    4. WP CORE
    5. HEADER
    6. SECTIONS
    7. SECTIONS
    8. PORTFOLIO
    9. TESTIMONIALS
    10. PRICING TABLES
    11. ICON BOXES
    12. MESSAGE BOXES
    13. FEATURES
    14. CONTACT
    15. FOOTER
    16. MISC
    17. BUTTONS
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/animate.min.css);
@import url(css/pr_loading.css);
@import url(css/bootstrap-touch-slider.css);
@import url(css/flaticon.css);
@import url(css/prettyPhoto.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: #999;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.80857;
}

body.demos .section {
    background: url(images/bg.png) repeat top center #f2f3f5;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}


/*------------------------------------------------------------------
    WP CORE
-------------------------------------------------------------------*/

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;

    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.megamenu .container-fluid {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.megamenu .list-unstyled {
    min-width: 200px;
}

.header_style_01 {
    background-color: rgba(255, 255, 255, 0.1);
	  box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
    display: block;
    left: 0;
    padding: 20px 40px !important;
    position: fixed  !important;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 111;
}

.header_style_01 .navbar-default {
    background-color: transparent;
    border: 0;
	border-radius: 0px;
}

.header_style_01 .navbar,
.header_style_01 .navbar-nav,
.header_style_01 .navbar-default,
.header_style_01 .nav {
    margin-bottom: 0 !important;
}

@media(max-width:768px){
  .header_style_01 .navbar,
  .header_style_01 .navbar-nav,
  .header_style_01 .navbar-default,
  .header_style_01 .nav {
      margin-bottom: 0 !important;
      position: relative !important;
      left:10px !important;
  }
}

.header_style_01 .navbar-brand {
    padding: 2px 15px 0 15px;
}

.header_style_01 .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    background-color: transparent;
}

.header_style_01 .navbar-default .navbar-nav > li a {
    background-color: transparent;
}

body.host_version .header_style_01 .navbar-default .navbar-nav > li:hover a,
body.host_version .header_style_01 .navbar-default .navbar-nav > li:focus a {
	color: #00aeef;
}

body.host_version  .header_style_01 .navbar-default .navbar-nav > li a.active{
	color: #00aeef;
}

.header_style_01 .navbar-right > li {
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

body.host_version .header_style_01 .navbar-right > li .log:hover{
	background: #00aeef;
	color: #fff !important;
	border-color: #00aeef !important;
}

.header_style_01 .navbar-right > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

li.social-links {
    margin: 0 8px;
}

li.social-links a {
    padding: 13px 0 !important;
}

.affix-top {
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    top: -100%;
}

.affix {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 40px;
    background-color: #1f1f1f !important;
    -webkit-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    -moz-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    -o-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, top 0.95s ease-in-out, bottom 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px;
}

/* .fixed-menu .navbar-default{ */
	/* position: fixed;
	left: 0px;
	top: 0px;
	width: 100%; */
	/* padding: 20px 40px !important;
	background: #ffffff;
	z-index: 0; */
	/* transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 999;
	opacity: 1;
	visibility: visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1; */
}

.fixed-menu .navbar-default{
  background-color: black;
	padding: 15px 0px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}


/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.parallax {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    padding: 120px 0;
    position: relative;
    width: 100%;
}

.parallax.parallax-off {
    background-attachment: fixed !important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.event_section{
  display: block;
  overflow: hidden;
  padding: 42px 0;
}


.product_section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 30px 10px 10px 10px;
}


.noover {
    overflow: visible;
}

.noover .btn-dark {
    border: 0 !important;
}

.nopad {
    padding: 0;
}

.nopadtop {
    padding-top: 0;
}

.section.wb {
    background-color: #ffffff;
}

.section.lb {
    background-color: #f2f3f5;
}

.section.db {
    background-color: #1f1f1f;
}

.section.color1 {
    background-color: #448AFF;
}
.section.cl {
	background-color: #2d3032;
}

.first-section {
  display: block;
  position: relative;
  overflow:hidden;
  padding: 16em 0 13em;
  background-color: rgb(255, 255, 255);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.first-section::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
	top: 0px;
	left: 0px;
    display: block;
    opacity:0.5;
/* background-color: rgba(0,0,0,0.6); */
      /* background: linear-gradient(to right,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0.7) 70%,rgba(255,255,255,0) 95%);  */
}


@media(max-width:768px){
  .first-section::before {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
  	top: 0px;
  	left: 0px;
      display: block;
      opacity:0.5;
  /* background-color: rgba(0,0,0,0.6); */
        /* background: linear-gradient(to right,rgba(255,255,255,0.8) 10%,rgba(255,255,255,0.7) 70%,rgba(255,255,255,0) 95%);  */
  }
}



.first-section h2 {
    color: white;
    font-size: 68px;
    /* font-weight: 300; */
    /* text-transform: capitalize; */
    display: block;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
}

.first-section h2 strong{
	color: #00aeef;
}

.first-section .lead {
    font-size: 21px;
    font-weight: 300;
    padding: 0 0 40px;
    margin: 0;
    line-height: inherit;
    color: #2d3032;
}

.macbookright {
    width: 980px;
    position: absolute;
    right: -15%;
    bottom: -6%;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.section-title p {
    color: #999;
    /* font-weight: 400; */
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.section-title h3 {
    font-size: 42px;
    /* font-weight: 300; */
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

.section.colorsection p,
.section.colorsection h3,
.section.db h3 {
    color: #00aeef;
}


/*------------------------------------------------------------------
    PORTFOLIO
-------------------------------------------------------------------*/

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}



.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-filter ul {
    padding: 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter ul li {
    border-radius: 0;
    display: inline-block;
    margin: 0 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.portfolio-filter ul li:last-child:after {
    content: "";
}

.portfolio-filter ul li .btn-dark {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #e6e7e6 !important;
    color: #1f1f1f;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 30px;
}

.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
}

.da-thumbs .pitem {
    margin: 0;
    padding: 15px;
    position: relative;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative;
}

.da-thumbs .pitem a {
    overflow: hidden;
}

.da-thumbs .pitem a div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.da-thumbs .pitem a div h3 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 30px 15px;
    text-transform: capitalize;
    font-weight: normal;
}

.da-thumbs .pitem a div h3 small {
    display: block;
    color: #ffffff;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}

.da-thumbs .pitem a div i {
    background-color: #1f1f1f;
    position: absolute;
    color: #ffffff !important;
    bottom: 0;
    font-size: 15px;
    z-index: 12;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}


/*------------------------------------------------------------------
    TESTIMONIALS
-------------------------------------------------------------------*/

.logos img {
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0.3;
}

.logos img:hover {
    opacity: 0.5;
}

.desc h3 i {
    color: #2f2f2f;
    font-size: 37px;
    vertical-align: middle;
    margin-right: 12px;
}

.desc {
    padding: 30px;
    position: relative;
    background: #000;
    border: 1px solid #111111;
}

.testi-meta {
    display: block;
    margin-top: 20px;
}

.testimonial h4 {
    font-size: 18px;
    color: #ffffff;
    padding: 13px 0 0;
}

.testimonial img {
    max-width: 55px;
}

.testimonial small {
    margin-top: 7px;
    font-size: 16px;
    display: block;
}

.testimonial {
    background-color: transparent;
}

.testimonial h3 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 300;
}

.testimonial small,
.testimonial .lead {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}

.testimonial p:after {
    display: none;
}


/*------------------------------------------------------------------
    PRICING TABLES
-------------------------------------------------------------------*/

.pricing-table {
    margin: 0px;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.pricing-table i {
    width: 30px;
    color: #c2c2c2;
    display: inline-block;
    margin-right: 10px;
    padding-right: 5px;
    border-right: 1px solid #ececec;
}

.pricing-table .btn-dark {
    padding: 10px 24px;
    font-size: 15px;
}

.pricing-table_en strong {
    font-weight: 600 ;
    margin-right: 6px ;
    color: #1f1f1f ;
    font-size: 18px !important;
     font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}







.pricing-table strong {
    font-weight: 600 ;
    margin-right: 6px ;
    color: #1f1f1f ;
    font-size: 21px !important;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; */
}

@media(max-width:768px){
  .pricing-table strong {
      font-weight: 600;
      margin-right: 6px;
      color: #1f1f1f;
      font-size: 18px;
  }
}

.pricing-table-header {
    padding: 30px 0 25px 0;
    background: #ffffff;
}

.pricing-table-header h2 {
    font-size: 31px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.pricing-table-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #aaaaaa;
    margin-top: 10px;
    text-transform: uppercase;
}

.pricing-table-space {
    height: 10px;
}

.pricing-table-text {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ececec;
    font-weight: 300;
    line-height: 30px;
    color: #c2c2c2;
    font-size: 16px;
}

.pricing-table-text p {
    font-weight: 400;
}

.pricing-table-features {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 30px;
    border-bottom: 1px solid white;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #c2c2c2;
}

.pricing-table-highlighted h3,
.pricing-table-highlighted h2 {
    color: #ffffff !important;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 30px;
}


.pricing-table:hover {
	transform: scale(1.05,1.06);
	-webkit-transform: scale(1.05,1.06);
	-moz-transform: scale(1.05,1.06);
	-o-transform: scale(1.05,1.06);
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

/* Highlighted table */

.pricing-table-highlighted {
    margin-top: 0;
}

.m130 {
    margin-top: 130px;
}

.nav-pills {
    border: 1px solid #e1e1e1;
}

.nav-pills > li {
    width: 50%;
    padding: 10px;
    float: left;
    margin: 0 !important;
}

.nav-pills > li > a {
    margin: 0!important;
    text-align: center;
    background-color: #f4f4f4;
}


/*------------------------------------------------------------------
    ICON BOXES
-------------------------------------------------------------------*/

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.icon-wrapper i {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
    background-color: #f2f3f5;
    color: #1f1f1f;
    margin-top: 0;
}

.small-icons.icon-wrapper:hover i,
.small-icons.icon-wrapper:hover i:hover,
.small-icons.icon-wrapper i {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 0 !important;
    color: #e3e3e3 !important;
    background-color: transparent !important;
    background: none !important;
    margin-right: 10px !important;
    vertical-align: middle;
    font-size: 24px !important;
}

.small-icons.icon-wrapper h3 {
    font-size: 18px;
    padding-bottom: 5px;
}

.small-icons.icon-wrapper p {
    padding: 0;
    margin: 0;
}

.icon-wrapper h3 {
    font-size: 21px !important;
    padding: 0 0 15px;
    margin: 0;
}

@media(max-width:768px){
  .icon-wrapper h3 {
      font-size: 16px !important;
      padding: 0 0 15px;
      margin: 0;
  }

}
.icon-wrapper p {
    margin-bottom: 0;
    padding-left: 95px;
}

.icon-wrapper p small {
    display: block;
    color: #999;
    margin-top: 10px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
}

.icon-wrapper p small:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 11px;
}

.effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.effect-1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.effect-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #2750ff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.effect-1:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/*------------------------------------------------------------------
    MESSAGE BOXES
-------------------------------------------------------------------*/

.service-widget h3 {
    font-size: 21px;
    color: #ffffff;
    padding: 20px 0 12px;
    margin: 0;
}

.service-widget h3 a,
.section.wb .service-widget h3,
.section.lb .service-widget h3 {
    color: #1f1f1f;
}

.service-widget p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #999;
}

.message-box h2 {
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}

.message-box p {
    margin-bottom: 20px;
}

.message-box .lead {
    padding-top: 10px;
    font-size: 19px;
    font-style: italic;
    color: #999;
    padding-bottom: 0;
}

.post-media {
    position: relative;
}

.post-media img {
    width: 100%;
}

.playbutton {
    position: absolute;
    color: #ffffff !important;
    top: 40%;
    font-size: 60px;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center;
    margin: -20px auto;
}

.hoverbutton {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    color: #1f1f1f !important;
    top: 48%;
    font-size: 21px;
    z-index: 12;
    left: 0;
    opacity: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: -20px auto;
}

.service-widget:hover .hoverbutton {
    opacity: 1;
}

hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr2 {
    position: relative;
    margin: 17px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr3 {
    position: relative;
    margin: 25px 0 30px 0;
    border: 1px dashed #f2f3f5;
}

hr.invis {
    border-color: transparent;
}

hr.invis1 {
    margin: 10px 0;
    border-color: transparent;
}

.section.parallax hr.hr1 {
    border-color: rgba(255, 255, 255, 0.1);
}

.sep1 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.sep2 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}


/* Divider Styles */

.divider-wrapper {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    height: 540px;
    margin: 0 auto;
    position: relative;
}

.divider-wrapper:hover {
    cursor: none;
}

.divider-bar {
    position: absolute;
    width: 10px;
    left: 50%;
    top: -10px;
    bottom: -15px;
}

.code-wrapper {
    border: 1px solid #ffffff;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("uploads/code.jpg") no-repeat;
}

.design-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.design-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("uploads/design.jpg") no-repeat;
}


/*------------------------------------------------------------------
    FEATURES
-------------------------------------------------------------------*/

.customwidget h1 {
    font-size: 44px;
    color: #ffffff;
    padding: 15px 0 25px;
    margin: 0;
    line-height: 1 !important;
    font-weight: 300;
}

.customwidget ul {
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.customwidget li i {
    margin-right: 5px;
}

.customwidget li {
    color: #ffffff;
    margin-right: 10px;
}

.image-center img {
    position: relative;
    margin: 0 0 -208px;
    z-index: 10;
    padding-right: 30px;
    text-align: center;
}

.customwidget p {
    font-style: italic;
    font-size: 18px;
    padding: 0 0 10px;
}

.img-center img {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.img-center {
    margin: auto;
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#features li {
    display: table;
    width: 100%;
    margin: 35px 0;
    cursor: pointer;
}

.features-left,
.features-right {
    padding: 0 10px;
}

.features-right li:last-child,
.features-left li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}

.features-right li i,
.features-left li i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: table;
    border-radius: 50%;
    font-size: 26px;
    background-color: #f2f3f5;
    margin: 0 auto 22px;
    position: relative;
    text-align: center;
    z-index: 55;
    transition: .4s;
    padding: 0;
}

#features i img {
    display: table;
    margin: 0 auto;
}

.features-left li i:before,
.features-right li i:before {
    text-align: center;
}

.features-right li i .ico-current,
.features-left li i .ico-current {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right li i .ico-hover,
.features-left li i .ico-hover {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    top: 19px;
}

.features-right li:hover .ico-current,
.features-left li:hover .ico-current {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.features-right li:hover .ico-hover,
.features-left li:hover .ico-hover {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right i {
    float: left;
}

.fr-inner {
    margin-left: 90px;
}

.features-left i {
    float: right;
}

.fl-inner {
    text-align: right;
    margin-right: 90px;
}

#features h4 {
    text-transform: capitalize;
    margin: 0;
    font-size: 19px;
}


/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/

.bootstrap-select {
    width: 100% \0;
    /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
    position: absolute;
    top: 30% !important;
    right: -5px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #ededed;
    box-shadow: none;
    box-sizing: border-box;
    min-width: 100%;
    padding: 20px 10px;
    z-index: 1035;
}

.dropdown-menu > li > a {
    background-color: transparent !important;
    color: #bcbcbc !important;
    font-size: 15px;
    padding: 10px 20px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: 4px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}


/*# sourceMappingURL=bootstrap-select.css.map */

.bootstrap-select > .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 15px;
    height: 33px;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
    color: #bcbcbc !important;
}

.contact_form {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: #f2f3f5;
    padding: 40px 30px;
}

.contact_form .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}

.contact_form textarea {
    color: #bcbcbc;
    padding: 20px 25px !important;
    height: 160px !important;
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}

#contact {
    background: url(images/bg.png) no-repeat center center #fff;
}


/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.cac {
    background-color: #232323;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cac:hover a h3 {
    color: #fff !important;
}

.cac a h3 {
    color: #999;
}

.cac h3 {
    padding: 60px 0;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    line-height: !important;
}

.footer {
    padding: 90px 0 80px !important;
    color: #999;
    background-color: #1f1f1f;
}

.footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer .widget-title small {
    color: #999;
    display: block;
    padding: 0 58px;
    text-transform: uppercase;
}

.footer .widget-title h3 {
    color: #fff;
    font-weight: 300;
    font-size: 21px;
    padding: 0;
    margin: 0;
    line-height: 1 !important;
}

@media(max-width:768px){
  .footer .widget-title h3 {
      color: #fff;
      font-weight: 300;
      font-size: 20px;
      padding: 0;
      margin: 0;
      line-height: 1 !important;
  }

}


.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links a {
    color: #999;
}

.footer-links a:hover,
.footer a:hover {
    color: #f4f4f4 !important;
}

.footer-links li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    font-size: 12px;
}

.twitter-widget li {
    margin-bottom: 0;
    border: 0 !important;
}

.twitter-widget li i {
    border-right: 0 !important;
    margin-right: 0;
}

.footer-links li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.footer-links i {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #1f1f1f;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 20px 60px;
    overflow: hidden;
}


/* Footer left */

.footer-distributed .footer-left {
    float: left;
}

.footer-distributed .footer-links {
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #666;
    padding: 19px 0px;
}

@media(max-width:768px){
  .footer-distributed .footer-company-name {
      font-weight: 300;
      margin: 0 10px;
      color: #666;
      padding: 19px 0px;
      font-size: 16px !important;
  }
}

/* Footer right */

.footer-distributed .footer-right {
    float: right;
}

.footer-center {
    text-align: center;
}
/* The search form */

.footer-distributed form {
    position: relative;
}

.footer-distributed form input {
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #181818;
    border: none;
    font: inherit;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    width: 400px;
    padding: 18px 50px 18px 18px;
}

.footer-distributed form input:focus {
    outline: none;
}


/* Changing the placeholder color */

.footer-distributed form input::-webkit-input-placeholder {
    color: #999;
}

.footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color: #999;
}

.footer-distributed form input:-ms-input-placeholder {
    color: #999;
}


/* The magnify glass icon */

.footer-distributed form i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 18px;
    color: #999;
    font-size: 18px;
    margin-top: 6px;
}


.footer-distributed .footer-company-name a{
	color: #ffffff;
}

.footer-distributed .footer-company-name a:hover{
	color: #00aeef;
}

/*------------------------------------------------------------------
    MISC
-------------------------------------------------------------------*/

.progress {
    background-color: #f2f3f5;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.skills h3 {
    color: #999999;
    font-size: 15px;
}

.dmtop {
    background-color: #3C3D41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 50px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.icon_wrap {
    background-color: #1f1f1f;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    font-size: 34px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
    border: 0 !important;
}

.stat-wrap h3 {
    font-size: 18px;
    font-weight: 400;
    color: #999 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important:
}

.stat-wrap p {
    font-size: 38px;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    padding: 4px 0 0;
    line-height: 1 !important:
}

/*Loading Gears*/
.load {
  position: absolute;
  margin: 250px 550px auto;
  width: 100px;
  height: 80px;
}

.gear {
  position: absolute;
  z-index: -10;
  width: 40px;
  height: 40px;
  animation: spin 5s infinite;
}

.two {
  left: 40px;
  width: 80px;
  height: 80px;
  animation: spin-reverse 5s infinite;
}

.three {
  top: 45px;
  left: -10px;
  width: 60px;
  height: 60px;
}

@keyframes spin {
  50% {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  50% {
    transform: rotate(-360deg);
  }
}
.text {
  color: white;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #00aeef;
    z-index: 11000;
    position: fixed;
    display: block;
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 45%;
    width: 95px;
    height: 95px;
    background: center center no-repeat none;
    background-size: 95px 95px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}


/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/

.navbar-default .btn-light {
    padding: 0 20px;
    margin-left: 15px;
}

.btn {
    border: 2px solid #00aeef;
}



.nav-pills,
.effect-1:after,
.nav-pills > li > a,
.global-radius,
.btn-brd {
	border-radius: 4px;
}

.btn-light {
    padding: 13px 40px;
    font-size: 18px;
    border: 2px solid #ffffff !important;
    color: #ffffff;
    background-color: transparent;
}

.btn-dark {
    padding: 13px 40px;
    font-size: 18px;
    border: 1px solid #ececec !important;
    color: #1f1f1f;
    background-color: transparent;
}

.btn-light:hover,
.btn-light:focus {
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
}

body.host_version .slide-btn.btn-light{
	background-color: #2d3032 !important;
	color: #ffffff !important;
	border: 2px solid #2d3032 !important;
}
body.host_version .first-section .effect-1.slide-btn::after{
	box-shadow: 0 0 0 2px #2d3032;
}



/**-------------- inner Page css ---------------**/

.all-title-box{
	background: url(uploads/banner.jpg)no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 300px;
}

.all-title-box h1{
	color: #fff;
	font-weight: 800;
	text-transform: capitalize;
	padding-top: 11%;
	font-size: 3em;
	line-height: 0em;
}

span.m_1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5em;
	display: block;
}

.list-domain{
	margin-top: 30px;
}

.list-domain ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.list-domain ul li{
	display: inline-block;
	padding: 10px 30px;
}

.dmoain-pricing table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.dmoain-pricing table .domain-head {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  background: #00aeef;
}

.dmoain-pricing table .domain-head th {
  border-right: 2px solid #fff;
}

.dmoain-pricing table .domain-head th:last-child {
  border-right: none;
}

.dmoain-pricing table th {
  padding: 11px 0;
  text-align: center;
  font-weight: 600;
}

.dmoain-pricing table td {
  padding: 23px 0;
  text-align: center;
  font-weight: 700;
  color: #707070;
}

.dmoain-pricing table th,
.dmoain-pricing tbody tr td:nth-child(1) {
  text-transform: capitalize;
}

.dmoain-pricing tbody tr td:nth-child(1) {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}


#pricing-box .grid1{
	background-color: #f6f6f6;
    position: relative;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.grid1 span {
    position: relative;
    top: 0%;
	right: 0px;
    color: #F8F8FF;
	display: inline-block;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 30px;
    background-color: #00aeef;
	border-radius: 18px 18px 0 0;
}

.grid1 h2 {
    text-align: center;
    padding: 15px 0;
    color: #F8F8FF;
    background-color: #00aeef;
	font-size: 28px;
	font-weight: 600;
}

.grid1 .para{
	padding: 30px;
}

#pricing-box .grid2{
	background-color: #f6f6f6;
    position: relative;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.grid2 span {
    position: relative;
    top: 0%;
    right: 0%;
    color: #F8F8FF;
	display: inline-block;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 30px;
    background-color: #00aeef;
	border-radius: 18px 18px 0 0;
}

.grid2 h2 {
    text-align: center;
    padding: 15px 0;
    color: #F8F8FF;
    background-color: #00aeef;
	font-size: 28px;
	font-weight: 600;
}

.grid2 .para{
	padding: 30px;
}

#pricing-box .grid3{
	background-color: #f6f6f6;
    position: relative;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.grid3 span {
    position: relative;
    top: 0%;
    right: 0%;
    color: #F8F8FF;
	display: inline-block;
    font-size: 20px;
    font-weight: 900;
    padding: 10px 30px;
    background-color: #00aeef;
	border-radius: 18px 18px 0 0;
}

.grid3 h2 {
    text-align: center;
    padding: 15px 0;
    color: #F8F8FF;
    background-color: #00aeef;
	font-size: 28px;
	font-weight: 600;
}

.grid3 .para{
	padding: 30px;
}

.para p{
	font-size: 16px;
	color: #2d3032;
}

.price-tit{
	background: #00aeef;
	padding: 20px;
}


.price-tit p{
	color: #ffffff;
	font-size: 18px;
}

#testimonial-box .testimonial h3{
	color: #ffffff;
}

#testimonial-box .desc:hover{
	background: #00aeef;
	border: 1px solid #00aeef;
}

#testimonial-box .desc:hover .lead{
	color: #121212;
}

.customer-box{

}
.customer-box .nav-tabs{
	border-bottom: none;
	padding: 20px;
	background: #f6f6f6;
}

.customer-box .nav-tabs > li.active > a{
	border: none;
	background: #00aeef;
	color: #fff;
	border-radius: 0px;
}

.customer-box .nav-tabs > li > a{
	border-radius: 0px;
	border: 0px;
	background: #2d3032;
	color: #ffffff;
	padding: 14px 25px;
	font-size: 18px;
}

.customer-box .nav-tabs > li > a:hover{
	background: #00aeef;
	color: #ffffff;
	border: 0px;
}

.customer-box .tab-content{
	padding: 20px;
}

.for-pwd{
	margin-left: 20px;
}

.customer-box .tab-content .form-group .form-control{
	background-color: #fff;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	color: #bcbcbc;
	font-size: 16px;
	outline: 0 none;
	padding: 10px 25px;
	height: 55px;
	resize: none;
	box-shadow: none !important;
	width: 100%;
}

.tit-up .close{
	position: relative;
	z-index: 2;
}

.small-map {
    width: 100%;
    height: 400px;
    margin: 0 auto auto;
    box-shadow: 10px 10px 15px 0px #ccc;
}

.map-btn{
	background: #2d3032;
	width: 120px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 25px;
	color: #fff;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 4px 4px 0px 0px;
    font-family: Arial;
}
.map-btn-text{
    font-size: 20px;
    margin-left: 10px;
    color: #ffffff;
    font-family: arial;
}

.map-box{
	display: none;
}


.big-tagline
{
  position: relative;
  top: -100px;
}

.dropbtn
{
  background-color: #ffffff;
  color: #1f1f1f;
  padding: 16px;
  font-size: 13px;
  margin-top: -3px;
  border: none;
}

@media(max-width:768px){
  .dropbtn
  {
    text-align: left !important;
    background-color: #ffffff;
    color: #1f1f1f;
    padding: 16px;
    font-size: 13px;
    margin-top: -3px;

    border: none;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff !important;
  min-width: 200px;
  z-index: 1;
}


 @media (max-width:768px)
 {
   .dropdown-content
   {
     padding: 0;
     display: none;
     position: absolute;
     top:3px;
     left: 120px;
     background-color: #f8f9fa ;
     /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
     z-index: 2;
   }
 }

.dropdown-content a
{
  font-size: 14px;
  color: black !important;
  padding: 6px 3px !important;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover
{
  color:#00aeef !important;
}

.dropdown:hover .dropdown-content
{
  display: block;
  background-color:#ffffff;
}

.dropdown:hover .dropbtn
{
  background-color: transparent;
  color:#337ab7
}


.portfolio-filter ul {
    padding: 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter ul li {
    border-radius: 0;
    display: inline-block;
    margin: 0 5px 0 0;
    text-decoration: none;
    /* text-transform: uppercase; */
    vertical-align: middle;
}

.portfolio-filter ul li:last-child:after {
    content: "";
}

.portfolio-filter ul li .btn-dark {
    box-shadow: none;

    background-color: transparent;
    border: 2px solid deepskyblue !important;
    color: #393939;
    font-weight: 500;
  font-size: 18px !important;
    padding: 5px 15px;
}

@media(max-width:768px){
  .portfolio-filter ul li .btn-dark {
      box-shadow: none;

      background-color: transparent;
      border: 2px solid deepskyblue !important;
      color: #393939;
      font-weight: 500;

      font-size: 15px !important;
      padding: 5px 10px;
  }
}

.portfolio-filter_gallery ul {
    padding: 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter_gallery
{
  font-family: nudi1;
  font-size: 20px;
  font-weight: normal;
}
.portfolio-filter_gallery ul li {
    font-family: nudi1 !important;
    border-radius: 0;
    display: inline-block;
    margin: 0 1px 0 0;
    text-decoration: none;
    /* text-transform: uppercase; */
    vertical-align: middle;
}

.portfolio-filter_gallery ul li:last-child:after {
    content: "";
}

.portfolio-filter_gallery ul li .btn-dark {
    box-shadow: none;
    background-color: transparent;
    border: 2px solid deepskyblue !important;
    color: #393939;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 15px;
}

.portfolio-filter ul li .btn-dark.active{
	background: #00aeef;
	color: #ffffff;
}

.portfolio-filter_gallery ul li .btn-dark.active{
	background: #fcbf02;
	color: #ffffff;
}

.post-media {
    position: relative;
}

.post-media img {
    width: 100%;
}

.da-thumbs .pitem {
    margin: 0;
    padding: 15px;
    position: relative;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative;
}

.da-thumbs .pitem a {
    overflow: hidden;
}

.da-thumbs .pitem a div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.da-thumbs .pitem a div h3 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 30px 15px;
    text-transform: capitalize;
    font-weight: normal;
}

.da-thumbs .pitem a div h3 small {
    display: block;
    color: #ffffff;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}


.da-thumbs .pitem a div i {
    background-color: deepskyblue;
    position: absolute;
    color: #ffffff !important;
    bottom: 0;
    font-size: 15px;
    z-index: 12;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	border-radius: 25px 0px 0px 0px;
}

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
}

.da-thumbs .pitem {
    margin: 0;
    padding: 15px;
    position: relative;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative;
}

.da-thumbs .pitem a {
    overflow: hidden;
}

.da-thumbs .pitem a div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.da-thumbs .pitem a div h3 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 30px 15px;
    text-transform: capitalize;
    font-weight: normal;
}

.da-thumbs .pitem a div h3 small {
    display: block;
    color: #ffffff;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}


.da-thumbs .pitem a div i {
    background-color: deepskyblue;
    position: absolute;
    color: #ffffff !important;
    bottom: 0;
    font-size: 15px;
    z-index: 12;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
	border-radius: 25px 0px 0px 0px;
}

body.demos .container-fluid {
    max-width: 1080px
}


.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header
{
    margin-right: 0px;
    margin-left: 20px;
}

@media(max-width:768px){
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header
  {
      margin-right: 0px;
      margin-left: -43px;
  }
}
.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}


.section-title p {
    color: #999;
    /* font-weight: 400; */
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.section-title h3 {
    font-size: 42px;
    /* font-weight: 500; */
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

#portfolio
{
  position: relative;
  top:-100px;
}

#contact_support
{
  position: relative !important;
  top: -80px !important;
}

.previous_product
{
  font-size: 40px;
  position: relative;
  top:290px;
  left:-300px;
  color: #c6c6c6;
  cursor: pointer;
}
.previous_product:hover {
  cursor: pointer;
}

.next_product
{
  font-size: 40px;
  position: relative;
  top:290px;
  left:300px;
  color: #c6c6c6;
  cursor: pointer;
}

@media(max-width:768px){
  .previous_product
  {
    font-size: 40px;
    position: relative;
    top:290px;
    left:-144px;
    color: #c6c6c6;
    cursor: pointer;
    z-index: 2;
  }

  .next_product
  {
    font-size: 40px;
    position: relative;
    top: 219px;
      left: 144px;
    color: #c6c6c6;
    cursor: pointer;
    z-index: 2;
  }

}

.pr_view
{
  position: relative;
  top: -135px;
}

.product_temp
{
  width: 75px;
  height: 75px;
  position: relative;
  top:-15px;
  /* border: 3px solid black; */
}

.product_temp:hover
{
  outline-style: solid;
  outline-color: #00aeef;
  outline-offset: 5px;
  outline-width: 3px;
  transition: 0.2s;
}


.v-tech_logo
{
  position: relative;
  top: -30px;
  /* width: 90px;
  height: 66px; */
  width: 90px;
  height: 110px;
}

.v-tech_logo_footer
{
  filter:grayscale(100%) invert(1);
  position: relative;
  /* top: -5px; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 56px;
  float:left;
}

.v-tech_name_logo_tagline
{
  position: absolute;
  top: 0px;
  left: -30px;
}

.office_address_kannada
{
  font-size: 1.2em !important;

}

@media(max-width:768px){
  .office_address_kannada
  {
    font-size: 1em !important;

  }
}
.footer_kannada_heading
{
  font-family: nudi_content !important;
  font-size: 1.5em !important;
}


.footer_english_heading
{
  font-family: 'PT Sans', sans-serif !important;
  font-size: 1.5em !important;
}



.header_menu
{
  position: relative !important;
  top:5px !important;
  left: 250px !important;
}

.contact_number
{
  border: 1px solid;
  border-color: #00aeef !important;
  border-radius: 10px;
  position: relative;
  top: 5px;
  left: 15px;
  padding: 8px !important;

}

@media(max-width:768px){
  .contact_number
  {
    border: 2px solid;
    border-color: #00aeef !important;
    border-radius: 10px;
    position: relative;
    top: -10px;
    left: 0;
    padding: 8px !important;
    font-size: 14px !important;
     visibility: hidden;
  }
}

@font-face
{
  font-family: 'nudi_content';
  src: url('fonts/nudi_text.TTF');
  font-weight: 100 !important;
}

@font-face
{
  font-family: 'nudi_header';
  src: url('fonts/nudi_head.TTF');
  font-weight: lighter !important;
}

.kan_lang_main
{
  font-family: nudi_header;
  font-size: 30px;
  color: #00aeef;
  font-weight: lighter;
}

.english_lang_main
{
  font-family: sans-serif;
  font-size: 30px;
  color: #00aeef;
  font-weight: bolder;
}

@media(max-width:768px){
.english_lang_main
{
  font-family: sans-serif;
  font-size: 20px;
  color: #00aeef;
  font-weight: bolder;
}
}


span.place{
  font-size: 17px !important;
}

.kan_lang_tagline
{
  font-family: nudi_content;
  font-size: 18px;
  color: #00aeef;
  font-weight: lighter;
}

@media(max-width:768px){
  .carousel_vtech_logo{
    margin-top: 140px;
    width:120px;
    height:75px;
  }
}




.v-tech_tagline
{
  position: relative;
  left: 180px;
  top: -25px;
}

.kan_lang_content
{
  font-family: nudi_content !important;
  font-size: 1.2em !important;
  font-weight: lighter !important;
  text-transform: none !important;
  color:#353030;
}

@media(max-width:768px){
  .kan_lang_content
  {
    font-family: nudi_content !important;
    font-size: 17px !important;
    font-weight: lighter !important;
    text-transform: none !important;
    color:#353030;
  }
}


h3.kan_lang_content_en
{
  /* font-family: nudi_content !important; */
  font-size: 15px !important;
  font-weight: 600 !important;
  text-transform: none !important;
  color:#353030;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  h3.kan_lang_content_en
  {
    /* font-family: nudi_content !important; */
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    color:#353030;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }

}


.areca_v1{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    font-weight: 600;
    line-height: 30px !important;

}

@media(max-width:768px){
  p.areca_v1{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 12px !important;
  font-weight: 600;
  }
}

p.areca_v4{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 14px;
font-weight: 600;
margin-left: -46px !important;

}

@media(max-width:768px){
  p.areca_v4{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 12px !important;
  font-weight: 600;
  margin-left: -46px !important;
  text-align: left;
    }
}

p.boiler_tank{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 14px;
font-weight: 600;
margin-left: -46px !important;

}

@media(max-width:768px){
  p.boiler_tank{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 12px !important;
  font-weight: 600;
  margin-left: -46px !important;

  }
}

.language_select
{
  position: relative !important;
  top: -7px !important;
  left: 13px;
  font-size: 1.1em !important;
}

@media(max-width:768px){
  .language_select
  {
    position: relative !important;
    top: -7px !important;
    left: -11px;
    font-size: 17px !important;

  }
}
.carousel_kan_lang
{
  font-family: nudi_header;
  text-transform: none !important;
  font-weight: lighter !important;
}


.carousel_english_lang
{
  font-family: 'PT Sans', sans-serif !important;
  text-transform: none !important;
  font-weight:bolder !important;
  font-size: 7em !important;
  color:crimson !important;
}



.carousel_tagline_kan_lang
{
  position: relative;
  left: 170px;
  font-family: nudi_content;
  font-size: 3em !important;
  text-transform: none !important;
  font-weight: lighter !important;
  color:hsl(0, 100%, 50%) !important;
}

.kannada_contents
{
  font-family: nudi_content !important;
  font-weight: normal !important;

}
h3.kannada_contents{
  color:blue;
  text-align: justify;
}

h3.kannada_contents_logo
{
  font-family: nudi_content !important;
  font-weight: normal !important;
  float:left;
}


h3.english_contents_logo
{
  font-family: 'PT Sans', sans-serif !important;
  font-weight: normal !important;
  float:left;
}


div.product_list
{
  text-align: left;
}
.kannada_slogan
{
  font-family: nudi_content !important;
  color: white !important;
  font-size: 1.6em;
  font-weight: normal !important;
  background-color: gray;
  /* width: fit-content; */
  border-radius: 100%;
}


@media(max-width:768px){
  .kannada_slogan
  {
    font-family: nudi_content !important;
    color: white !important;
    font-size: 15px;
    font-weight: normal !important;
    background-color: gray;
    border-radius: 100%;
  }
}
.marquee_front
{
  font-size: 1.7em !important;
  color: black;
  position: relative;
  top: -300px;
  z-index: 1;
}

@media(max-width:768px){
  .marquee_front
  {
    font-size: 15px !important;
    color: white !important;
    position: relative;
    top: -70px;
    z-index: 1;
    background-color: gray;
  }

}



.marquee_text_english
{
  font-family: sans-serif;
  font-size: 1.2em !important;
  color: red;
  position: relative;

}

.english_contents
{
  font-family: sans-serif;
  font-size: 0.8em !important;
  color: black;
  position: relative;
}

.product_english_contents
{
  font-family: sans-serif;
  font-size: 0.8em !important;
  position: relative;
  font-weight: bold;
}

@media(max-width:768px){
  .product_english_contents
  {
    font-family: sans-serif;
    font-size: 10px !important;
    position: relative;
    font-weight: bold;
  }
}

.kannada_heading
{
  font-family: nudi_content !important;
  font-size: 2em !important;
}

h2.english_new_product_heading {
font-size: 2em !important;
}

@media(max-width:768px){
  h2.english_new_product_heading {
  font-size: 18px !important;
  }
}
.kannada_heading_en
{
  /* font-family: nudi_content !important; */
  font-size: 2em !important;
}



h3.english_heading{
    font-weight: bolder;
  text-align: left;
  font-family: sans-serif;
  font-size: 1.7em !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
color: #00aeef;
}


@media(max-width:768px){
  h3.english_heading{
    font-weight: bolder;
    text-align: left;
    color: #00aeef;
    font-family: sans-serif;
    font-size: 1.4em !important;
  }
}
.kannada_testimonial_heading
{
  font-family: nudi_content !important;
  font-size: 1.4em !important;
}

.kannada_testimonial_contents
{
  font-family: nudi_content !important;
  font-weight: normal !important;
  font-size: 1.3em !important;
}


.scroll_images
{
  position: relative !important;
  z-index: 1 !important;
  top: 0px;
  left: 0px;
}

.left_right_control
{
  position: absolute;
  top: 320px;
  left: 0px;
  z-index: 3;
  width: 100%;
}

.left_control
{
  position: relative;
  left: 20px;
}

.right_control
{
  /* position: relative;
  left:1100px; */
  right: 20px;
}

.find_jobs
{
  color: white;
  position: absolute;
  top: 120px;
  right:10px;
  border: 0px;
  background-color: #00aeef;
  padding: 10px;
  border-radius: 80%;
  position: fixed;
  z-index: 3;
}
.mobile_app
{
  color: white;
  position: absolute;
  top: 120px;
  border: 0px;
  background-color: #00aeef;
  padding: 10px;
  z-index: 3;
}

.banner2{
  background-color: #00aeef;
  border-radius: 15px;
  box-shadow: 0 0 15px #555;
}
.banner-img{
  display: flex;
  align-items: center;
  height: 150px;
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}
.banner-img img{
  align-self: center;
  width: 100%;
}
.banner-body{
  padding: 15px;
  text-align: center;
}
.banner-body p{
  line-height: 1.5;
  color: #060606!important;
}

.updrade_button{
  background: #ff8000;
border: 1px solid #ff8000;
color: #fff;
}

.find_jobs:hover
{
  color: #00aeef;
  background-color: white;
}

.find_jobs_button_new_en{

  color: white;
  font-size: 20px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  position: absolute;
  top: 180px;
   /* right:1px; */
  left: -12px;
  border: 0px;
  background-color: #00aeef;
  padding: 7px;
  border-radius:4px;
  height:50px;
  width:250px;
  /* position: fixed; */
  z-index: 3;

}



@media(max-width:768px){
  .find_jobs_button_new_en{

    color: white;
    font-size: 12px;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    position: absolute;
    top: 180px;
     /* right:1px; */
    left: -12px;
    border: 0px;
    background-color: #00aeef;
    padding: 7px;
    border-radius:4px;
    height:50px;
    width:120px;
    /* position: fixed; */
    z-index: 3;

  }
}




.find_jobs_button_new{

  color: white;
  font-size: 20px;
  font-family: nudi_content;
  position: absolute;
  top: 180px;
   /* right:1px; */
  left: -12px;
  border: 0px;
  background-color: #00aeef;
  padding: 7px;
  border-radius:4px;
  height:50px;
  width:250px;
  /* position: fixed; */
  z-index: 3;

}

@media(max-width:768px){
  .find_jobs_button_new{

    color: white;
    font-size: 15px;
    font-family: nudi_content;
    position: absolute;
    top: 180px;
     right:1px;
    border: 0px;
    background-color: #00aeef;
    padding: 7px;
    border-radius:4px;
    height:50px;
    width:120px;
    /* position: fixed; */
    z-index: 3;

  }
}



.find_jobs_button_en{
  color: white;
  position: absolute;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size:  20px;
  top: 440px;
  /* right:10px; */
  left: 1px;
  border: 0px;
   background-color: #00aeef;

  padding: 5px;
   border-radius: 4px;
  /* position: fixed; */
  height:50px;
  width:250px;
  z-index: 3;

}

@media(max-width:768px){
  .find_jobs_button_en{
    color: white;
    position: absolute;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size:  12px;
    top: 400px;
    /* right:10px; */
    left: 1px;
    border: 0px;
     background-color: #00aeef;

    padding: 5px;
     border-radius: 4px;
    /* position: fixed; */
    height:50px;
    width:120px;
    z-index: 3;

  }

}




/* .modal-bg{
   background-image: url("css/coupon_front.jpg");
   background-repeat: no-repeat;
    background-size: 600px 600px;

} */

.find_jobs_button{
  color: white;
  position: absolute;
  font-family: nudi_content;
  font-size:  20px;
  top: 440px;
  /* right:10px; */
  left: 1px;
  border: 0px;
   background-color: #00aeef;

  padding: 5px;
   border-radius: 4px;
  /* position: fixed; */
  height:50px;
  width:250px;
  z-index: 3;

}

@media(max-width:768px){
  .find_jobs_button{
    color: white;
    position: absolute;
    font-family: nudi_content;
    font-size:  15px;
    top: 400px;
    /* right:10px; */
    left: 1px;
    border: 0px;
     background-color: #00aeef;

    padding: 5px;
     border-radius: 4px;
    /* position: fixed; */
    height:50px;
    width:120px;
    z-index: 3;

  }

}



@keyframes kreep {
    0% {-webkit-transform: scale(1.1,.9);
        transform: scale(1.1,.9);}
   50% { -webkit-transform: scale(.9,1.1) translateY(-.5rem)}
   70% { -webkit-transform: scale(1);
         transform: scale(1);}
}

.kreep {
  display: inline-block;
  /*name-duration-function(ease,eas-in,linear)-delay-count-direction */
  animation: kreep 1s ease 2s infinite alternate;
}

kreep:hover {
  animation: none;
}

.products_text
{
  color: black;
}

.products_text_en{
color: black;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .products_text_en{
    text-align: justify;
  color: black;
  font-size: 16px !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }

}

.carousel_content
{
  position: relative !important;
  top:-106px;
}

.text_center
{
  text-align: center;
}


.about_us h3
{
  margin-left: 60px;
  font-family: nudi_content !important;
  font-size: 2em !important;
  color:#00aeef;
  margin-top: 120px;
}

.about_us_en h3
{
  margin-left: 60px;
  /* font-family: nudi_content !important; */
    font-size: 2em !important;
    color:#00aeef;
    margin-top: 120px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .about_us_en h3
  {
    margin-left: 60px;
    /* font-family: nudi_content !important; */
      font-size: 21px !important;
      color:#00aeef;
      margin-top: 120px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }
}


.about_us_new_en h3{
  margin-left: 60px;

    font-size: 2em !important;
    color:#00aeef;
    margin-top: 30px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .about_us_new_en h3{
    margin-left: 60px;

      font-size: 21px !important;
      color:#00aeef;
      margin-top: 30px;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }

}

.about_us_new h3{
  margin-left: 60px;
  font-family: nudi_content !important;
    font-size: 2em !important;
    color:#00aeef;
    margin-top: 30px;
}

@media(max-width:768px){
  .about_us_new h3{
    margin-left: 30px;
    font-family: nudi_content !important;
      font-size: 1.5em !important;
      color:#00aeef;
      margin-top: 30px;
  }

}

.about_us_content {
  padding-left: 40px;
  padding-right: 40px;
}
.about_us_content_en{
  padding-left: 40px;
  padding-right: 40px;
}

 .about_us_list li
{
  font-family: nudi_content !important;
  font-weight: normal !important;
  color:#353030;
  line-height: 33px;
  font-size: 21px;
  padding-left: 0px;
  padding-right: 5px;
  text-align: justify;
  list-style-type:none;
  margin-left: -15px;

}

.about_us_list_en li{

  font-weight: normal !important;
  color:#353030;
  line-height: 33px;
  font-size: 16px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: justify;
  list-style-type:none;
  margin-left: -40px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.about_us_achivements h3
{
  margin-left: 60px;
  font-family: nudi_content !important;
    font-size: 2em !important;
    color:#00aeef;
    margin-top: 40px;
}

.about_us_achivements_en h3{
  margin-left: 60px;
  /* font-family: nudi_content !important; */
    font-size: 2em !important;
    color:#00aeef;
    margin-top: 40px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .about_us_achivements_en h3{
    margin-left: 60px;
    /* font-family: nudi_content !important; */
      font-size: 21px !important;
      color:#00aeef;
      margin-top: 40px;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }
}




.achivement_content
{
  padding-left: 40px;
  padding-right: 40px;
}

.achivement_content_en{
  padding-left: 40px;
  padding-right: 40px;
}
.achivement_list li
{
  font-family: nudi_content !important;
  font-weight: normal !important;
  color:#353030;
  line-height: 33px;
  font-size: 21px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  list-style-type:square;
}
.achivement_list_en li{
  /* font-family: nudi_content !important; */
  font-weight: normal !important;
  color:#353030;
  line-height: 33px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  list-style-type:square;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.about_us_recognisation h3
{
  margin-left: 60px;
  font-family: nudi_content !important;
    font-size: 2em !important;
    color:#00aeef;
    margin-top: 40px;
}

.about_us_recognisation_en h3
{
  margin-left: 60px;
  /* font-family: nudi_content !important; */
    font-size: 1.6em !important;
    color:#00aeef;
    margin-top: 40px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .about_us_recognisation_en h3
  {
    margin-left: 60px;
    /* font-family: nudi_content !important; */
      font-size: 18px !important;
      color:#00aeef;
      margin-top: 40px;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }
}


.recognisation_content
{
  padding-left: 40px;
  padding-right: 40px;
}

.recognisation_content_en
{
  padding-left: 40px;
  padding-right: 40px;
}

.recognisation_list li
{
  font-family: nudi_content !important;
  font-weight: normal !important;
  color: #353030;
  line-height: 33px;
  font-size: 21px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  list-style-type:none;
  margin-left: -30px;
}

.recognisation_list_en li
{
  /* font-family: nudi_content !important; */
  font-weight: normal !important;
  color: #353030;
  line-height: 33px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: justify;
  list-style-type:none;
  margin-left: -30px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}


@media(max-width:768px){
  .recognisation_list li
  {
    font-family: nudi_content !important;
    font-weight: normal !important;
    color: #353030;
    line-height: 33px;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    list-style-type:none !important;
    margin-left: -30px;
  }
}
h3.service_heading
{
  font-family: nudi_content !important;
  font-size: 2em !important;
  text-align: center;
  color:#00aeef;
}

h3.english_service_heading{
    font-weight: bolder;
  font-size: 2em !important;
  text-align: center;
  color:#00aeef;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  h3.english_service_heading{
    font-weight: bolder;
    font-size: 18px !important;
    text-align: center;
    color:#00aeef;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }
}

.services_list_row {
  display: flex; 
  justify-content: center;
}

li.english_service_contents{
  font-weight: normal !important;
  font-size: 18px;
  list-style-type: none;
  font-weight: 600 !important;
text-align: left;
color:#353030;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

}

@media(max-width:768px){
  li.english_service_contents{
    font-weight: normal !important;
    font-size: 16px;
    list-style-type: none;
    font-weight: 600 !important;
  text-align: left;
  color:#353030;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

  }
}

li.service_contents
{
  font-family: nudi_content !important;
  font-weight: normal !important;
  font-size: 26px;
  list-style-type: none;
text-align: left;
color:#353030;
}


h4.service_heading
{
  font-family: nudi_content !important;
  font-size: 1.5em !important;
  text-align: left;
}

.fa-dot-circle-o:before {
    content: "\f192";
    margin-left: -30px;
}

.section_about_us {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 25px 0;
}

h2.events{
  text-align: center;
}


.event_section{
  display: block;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

h2.event_heading{
  text-align: left;
    font-size: 2em !important;
    color: #00aeef;
    margin-top: -46px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  h2.event_heading{
    text-align: left;
      font-size: 1.5em !important;
      color: #00aeef;
      margin-top: -46px;
  }
}

h2.event_heading_kannada{
  text-align: left;
  font-family: nudi_content;
    font-size: 2em !important;
    color: #00aeef;
    margin-top: -26px;
}

@media(max-width:768px){
  h2.event_heading_kannada{
    text-align: left;
    font-family: nudi_content;
      font-size: 1.5em !important;
      color: #00aeef;
      margin-top: -26px;
  }
}

p.event_content_kannada{
    font-family: nudi_content !important;
    font-size: 21px;
}

span.event_content_kannada{
    font-family: nudi_content !important;
      font-size: 18px;
}
.products_description p{
  font-family: nudi_content !important;
  font-weight: normal !important;
  font-size: 21px;
text-align: center;
color:#353030;
}

.products_description_en p{
  /* font-family: nudi_content !important; */
  font-weight: normal !important;
  font-size: 15px;
text-align: justify;
color:#353030;
}



h3.kan_lang_content span{
  font-family: sans-serif;
}
h3.kannada_heading span{
    font-family: sans-serif;

}

.ibbani_heading h3{
  font-family: nudi_content !important;
    font-size: 2.5em !important;
    /* margin-left: 410px; */
    color:#00aeef;



}


.ibbani_image img{
  height: 400px;
  width: 300px;
  /* margin-left: 20px; */
}

.ibbani_description p{
  font-family: nudi_content !important;
  font-size: 21px;
  text-align: justify;
  color:#353030;
  /* margin-right: 30px;
margin-left: 30px; */

}

@media(max-width:768px){
    .ibbani_description p{
  font-family: nudi_content !important;
  font-size: 21px;
  text-align: justify;
  color:#353030;
  /*margin-right: 30px;
  margin-left: 30px;*/

}
}

.ibbani_description_en p{
  /* font-family: nudi_content !important; */
  font-size: 16px;
  text-align: justify;
  color:#353030;
  /* margin-right: 30px;
margin-left: 30px; */
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .ibbani_description_en p{
    /* font-family: nudi_content !important; */
    font-size: 16px;
    text-align: justify;
    color:#353030;
    /* margin-right: 30px;
  margin-left: 30px; */

  }
}



button.order_button{
  margin-left: 550px;
  background-color: white;
  border: 0px;
  font-size: 20px;
  margin-top: -14px ;
}

@media(max-width:768px){
  button.order_button{
    margin-left: 95%;
    background-color: white;
    border: 0px;
    font-size: 20px;
    margin-top: -150px !important;
  }
}
p.event_location{
  color:#655e5e;
}

@media(max-width:768px){
  p.event_location{
    color:#655e5e;
    font-size: 16px;
  }

}

p.event_location_en{
  color:#655e5e;
  font-size: 16px !important;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}


@media(max-width:768px){
  p.event_location_en{
    color:#655e5e;
    font-size: 16px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }

}

h1.clients{

  color:#655e5e;
  text-align: center;
  font-size: 21px;
  font-weight:bolder;

}


.carousel_tagline1_kan_lang
{
  position: relative;
  left: 170px;
  font-family: nudi_content;
  font-size: 2.1em !important;
  text-transform: none !important;
  font-weight: lighter !important;
margin-left: -250px !important;
}





aside.sidebar .single {
padding: 30px 15px;
margin-top: 40px;
background: #ece9e9;
border: 1px solid #f0f0f0;
border-radius: 3%;
}

aside.sidebar .single h3.side-title {
margin: 0;
margin-bottom: 10px;
padding: 0;
font-size: 20px;
color: #00aeef;
text-transform: uppercase;
}
@media(max-width:768px){
  aside.sidebar .single h3.side-title {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 13px;
  color: #00aeef;
  text-transform: uppercase;
  font-weight: bolder;
  }
}

aside.sidebar .single h3.side-title:after {
content: '';
width: 60px;
height: 1px;
background: #00b0ff;
display: block;
margin-top: 6px; }
.single.contact-info {

background: none;
border: none; }
.single.contact-info li {

margin-top: 30px; }
.single.contact-info li .icon {
display: block;
float: left;
margin-right: 10px;
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid #847c7c;
color: #00b0ff;
text-align: center;
line-height: 50px;
font-size: 20px;
 }

@media(max-width:768px){
  .single.contact-info li .icon {
  display: block;
  float: left;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #847c7c;
  color: #00b0ff;
  text-align: center;
  line-height: 50px;
   }
}





.single.contact-info li .info {
overflow: hidden; }







* {
    box-sizing: border-box;
}


h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}



/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 35px;
}

input {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
}

    input:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #fff;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #fff;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fff;
    }

    to {
        width: 0;
        background: transparent;
    }
}


#panel {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); /* Standard syntax (must be last) */


    border-radius: 4px;
    top: 50px;
}


.con-fld h3{
  margin-top: 50px;
  color:#00aeef;
  font-family: inherit;
}

@media(max-width:768px){
  .con-fld h3{
    margin-top: 50px;
    color:#00aeef;
    font-family: inherit;
    font-size: 15px;
  }
}

.info p{
    font-family: nudi_content !important;
    font-size: 16px;
    color:black;
}

@media(max-width:768px){
  .info p{
      font-family: nudi_content !important;
      font-size: 15px;
      color:black;
  }
}

.information p{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color:black;
}

@media(max-width:768px){
  .information p{
      font-family: 'PT Sans', sans-serif;
      font-size: 11px;
      color:black;
      font-weight: 600;
  }

}

.info2 p{
  font-size: 18px;
  margin-top: 10px;
}

.kannada_slogan1
{
  font-family: nudi_content !important;
  color: white !important;
  font-size: 1.6em;
  font-weight: normal !important;
  background-color: gray;
  border-radius: 100%;
  /* width: fit-content; */
}

@media(max-width:768px){
  .kannada_slogan1
  {
    font-family: nudi_content !important;
    color: white !important;
    font-size:15px;
    font-weight: normal !important;
    background-color: gray;
    border-radius: 100%;
    width: fit-content;
  }
}
h3.kannada_heading{
  text-align: left;
  color:#00aeef;
}



h3.kannada_heading_en{
  text-align: left;
  color:#00aeef;
  font-size: 21px !important;
}




p.english_homepage_about_us{
  text-align: justify;
  font-size: 16px;
  color:#999;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}


p.kannada_contents{
  text-align: justify;
  font-size: 20px;
  color:#999;
}



@media(max-width:768px){
  p.kannada_contents{
    text-align: justify;
    font-size: 16px;
    color:#999;
  }

}

h3.kannada_contents_en{
  text-align: justify;
  font-size: 20px;
  color:blue;
}

@media(max-width:768px){
  h3.kannada_contents_en{
    text-align: justify;
    font-size: 15px !important;
    color:blue;
  }
}


p.kannada_contents_main{
  font-family: nudi_content !important;
  text-align: justify;
  font-size: 18px;
  color:#999;
  margin-left: 50px;
}

p.footer_english_contents{
  /* text-align: justify; */
  font-size: 16px !important;
  color:#999;
  font-family: 'PT Sans', sans-serif !important;
}

p.kannada_content{
  text-align: justify;
  font-size: 20px;
  color:white;
  font-family: nudi_content !important;
}

.tab-content{
  margin-top: -50px;
}





/* FontAwesome for working BootSnippet :> */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;

}

.backside .card {
  width:250px;

}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
    margin-top: 20px;
    font-size: 18px;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-top: 20px;
}


/* .product_section_view{
  padding: 0px 0;
} */
/* .modal {
  overflow-y: hidden !important;
  overflow-x: hidden !important;
}
.modal-open[style]{
  padding-right: 0px !important;
  position: relative;
}
.modal-close[style]{
  padding-right: 0px !important;
    position: relative;
} */
.modal-title{
  font-size: 18px;
}

.v_tech_image img{
  height: 300px;
  width: 300px;
margin-left: 80px;
}

.v-tech_automotors_heading h3{
  font-family: nudi_content !important;
    font-size: 2.5em !important;
    /* margin-left: 390px; */
    color:#00aeef;
    margin-left: 80px;
}

.v_tech_automotors_description p{
  font-family: nudi_content !important;
  font-size: 21px;
  text-align: justify;
   margin-right: 30px;
   color:#353030;
}


.v_tech_automotors_description_en p{
  /* font-family: nudi_content !important; */
  font-size: 16px;
  text-align: justify;
   margin-right: 30px;
   color:#353030;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .v_tech_automotors_description_en p{
    /* font-family: nudi_content !important; */
    font-size: 16px;
    text-align: justify;
     margin-right: 0px;
     color:#353030;
  }
}
.ibbani_food_industry_heading h3{
  font-family: nudi_content !important;
    font-size: 2.5em !important;
    /* margin-left: 390px; */
    color:#00aeef;
    margin-left: 80px;
}



.ibbani_food_industry_heading_en h3{
  /* font-family: nudi_content !important; */
    font-size: 1.7em !important;
    /* margin-left: 390px; */
    color:#00aeef;
    margin-left: 80px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .ibbani_food_industry_heading_en h3{
    /* font-family: nudi_content !important; */
      font-size: 1.3em !important;
      /* margin-left: 390px; */
      color:#00aeef;
      margin-left: 80px;
  }
}
.ibbani_food_industry_image img{
  height: 300px;
  width: 300px;
  margin-left: 80px;
  /* margin-left: 20px; */
}
.ibbani_food_industry_description p{
  font-family: nudi_content !important;
  font-size: 21px;
  text-align: justify;
   margin-right: 30px;
   color:#353030;
}

.ibbani_food_industry_description_en p{
  /* font-family: nudi_content !important; */
  font-size: 16px;
  text-align: justify;
   margin-right: 30px;
   color:#353030;
   font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .ibbani_food_industry_description_en p{
    /* font-family: nudi_content !important; */
    font-size: 16px;
    text-align: justify;
     margin-right: 0px;
     color:#353030;
  }
}

.kuntavalli_industry_pvt_heading h3{
  font-family: nudi_content !important;
    font-size: 2em !important;
    color: #00aeef;
}
.kuntavalli_industry_pvt_heading_en h3{
  /* font-family: nudi_content !important; */
    font-size: 1.6em !important;
    color: #00aeef;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .kuntavalli_industry_pvt_heading_en h3{
    /* font-family: nudi_content !important; */
      font-size: 18px !important;
      color: #00aeef;
  }
}

.kuntavalli_industry_pvt_description p{
  font-family: nudi_content !important;
  font-size: 21px;
  text-align: justify;
  color:#353030;
}

.kuntavalli_industry_pvt_description_en p{
  /* font-family: nudi_content !important; */
  font-size: 16px;
  text-align: justify;
  color:#353030;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .kuntavalli_industry_pvt_description_en p{
    /* font-family: nudi_content !important; */
    font-size: 16px;
    text-align: justify;
    color:#353030;
  }

}

.dumper_heading h3{
  font-family: nudi_content !important;
    font-size: 2em !important;
    margin-left: 20px;
}

.dumper_heading_en h3{
  font-size: 1.6em !important;
  margin-left: 20px;
  color:#00aeef;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .dumper_heading_en h3{
    font-size: 1.3em !important;
    margin-left: 20px;
    color:#00aeef;
  }
}
.dumper_image img{
  height: 200px;
  width: 200px;
  margin-left: 20px;
}
.dumper_description p{
  font-family: nudi_content !important;
  font-size: 20px;
  text-align: justify;

}

.dumper_description_en p {
  font-size: 16px;
  text-align: justify;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

}

@media(max-width:768px){
  .dumper_description_en p {
    font-size: 16px;
    text-align: justify;

  }
}
.sharp_escavator_heading h3{
  font-family: nudi_content !important;
    font-size: 2em !important;
    margin-left: 20px;
    color:#00aeef;
}

.sharp_escavator_heading_en h3{
  font-size: 1.6em !important;
  margin-left: 20px;
  color:#00aeef;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .sharp_escavator_heading_en h3{
    font-size: 1.3em !important;
    margin-left: 20px;
    color:#00aeef;
  }

}
.sharp_escavator_image img{
  height: 200px;
  width: 200px;
  margin-left: 20px;
}
.sharp_excavator_description p{
  font-family: nudi_content !important;
  font-size: 21px;
  text-align: justify;
    margin-right: 30px;
    color:#353030;
}

.sharp_excavator_description_en p{
  /* font-family: nudi_content !important; */
  font-size: 16px;
  text-align: justify;
    margin-right: 30px;
    color:#353030;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .sharp_excavator_description_en p{
    /* font-family: nudi_content !important; */
    font-size: 16px;
    text-align: justify;
    margin-right: 0px
      color:#353030;
  }
}
.mini_road_roller_heading h3{
  font-family: nudi_content !important;
    font-size: 2em !important;
      margin-left: 20px;
        color:#00aeef;
}


.mini_road_roller_heading_en h3{
  /* font-family: nudi_content !important; */
    font-size: 1.6em !important;
      margin-left: 20px;
        color:#00aeef;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
@media(max-width:768px){
  .mini_road_roller_heading_en h3{
    /* font-family: nudi_content !important; */
      font-size: 1.3em !important;
        margin-left: 20px;
          color:#00aeef;
  }
}
.mini_road_roller_image img{
  height: 200px;
  width: 200px;
    margin-left: 20px;
}
.mini_road_roller_description p{
  font-family: nudi_content !important;
  font-size: 21px;
  text-align: justify;
    margin-right: 30px;
    color:#353030;
}

.mini_road_roller_description_en p{
  /* font-family: nudi_content !important; */
  font-size: 16px;
  text-align: justify;
    margin-right: 30px;
    color:#353030;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .mini_road_roller_description_en p{
    /* font-family: nudi_content !important; */
    font-size: 16px;
    text-align: justify;
      margin-right: 0px;
      color:#353030;
  }

}
.generator_heading h3{
  font-family: nudi_content !important;
    font-size: 2em !important;
    margin-left: 20px;
}

.generator_heading_en h3{
  /* font-family: nudi_content !important; */
    font-size: 1.6em !important;
    margin-left: 20px;
    color: #00aeef;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .generator_heading_en h3{
    /* font-family: nudi_content !important; */
      font-size: 1.3em !important;
      margin-left: 20px;
      color: #00aeef;
  }

}
.generator_image img{
  height: 200px;
  width: 200px;
  margin-left: 20px;
}
.generator_description p{
  font-family: nudi_content !important;
  font-size: 20px;
  text-align: justify;
  margin-right: 30px;
}


.generator_description_en p{
  /* font-family: nudi_content !important; */
  font-size: 16px;
  text-align: justify;
  margin-right: 30px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .generator_description_en p{
    /* font-family: nudi_content !important; */
    font-size: 16px;
    text-align: justify;
    margin-right: 0px;
  }
}

.earth_agar_heading h3{
  font-family: nudi_content !important;
    font-size: 2em !important;
      margin-left: 20px;
}

.earth_agar_heading_en h3{
  /* font-family: nudi_content !important; */
    font-size: 1.6em !important;
      margin-left: 20px;
      color: #00aeef;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .earth_agar_heading_en h3{
    /* font-family: nudi_content !important; */
      font-size: 1.3em !important;
        margin-left: 20px;
        color: #00aeef;
  }

}
.earth_agar_image img{
  height: 200px;
  width: 200px;
    margin-left: 20px;
}
.earth_agar_description p{
  font-family: nudi_content !important;
  font-size: 20px;
  text-align: justify;
    margin-right: 30px;
}

.earth_agar_description_en p{
  /* font-family: nudi_content !important; */
  font-size: 16px;
  text-align: justify;
    margin-right: 30px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .earth_agar_description_en p{
    /* font-family: nudi_content !important; */
    font-size: 16px;
    text-align: justify;
      margin-right: 0px;
  }
}
.mini_excavator_heading h3{
  font-family: nudi_content !important;
    font-size: 2em !important;
    margin-left: 20px;
      color:#00aeef;
}

.mini_excavator_heading_en h3{
  /* font-family: nudi_content !important; */
    font-size: 1.6em !important;
    margin-left: 20px;
      color:#00aeef;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .mini_excavator_heading_en h3{
    /* font-family: nudi_content !important; */
      font-size: 1.3em !important;
      margin-left: 20px;
        color:#00aeef;
  }

}
.mini_excavator_image img{
  height: 200px;
  width: 200px;
  margin-left: 20px;
}
.mini_excavator_description p{
  font-family: nudi_content !important;
  font-size: 21px;
  text-align: justify;
    margin-right: 30px;
    color:#353030;
}

.mini_excavator_description_en p{
  /* font-family: nudi_content !important; */
  font-size: 16px;
  text-align: justify;
    margin-right: 30px;
    color:#353030;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .mini_excavator_description_en p{
    /* font-family: nudi_content !important; */
    font-size: 16px;
    text-align: justify;
      margin-right: 0px;
      color:#353030;
  }
}

#card{
 box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);

}

#card1{
 box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
padding-left:20px;
width:80%;
margin-left: 55px;
}

.v_tech_main_en h3{
  /* font-family: nudi_content !important; */
    font-size: 2em !important;
    color: #00aeef;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .v_tech_main_en h3{
    /* font-family: nudi_content !important; */
      font-size: 1.3em !important;
      color: #00aeef;
      text-align: center;
  }

}

.v_tech_main h3{
  font-family: nudi_content !important;
    font-size: 2.5em !important;
    color: #00aeef;
    text-align: center;
}

p.email{
color:black;
margin-left: 10px;
margin-top: -19px;
font-size:16px;

}

@media(max-width:768px){
  p.email{
  color:black;
  margin-left: 10px;
  margin-top: -19px;
  font-size:12px;

  }
}


.single.contact-info li .icon1 {
    display: block;
    float: left;
    margin-right: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #696666;
    color: #00b0ff;
    text-align: center;
    line-height: 50px;
    margin-top: -10px;
}

span.font{
  font-size: 16px;
  font-family:sans-serif;
  color:#353030;
}
@media(max-width:768px){
  span.font{
    font-size: 11px;
    font-family:sans-serif;
    color:#353030;
  }
}
a.footer_email{
  color:#999999;
}

@media(max-width:768)
a.footer_email{
  color:#999999;
}
.about_us_background {
  background-color:#cde7ee;
  margin-top: -10px;
}


p.customer_phone_number{
  margin-left: 3px;
  font-size: 20px;
}
img.help{
  height:40px;
  width:40px;
  margin-right: 30px;
}

@media(max-width:768px){
  img.help {
    height: 40px;
    width: 40px;
    margin-left: -45px !important;
}
}


.sevak{
  margin-left: 80px;
}
p.phoneNumber{
  margin-top: 10px;
}
p.customer_care{
  color:black;
margin-left: 10px;
  font-size: 16px;
  margin-top: -20px;
}

@media(max-width:768px){
  p.customer_care{
    color:black;
  margin-left: 10px;
    font-size: 14px;
    margin-top: -20px;
  }
}

span.close {
    float: right;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: white !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
     opacity: 0.9;
     margin-top: 60px;
     /* margin-right: 210px; */
}

span.close1 {
    float: right;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: white !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
     opacity: 0.9;
     margin-top: 30px;
      margin-right: 270px;

}

@media(max-width:768px){
  span.close1 {
      float: right;
      font-size: 38px;
      font-weight: 700;
      line-height: 1;
      color: white !important;
      text-shadow: 0 1px 0 #fff;
      filter: alpha(opacity=20);
       opacity: 0.9;
       margin-top: 30px;
        margin-right: 270px;
        z-index: 1000;
        position: absolute;
  }
}

p.office_number{
  color:black;
margin-left: 10px;
  font-size: 16px;
  margin-top: -20px;
}

@media(max-width:768px){
  p.office_number{
    color:black;
  margin-left: 10px;
    font-size: 13px;
    margin-top: -20px;
  }
}





.bg {
  /* The image used */
  background-image: url("hero_1.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.know_more{
  font-family: nudi_content !important;
    /* font-size: 2.5em !important; */
}
h3.happy_clients{
    font-family: nudi_content !important;
    font-size: 40px;
    text-align: center;
}

@media(max-width:768px){
  h3.happy_clients {
      font-family: nudi_content !important;
      font-size: 26px;
      text-align: center;
  }
}
p.customer_phone_numbers{
    font-family: nudi_content !important;
    font-size: 22px;
}

@media(max-width:768px){
  p.customer_phone_numbers{
      font-family: nudi_content !important;
      font-size: 20px;
  }

}
.readmorenow{
    font-family: nudi_content !important;
    font-size: 16px;
}
@media(max-width:768px){
  .readmorenow{
      font-family: nudi_content !important;
      font-size: 14px;
  }
}
.readmorenow_en{
    /* font-family: nudi_content !important; */
    font-size: 14px;
}


span.products_content{
    font-family: nudi_content !important;
    font-size: 18px;
}
.product_description_center{
  /* margin-top: 100px; */
  margin-top: -50px;

}
.order_button{
  font-family: nudi_content !important;
  font-size: 12px;
}
.order_button1{
  font-family: nudi_content !important;

  margin-top: 30px;

}

.order_button2{
  font-family: nudi_content !important;

  margin-top: 30px;

}

button.order_button9{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

    margin-top: 30px;
}

.order_button3{
  font-family: nudi_content !important;

  margin-top: 30px;

}

button.order_button8 {
    margin-left: -169px;
    background-color: white;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

    border: 0px;
    font-size: 20px;
    margin-top: 30px;
}
 /* .leaf img{
   width:17px;
   height:12px;
 } */
 .leaf_image{

      width:17px!important;
      height:12px!important;


}

@media(max-width:768px){
  .leaf_image{

       width:17px!important;
       height:12px!important;
margin-left: -21px;

 }

}


.leaf_image1{

    width:17px!important;
    height:12px!important;
margin-top: 0px !important;
margin-left: -10px;
}

@media(max-width:768px){
  .leaf_image1{

      width:17px!important;
      height:12px!important;
  margin-top: 0px !important;
  margin-left: -21px;
  }

}




#bunch_remover{
  margin-left: -2px !important;
}

a.gallery_contents{
   font-family: nudi_content !important;
   font-size: 25px;
   color:#353030;
   text-transform: none !important;
}
/* .arrow_left{
margin-bottom: 70px;
}
.arrow_right{
text-align: right;
margin-bottom: 70px;
} */
p.slogan-text{
  text-align: justify;
  text-align: center;
  color:#00aeef;
}
p.job_text{
  margin-left: 40px;
  color:#353030;
}

h4.modal_heading{
  color:#00aeef;
}
ul.info_contact{
    color:#353030;
}
.counter_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.modal-footer1{
padding: 20px;
}
.contact_details{
  margin-left: 20px;
  font-size: 20px;
  color:#00aeef;
}

button.button_close{
  float:right;
}
ul.contact_details_info{
  color:#353030
}

@media(max-width:768px){
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: -19px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 229px;
}
}

@media(max-width:768px){
  .kan_lang_main {
    font-family: nudi_header;
    font-size: 22px;
    color: #00aeef;
    font-weight: lighter;
}
}

@media(max-width:768px){
  .v-tech_logo {
    position: relative;
    margin-left: 15px;
    top: 9px !important;
    width: 100px;
    height: 56px;
}
}

@media(max-width:768px){
.carousel_tagline_kan_lang
  {
    position: relative;
    left: 170px;
    font-family: nudi_content;
    font-size: 1.1em !important;
    text-transform: none !important;
    font-weight: lighter !important;
    margin-left: -215px !important;
  }
}

@media(max-width:768px){
  .carousel_kan_lang
  {
    font-family: nudi_header;
    text-transform: none !important;
    font-weight: lighter !important;
    font-size: 25px !important;
  }
}

@media(max-width:768px){
  .find_jobs
  {
    color: white;
    position: absolute;
    top: 100px;
    right:10px;
    border: 0px;
    background-color: #00aeef;
    padding: 10px;
    border-radius: 80%;
    position: fixed;
    z-index: 3;
  }
}

@media(max-width:768px){
  img.help {
      height: 31px;
      width: 32px;
      margin-left: -45px !important;
      margin-top: 10px !important;
  }
}

@media(max-width:768px){
  li.service_contents {
    font-family: nudi_content !important;
    font-weight: normal !important;
    font-size: 18px;
    list-style-type: none;
    text-align: left;
    color: #353030;
}
}

@media(max-width:768px){
  .products_description p {
    font-family: nudi_content !important;
    font-weight: normal !important;
    font-size: 16px;
    text-align: justify;
    margin-right: 10px;
    margin-left: 10px;
    color: #353030;
}
}

@media(max-width:768px){
  h1.clients {
    color: #655e5e;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
}
}

@media(max-width:768px){
  span.place {
    font-size: 12px !important;
}
}

 @media(max-width:768px){
  .portfolio-filter ul li {
    border-radius: 0;
    padding: 1px;
    display: inline-block;
    margin: 14px 53px 4px 5px !important;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ededed;
    vertical-align: middle;
    width: 33% !important;
    float: left;
    border: 1px solid #00aeef !important;
}

}


/* @media(max-width:768px){
  .btn-dark{
    width:20px !important;
    margin: 5px !important;
  }
} */

@media(max-width:768px){
  .about_us h3 {
    margin-left: 25px;
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    color: #00aeef;
    margin-top: 120px;
}
}

@media(max-width:768px){
  .about_us_list li {
    font-family: nudi_content !important;
      font-weight: normal !important;
      color: #353030;
      line-height: 33px;
      font-size: 18px;
      padding-left: 0px;
      padding-right: 0px;
      text-align: justify;
      list-style-type: none;
      margin-left: -56px;
}
}

@media(max-width:768px){
  .about_us_achivements h3 {
    margin-left: 21px;
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    color: #00aeef;
    margin-top: 40px;
}
}

@media(max-width:768px){
  .achivement_list li {
    font-family: nudi_content !important;
    font-weight: normal !important;
    color: #353030;
    line-height: 33px;
    font-size: 18px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    text-align: justify;
    list-style-type: square;
    margin-left: -33px;
}
}

@media(max-width:768px){
  .about_us_recognisation h3 {
    margin-left: 31px;
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    color: #00aeef;
    margin-top: 40px;
}
}

@media(max-width:768px){
  .recognisation_list li {
    font-family: nudi_content !important;
    font-weight: normal !important;
    color: #353030;
    line-height: 33px;
    font-size: 18px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    text-align: justify;
    margin-left: -30px;
    list-style-type: square;
}
}

@media(max-width:768px){
  .v_tech_main h3 {
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    color: #00aeef;
    text-align: center;
}
}

@media(max-width:768px){
  .kuntavalli_industry_pvt_heading h3 {
    font-family: nudi_content !important;
    font-size: 1.3em !important;
    color: #00aeef;
}
}

@media(max-width:768px){
  .kuntavalli_industry_pvt_description p {
    font-family: nudi_content !important;
    font-size: 16px;
    text-align: justify;
    color: #353030;
}
}

@media(max-width:768px){
  .sharp_escavator_heading h3 {
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    margin-left: 20px;
    color: #00aeef;
}
}


@media(max-width:768px){
  .sharp_excavator_description p {
    font-family: nudi_content !important;
    font-size: 16px;
    text-align: justify;
    margin-right: 21px;
    margin-left: 20px;
    color: #353030;
}
}


@media(max-width:768px){
  .mini_road_roller_heading h3 {
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    margin-left: 20px;
    color: #00aeef;
}
}


@media(max-width:768px){
  .mini_road_roller_description p {
    font-family: nudi_content !important;
    font-size: 16px;
    text-align: justify;
    margin-right: 21px;
    margin-left: 20px;
    color: #353030;
}
}

@media(max-width:768px){
  .mini_excavator_heading h3 {
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    margin-left: 20px;
    color: #00aeef;
}
}

@media(max-width:768px){
  .mini_excavator_description p {
    font-family: nudi_content !important;
    font-size: 15px;
    text-align: justify;
    margin-right: 21px;
    margin-left: 20px;
    color: #353030;
    font-weight: 600;
}
}

@media(max-width:768px){
  .v-tech_automotors_heading h3 {
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    /* margin-left: 390px; */
    color: #00aeef;
    margin-left: 14px;
}
}

@media(max-width:768px){
  .v_tech_image img {
    height: 300px;
    width: 300px;
    margin-left: 11px;
}
}

@media(max-width:768px){
  .v_tech_automotors_description p {
    font-family: nudi_content !important;
    font-size: 16px;
    text-align: justify;
    margin-left: 20px;
    margin-right: 21px;
    margin-top: 10px;
    color: #353030;
}
}

@media(max-width:768px){
  .ibbani_heading h3 {
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    /* margin-left: 410px; */
    color: #00aeef;
}
}

@media(max-width:768px){
  .ibbani_description p {
    font-family: nudi_content !important;
    font-size: 16px;
    text-align: justify;
    margin-top: 10px;
    color: #353030;
}
}

@media(max-width:768px){

}

@media(max-width:768px){
  .ibbani_food_industry_heading h3 {
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    /* margin-left: 390px; */
    color: #00aeef;
    margin-left: 14px;
}
}

@media(max-width:768px){
  .ibbani_food_industry_image img {
    height: 300px;
    width: 300px;
    margin-left: 13px;
    /* margin-left: 20px; */
}
}

@media(max-width:768px){
  .ibbani_food_industry_description p {
    font-family: nudi_content !important;
    font-size: 16px;
    text-align: justify;
    margin-right: 21px;
    margin-left: 20px;
    color: #353030;
}
}

@media(max-width:768px){
  .kannada_heading {
    font-family: nudi_content !important;
    font-size: 1.5em !important;
}
}

@media(max-width:768px){
  .section-title p {
    font-size: 16px !important;
    line-height: 25px !important;
}
}

@media(max-width:768px){
  h3.service_heading {
    font-family: nudi_content !important;
    font-size: 1.5em !important;
    text-align: left;
    color: #00aeef;
}
}

@media(max-width:768px){
  h4.service_heading {
    font-family: nudi_content !important;
    font-size: 1.2em !important;
    text-align: left;
}
}

@media(max-width:768px){

.navbar-collapse.collapse {
    display: none!important;
    background: white;
}
}

@media(max-width:768px){
  .collapse.in {
    display: block !important;
    width: 360px;
}
}

 /* @media(max-width:768px){
  body.host_version .dev-list img {
    width: 120px !important;
    height: 120px !important;
    margin-top: 10px;
}
} */

@media(max-width:768px){
  body.host_version .dev-list .widget p {
    margin: 0;
    padding: 5px 0 0;
    color: #353030;
    font-size: 14px;
}
}

@media(max-width:768px){
  span.products_content {
    font-family: nudi_content !important;
    font-size: 14px !important;
}
}

p.kan_lang_content{

  margin-left: -14px !important;
}




@media(max-width:768px){
  p.kan_lang_content{
    font-size: 14px !important;
    margin-left: 0px !important;
  }
}

p.efficiency{
  margin-top: -20px !important;
}

@media(max-width:768px){
  p.efficiency{
    margin-top: -16px !important;
    font-size: 9px !important;

  }
}

h2.job_heading{
font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
margin-left:20px;
margin-bottom: 10px;
color:#00aeef;
font-weight: 600;
}

@media(max-width:768px){
  h2.job_heading{
  font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
  margin-left:20px;
  margin-bottom: 10px;
  color:#00aeef;
  font-weight: 600;
  font-size: 1em;
  }

}


.gallery_images_row{
  margin-top: -40px;
}
.email_info{
  font-size: 18px;
  text-align: center;
  color: black;
}

@media(max-width:768px){
  .email_info{
    font-size: 12px;
    text-align: center;
    color: black;
  }
}
.email_info span{
  font-size: 18px;
  color: blue;

}

@media(max-width:768px){
  .email_info span{
    font-size: 12px;
    color: blue;

  }
}
.job_info1{
  font-size: 18px;
  font-weight: 600px;
  text-align:center;
  color: black;
}


.job_info2{
  font-size: 18px;
  font-weight: 600px;
color: black;
}


.wrapper{
  width:70%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
}
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ibbani_heading_en h3 {
  /* font-family: nudi_content !important; */
  font-size: 1.7em !important;
  /* margin-left: 410px; */
  color: #00aeef;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
@media(max-width:768px){
  .ibbani_heading_en h3 {
    /* font-family: nudi_content !important; */
    font-size: 1.3em !important;
    /* margin-left: 410px; */
    color: #00aeef;
  }
}

.media_coverage_heading h1{
  color:#00aeef;
  font-weight: 600;
  font-size: 1.6em;
  margin-left: -40px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";

}

@media(max-width:768px){
  .media_coverage_heading h1{
    color:#00aeef;
    font-weight: 700;
    margin-left: 10px;
    font-size: 1.2em;


  }

}
.media_info{
color:#00aeef;
  font-size: 16px;
  text-align: center;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.media_info1{
  color:#00aeef;
  font-size: 16px;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.media_info2{
  color:#00aeef;
  font-size: 16px;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.media_info3{
  color:#00aeef;
  font-size: 16px;
  margin-top: 38px;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.media_info4{
  color:#00aeef;
  font-size: 16px;
    text-align: center;
      margin-top: 58px;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.media_info5{
  color:#00aeef;
  font-size: 16px;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.media_info6{
  color:#00aeef;
  font-size: 16px;
    text-align: center;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}


.media_info7{
  color:#00aeef;
  font-size: 16px;
    text-align: center;
    margin-top: 40px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.v-tech_automotors_heading_en h3 {
  /* font-family: nudi_content !important; */
  font-size: 1.7em !important;
  /* margin-left: 390px; */
  color: #00aeef;
  margin-left: 81px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  .v-tech_automotors_heading_en h3 {
    /* font-family: nudi_content !important; */
    font-size: 1.3em !important;
    /* margin-left: 390px; */
    color: #00aeef;
    margin-left: 81px;
  }

}

#card{
    min-width: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
padding: 3rem;
}
.card_body{
  font-size: 13px;
}
@media(max-width:768px){
  .card_body{
    font-size: 10px;
  }
}

span.kiru_parichaya{
  font-weight: 600px !important;
}
span .kipl{
  font-family: sans-serif !important;
}

p.client_description{
  font-size: 20px;
/* margin-left: 70px; */
font-weight: none;
/* text-align:justify; */
color:#7d7272;
}

@media(max-width:768px){
  p.client_description{
    font-size: 13px;
  /* margin-left: 70px; */
  font-weight: none;
  /* text-align:justify; */
  color:#7d7272;
  }


}



p.client_descriptions{
  font-size: 20px;
/* margin-left: 70px; */
font-weight: none;
color:#7d7272;
/* text-align: center; */
/* text-align:justify; */
}

@media(max-width:768px){
  p.client_descriptions{
    font-size: 13px;
  /* margin-left: 70px; */
  font-weight: none;
  color:#7d7272;
  /* text-align: center; */
  /* text-align:justify; */
  }

}

h3.other_service_heading_en {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 21px !important;
    text-align: left;
    color: #00aeef;
    margin-top: 120px;
    font-weight: 600;
}






h3.other_service_heading {
  font-family: nudi_content !important;
    font-size: 2em !important;
    text-align: left;
    color: #00aeef;
    margin-top: 120px;
    font-weight: 600;
}

@media(max-width:768px){
  h3.other_service_heading {
    font-family: nudi_content !important;
      font-size: 1.5em !important;
      text-align: left;
      color: #00aeef;
      margin-top: 120px;
      font-weight: 600;
  }

}



p.other_service_contents_en{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  text-align: justify;
  margin-left: -15px;
  color: #353030;
  font-size: 16px;
}




p.other_service_contents{
  font-family: nudi_content !important;
  text-align: justify;
  margin-left: -15px;
  color: #353030;
  font-size: 21px;
}

@media(max-width:768px){
  p.other_service_contents{
    font-family: nudi_content !important;
    text-align: justify;
    margin-left: -15px;
    color: #353030;
    font-size: 16px;
  }
}

h3.more_service_heading {
  font-family: nudi_content !important;
    font-size: 2em !important;
    text-align: left;
    color: #00aeef;
    /* margin-top: 120px; */
    font-weight: 600;
}

h3.more_service_heading_en {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 2em !important;
    text-align: left;
    color: #00aeef;
    /* margin-top: 120px; */
    font-weight: 600;
}




@media(max-width:768px){
  h3.more_service_heading {
    font-family: nudi_content !important;
      font-size: 1.5em !important;
      text-align: left;
      color: #00aeef;
      /* margin-top: 120px; */
      font-weight: 600;
  }
}

p.more_service_contents_en{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  text-align: justify;
  margin-left: -15px;
  color: #353030;
  font-size: 16px;
}




p.more_service_contents{
  font-family: nudi_content !important;
  text-align: justify;
  margin-left: -15px;
  color: #353030;
  font-size: 21px;
}



@media(max-width:768px){
  p.more_service_contents{
    font-family: nudi_content !important;
    text-align: justify;
    margin-left: -15px;
    color: #353030;
    font-size: 16px;
  }
}
img.service_icon{
  height:20px !important;
  width:20px !important;
}

img.achivement_icon{
  height:20px !important;
  width:20px !important;
}

.alignment{
  margin-left: 31px;
}


h3.infrastructure_heading_en {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 21px !important;
    text-align: left;
    color: #00aeef;
     margin-top: 120px;
    font-weight: 600;
}





h3.infrastructure_heading {
  font-family: nudi_content !important;
    font-size: 2em !important;
    text-align: left;
    color: #00aeef;
     margin-top: 120px;
    font-weight: 600;
    margin-left: -10px;
}

@media(max-width:768px){
  h3.infrastructure_heading {
    font-family: nudi_content !important;
      font-size: 1.5em !important;
      text-align: left;
      color: #00aeef;
       margin-top: 120px;
      font-weight: 600;
      margin-left: -10px;
  }

}



p.infrastructure_content_en{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  text-align: justify;
  margin-left: -15px;
  color: #353030;
  font-size: 16px;
}



p.infrastructure_content{
  font-family: nudi_content !important;
  text-align: justify;
  margin-left: -15px;
  color: #353030;
  font-size: 21px;
}

@media(max-width:768px){
  p.infrastructure_content{
    font-family: nudi_content !important;
    text-align: justify;
    margin-left: -15px;
    color: #353030;
    font-size: 16px;
  }
}


.machine_name{
  text-align: center;
color: #00aeef;
font-size: 20px;
margin-top: 5px;
margin-bottom: 40px;
font-weight: 600;
}
@media(max-width:768px){
  .machine_name{
    text-align: center;
  color: #00aeef;
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
  }
}


.machine_name32{
  text-align: center;
color: #00aeef;
font-size: 20px;
margin-top: 200px;
font-weight: 600;
}

@media(max-width:768px){
  .machine_name32{
    text-align: center;
  color: #00aeef;
  font-size: 5px;
  margin-top: 55px;
  font-weight: 600;
  }
}

.machine_name33{
  text-align: center;
color: #00aeef;
font-size: 20px;
margin-top: 180px;
font-weight: 600;
}

@media(max-width:768px){
  .machine_name33{
    text-align: center;
  color: #00aeef;
  font-size: 5px;
  margin-top: 51px;
  font-weight: 600;
  }

}

.machine_name35{
  text-align: center;
color: #00aeef;
font-size: 20px;
margin-top: 120px;
font-weight: 600;
}

@media(max-width:768px){
  .machine_name35{
    text-align: center;
  color: #00aeef;
  font-size: 5px;
  margin-top: 37px;
  font-weight: 600;
  }
}


.infrastructure_main_content{
  font-family: nudi_content !important;
  text-align: justify;
  margin-left: -15px;
  color: #00aeef;
  font-size: 22px;
}

@media(max-width:768px){
  .infrastructure_main_content{
    font-family: nudi_content !important;
    text-align: justify;
    margin-left: -15px;
    color: #00aeef;
    font-size: 18px;
  }
}

p.main_coupon{
  font-family: nudi_content !important;
  text-align: justify;
  margin-left: 10px;
  color: #353030;
  font-size: 20px;
}

p.main_coupon_en{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" ;
  text-align: justify;
  margin-left: 10px;
  color: #353030;
  font-size: 18px;
  font-weight: 600;
}


h3.coupon_heading {
  font-family: nudi_content !important;
    font-size: 1.5em !important;
    text-align: center;
    color: #00aeef;
      margin-top: 12px;
    font-weight: 600;
}

h3.coupon_heading_en {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" ;
    font-size: 1.5em !important;
    text-align: center;
    color: #00aeef;
      margin-top: 12px;
    font-weight: 600;
}

p.coupon_details_en{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" ;
  text-align: justify;
  margin-left: 10px;
  color: #353030;
  font-size: 16px;
}






p.coupon_details{
  font-family: nudi_content !important;
  text-align: justify;
  margin-left: 10px;
  color: #353030;
  font-size: 18px;
}

@media(max-width:768px){
  p.coupon_details{
    font-family: nudi_content !important;
    text-align: justify;
    margin-left: 10px;
    color: #353030;
    font-size: 16px;
  }
}


p.new_development_heading_en{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" ;
  text-align: center;
  margin-left: -15px;
  color: #00aeef;
   margin-top: 120px;
  font-size: 18px;
  font-weight: 600;
}






p.new_development_heading{
  font-family: nudi_content !important;
  text-align: center;
  margin-left: -15px;
  color: #00aeef;
   margin-top: 120px;
  font-size: 22px;
}

@media(max-width:768px){
  p.new_development_heading{
    font-family: nudi_content !important;
    text-align: center;
    margin-left: -15px;
    color: #00aeef;
     margin-top: 120px;
    font-size: 18px;
  }

}
p.new_development_content{
  font-family: nudi_content !important;
  text-align: justify;
  margin-left: -15px;
  color: #353030;
  font-size: 21px;
}


p.new_development_content_en{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol" ;
  text-align: justify;
  margin-left: -15px;
  color: #353030;
  font-size: 16px;
}



 button.dropbtn.active a{
  color: #00aeef !important;

}

.coupon-card{
  height:80px;
   width:150px;
   background:#00aeef;
   margin-top:-20px;

   text-align: center;
   border-radius: 4px;
   float: right;

}


.card-button{
  float: left;
  height:150px;
  width:250px;
  background:#00aeef;
   margin-top:-20px;
   color:white;
}

.new_development_vedio{
  margin-left: 130px;
}

@media(max-width:768px){
  .new_development_vedio{
    margin-left: 10px;
    width:250px;
    height:140px;
  }
}

@media(max-width:768px){
  .new_development_vedio_new{
    margin-left: 10px;
    width:250px;
    height:140px;
  }
  }
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
/* .slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
} */

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
/* .dot {
   cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;


} */

/* @media(max-width:768px){
  .dot {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

} */


 .dot.active {
   background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.about_us_image1{
  height:350px;
}

@media(max-width:768px){
  .about_us_image1{
    height:150px;

  }
}


h1.year-text {
  text-align: center;
  font-size: 40px;
  color: #00aeef;
  font-family: regular;
}

@media(max-width:768px){
  h1.year-text {
    text-align: center;
    font-size: 20px;
    color: #00aeef;
    font-family: regular;
  }
}

.mySlide{
  display: inline-block;
}
.mySlide:hover img{
  opacity: .25;
  transform: scale(.8);
  transition: opacity 1s, transform 1s;
}

.mySlide img:hover {
  opacity: 1;
  transform: scale(1.2);
}

.modal-bg{
  background: url(images/new_development/th.jpg);
  background-repeat: no-repeat;
  background-size:600px 676px;
}

.modal-close-button{
    font-family: arial;

}
.sliding_image6{
  margin-left: 250px;
}
@media(max-width:768px){
  .sliding_image6{
    margin-left: 100px;
  }
}
.more_page{
  font-size: 17px;
}
.language_page{
    font-size: 17px;
}

.number_button{
  margin-left: -15px !important;
}

@media(max-width:768px){
  .specification_item{
    top:-80px !important;
    position:relative !important;
  }
}
@media (max-width: 768px){
body.host_version .btn-light, body.app_version .btn-light {
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 20px;
    text-align: center;

}
}
@media(max-width:768px){
  .product_weight{
    margin-left: -32px !important;
  font-size: 14px !important;
  }
}

@media(max-width:768px){
  p.kannada_capacity{
    font-size: 10px !important;
  }
}

@media(max-width:768px){
  .gallery_img{
width:257px !important;
height:183px;
margin-left: -37px;
  }
}

@media(max-width:768px){
.fa-map-marker:before {
    content: "\f041";
    font-size: 20px;
}
}

@media(max-width:768px){
  .fa-phone:before {
    content: "\f095";
    font-size: 20px;
}
}

@media(max-width:768px){
  .fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
    font-size: 20px;
}
}


@media(max-width:768px){
  .dmtop {
    background-color: #3C3D41;
    z-index: 100;
    width: 44px;
    height: 44px;
    line-height: 47px;
    position: fixed;
    bottom: 16px;
    border-radius: 3px;
    right: 6px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
}

@media(max-width:768px){
  .control-round .carousel-control {
      top: 47%;
      opacity: 0;
      width: 40px;
      height: 40px;
      z-index: 100;
      color: #ffffff;
      display: block;
      font-size: 24px;
      left: -973px;
      cursor: pointer;
      overflow: hidden;
      line-height: 43px;
      text-shadow: none;
      position: absolute;
      font-weight: normal;
      background: transparent;
      -webkit-border-radius: 100px;
      border-radius: 100px;
      background: #00aeef;
  }

}


@media(max-width:768px){
  .language_option{
    margin-left: 90px !important;
    font-size: 15px !important;
    top:-50px !important;
  }
}


@media(max-width:768px){
  .control-round .carousel-control.left {
    left: -51%;
}
}

@media(max-width:768px){
  .control-round .carousel-control.right {
    right: -23%;
}
}

@media(max-width:768px){
  span.product_version {
    font-size: 13px;
  }
}

@media(max-width:768px){
  .gear{
    margin-top: 25px !important;
  }
}

.awards_image{

}

@media(max-width:768px){
.awards_image{
  margin-top: 80px;
  width:257px !important;
  height: 183px;
  margin-left: 35px;
}
}

.top_bar p{
  color: white;
  background-color:blue;
  z-index: 1000;
visibility: hidden;
position:fixed;
top:0px;
}

@media(max-width:768px){
  .top_bar p {
    color: white !important;
    background-color: #00aeef;
    z-index: 1000;
    visibility: visible;
    position: fixed;
    top: 0px;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

}


@media(max-width:768px)
{
 .phone_call
 {
    width: 15px !important;
    height:15px !important;
    filter: grayscale(100%) invert(1);

  }
}

.gallery_text b{
  font-size: 12px !important;
 /* font-weight: 600;  */
}

@media(max-width:768px){
  .gallery_text b{
    font-size: 8px !important;
   /* font-weight: 600;  */
  }
}


p.place_name strong{
  font-size: 15px !important;

}

p.areca_v3{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 14px;
font-weight: 600;
margin-left: 10px !important;
    /* top: 10px !important; */
    margin-top: 12px !important
}

@media(max-width:768px){
  p.areca_v3{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 12px !important;
  font-weight: 600;
  margin-left: 10px !important;
      /* top: 10px !important; */
      margin-top: 12px !important
  }
}

p.areca_v6{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
font-size: 14px;
font-weight: 600;
margin-left: -10px !important;
    /* top: 10px !important; */

}

@media(max-width:768px){
  p.areca_v6{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 12px !important;
  font-weight: 600;
  margin-left: -10px !important;
      /* top: 10px !important; */

  }
}



button.order_button1 {
    margin-left: 150px;
    background-color: white;
    border: 0px;
    font-size: 20px;
    margin-top: 10px;
}


@media(max-width:768px){
  .more_page1{
    font-size: 14px!important;
    margin-left: -20px;
  }
}


@media(max-width:768px){
  .lang_page1{
    font-size: 14px!important;
    margin-left: -15px;
  }
}



.slideshow-container {
  width: 1000px;
  position: relative;
  margin: auto;
  height: 497px;
}

.slideshow-nav {
  text-align:center;
  padding: 30px 0;
}

.mySlides {
  width: auto;

}

/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: lightgray;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Next & previous buttons */
/* .prev, .next {
  cursor: pointer;
  position: absolute;
  top: 20px;
  width: auto;
  padding: 6px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
} */

/* Position the "next button" to the right */
/* .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
  background-color: black;
  color: white;
} */

.about_us_image1:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
/* .media_row{
  margin-left: 200px;
} */
p.machine_name1{
  text-align: center;
  color: #00aeef;
  font-size: 18px;
  margin-top: 50px;
  font-weight: 600;
}

@media(max-width:768px){
  p.machine_name1{
    text-align: center;
    color: #00aeef;
    font-size: 5px;
    margin-top: 19px;
    font-weight: 600;
  }
}



p.machine_name2{
  text-align: center;
  color: #00aeef;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
}

@media(max-width:768px){
  p.machine_name2{
    text-align: center;
    color: #00aeef;
    font-size: 5px;
    margin-top: 10px;
    font-weight: 600;
  }
}

p.machine_name4{
  text-align: center;
  color: #00aeef;
  font-size: 18px;
  margin-top: 140px;
  font-weight: 600;
}

@media(max-width:768px){
  p.machine_name4{
    text-align: center;
    color: #00aeef;
    font-size: 5px;
    margin-top: 42px;
    font-weight: 600;
  }

}
p.machine_name5{
  text-align: center;
  color: #00aeef;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 600;
}

@media(max-width:768px){
  p.machine_name5{
    text-align: center;
    color: #00aeef;
    font-size: 5px;
    margin-top: 10px;
    font-weight: 600;
  }
}


/*----------------------------------------
 10.Portfolio Area Css
----------------------------------------*/

.pst-content {
  padding-left: 10px;
}

.project-menu {
  margin-bottom: 40px;
  text-align: center;

}

.project-menu li {
  display: inline-block;
}

.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;

}


@media(max-width:768px){
  .project-menu li a {
      background: #fff none repeat scroll 0 0;
      border: 1px solid #444;
      border-radius: 20px;
      color: #444;
      cursor: pointer;
      display: inline-block;
      font-size: 11px;
      font-weight: 500;
      margin: 6px 4px;
      padding: 6px 15px;
      text-transform: capitalize;
      transition: all 0.3s ease 0s;
  }

}

.project-menu li a.active, .project-menu li a:hover {
  border-color: #3EC1D5;
  background: #3EC1D5;
  color: #fff;
  text-decoration: none;
}

.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}

.single-awesome-project {
  overflow: hidden;
  margin-bottom: 00px;
}

.first-item {
  margin-bottom: 30px;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.awesome-img>a {
  display: block;
  position: relative;
}

/* .single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}
 */
/* .single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
} */

/* .awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
} */

.add-actions {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}

.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}

.project-dec h4 {
  margin-bottom: 5px;
}

.project-dec h4:hover {
  color: #fff;
}

.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -45px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}

.project-dec span {
  color: #ddd;
  font-size: 13px;
}

.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}

.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}

.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}


.portfilio_category{
  margin-top: 200px;

}
.gallery_font b{
  font-size: 18px;
}

.slideshow-container {

}
@media(max-width:768px){
  .slideshow-container {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
  }
}

p.award{
  font-family: nudi_content !important;
      font-weight: normal !important;
  text-align: justify;
  font-size: 18px;
  color: #353030;
}
p.award_en{
  font-family: arial !important;
      font-weight: normal !important;
  text-align: justify;
  font-size: 18px;
  color: #353030;
}
img.image_award{
  height:500px;
  width:550px;
  margin-left: -30px;
}

@media(max-width:768px){
  img.image_award{
    height:250px;
    width:300px;
    margin: 10px;
  }

}

img.image_award1{
  height:300px;
  width:350px;
  margin-left: -30px;
}


h3.award_heading  {
    margin-left: -10px;
    font-family: nudi_content !important;
    font-size: 2em !important;
    color: #00aeef;
    margin-top: 40px;
}

@media(max-width:768px){
  h3.award_heading  {
      margin-left: 10px;
      font-family: nudi_content !important;
      font-size: 1.3em !important;
      color: #00aeef;
      margin-top: 40px;
  }
}

h3.award_heading_en{
  margin-left: -10px;
    /* font-family: nudi_content !important; */
    font-size: 1.6em !important;
    color: #00aeef;
    /* margin-top: 40px; */
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

@media(max-width:768px){
  h3.award_heading_en{
    margin-left: 20px;
      /* font-family: nudi_content !important; */
      font-size: 1.3em !important;
      color: #00aeef;
      /* margin-top: 40px; */
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  }
}

.award_content{
  text-align: center;
  font-family: nudi_content;
color: #00aeef;
font-size: 20px;
margin-top: 10px;
font-weight: 600;
}
.award_content_en{
  text-align: center;
  font-family: arial;
color: #00aeef;
font-size: 20px;
margin-top: 10px;
font-weight: 600;
}


@media(max-width:768px){
  .award_content{
    text-align: center;
    font-family: nudi_content;
  color: #00aeef;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 600;
  }
}
@media(max-width:768px){
  .award_content_en{
    text-align: center;
    font-family: sans-serif;
  color: #00aeef;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 600;
  }
}

.English-text{
   font-family:sans-serif;
   font-size: 30px;
}

.new_development_spacing
{
  padding-left: 20px;
}


/**BRANCHES PAGE**/
.sidebar:hover{
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.branches_tagline {
  margin-top: 10px;
  font-family: nudi_content !important;
  font-size: 20px !important;
  color:#00aeef !important;
  padding-right: 600px;
}

.branches_tagline_en {
  margin-top: 10px;
  font-size: 20px !important;
  padding-right: 600px;
  color: black;
}

.branches_pageHeading {
  margin-top: 30px;
  font-family: nudi_content !important;
  font-size: 2em !important;
  color:#00aeef !important;
}

.branches_pageHeading_en {
  font-size: 2em !important;
  color:#00aeef;
  padding-top: 30px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.branch_title {
  font-family: nudi_content !important;
  font-size: 2em !important;
  color:#00aeef !important;
}

.branch_no {
  font-size: 20px;
  color: black;
}

.branch_no_en {
  font-size: 18px;
  color: black;
}

/**TESTIMONIALS PAGE*/
.user_photo {
  width: 300px;
  height: 250px;
  padding-left: 20px;
  border-radius: 5px;
}

.user_info{
  padding-left: 20px;
}

.user_info_en{
  padding-left: 20px;
}

.user_content {
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
}

.test_page_heading {
  color:#00aeef !important;
  font-family: nudi_content !important;
  font-size: 2em !important;
  padding-top: 25px;
  display: flex;
  justify-content: center;
}

/* NEW PRODUCT SECTION */
.new-product-title {
  display: flex;
  justify-content: center;
}

.new-product-card {
  display: flex;
  justify-content: center;
}

/* TESTIMONIAL SECTION */
.testimonial-title {
  display: flex;
  justify-content: center;
}

.main_page_user_photo {
  height: 200px;
}
