@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Russo+One');
body
{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    overflow-x: hidden;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/presence/loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

 /* ==============================header ======================================  */
 .header_bg
 {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
}
.header_bg .headerares .logo img{
    width: 65%;
}
.nopadding 
{
    padding: 0 !important;
}
.nopadding_left
{
    padding-left: 0 !important;
}
.nopadding_right
{
    padding-right: 0 !important;
}
.headerares .header
{
    margin: 0;
    padding: 16px 0;
}
.headerares ul li{
    display: inline-block;
}
.headerares .header li a
{
    color: #00A69B;
    font-size: 18px;
    padding: 0px 61px 0 0;
    font-weight: 500;
    text-decoration: none;
}
.headerares .header li .headcolor 
{
    color: #fff;
}
.headerares ul li:last-child a
{
    padding-right: 0;
}
.headerares .header_contact ul li
{
    padding: 25px 6px;
    color: #0c37ca;
}

.headerares .header_contact ul li a 
{
    color: #0c37ca;
    border-right: solid 1px ;
    padding: 0 10px;
    text-decoration: none;
}

.headerares ul li a:hover
{
    color: #0c37ca;
}
.headerares ul li a.active{
    position: relative;
    color: #008CC8 !important;
}
 .header_contact
{
    float: right;
}
.main-menu > li > a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 26%;
    width: 0;
    z-index: 999;
    border-bottom: solid 10px #271587;
} 
.headerares .header li .headcolor:hover
{
    color: #008CC8;
}  
.fixed-header
{
    background: #fff;
    z-index: 99999;
}
.fixed-header .header li a {
    color: #00A69B !important;
}
.fixed-header .header li a:hover
 {
    color: #008CC8 !important;
}
.header-middle-area .main-menu {
    position: relative;
    top: 12px;
    z-index: 99;
    background: #011945;
    padding: 20px 0;
}
.headerares .submenus li {
    display: block;
}
.header-middle-area .menu_position
{
    margin-bottom: -29px;
}

.hover:hover .submenus {
    display: block;
}
.submenus {
    position: absolute;
    top: 42px;
    left: 10px;
    width: auto;
    text-align: left;
    background: #1E3255;
    display: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
    z-index: 999;
    margin: 0 !important;
    padding: 0 0 15px 0;
    
}
.submenus li a
{
    padding: 5px 10px !important;
    margin: 0 !important;
    display: block;
    width: 200px;
    color: #FFF1FA !important;
    font-size: 14px !important;
}
.submenus li a:hover
{
    color: #271587;
}
/*======== Ajax css==================*/
.loading {
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    z-index: 999999999;
    display: none;
}
.loading img {
    width: 30px;
    margin: 0 0 10px 0;
    position: relative;
    z-index: 999999999999;
    top: 40%;
}
.loading span {
    color: #fff;
    position: relative;
    z-index: 9;
    top: 40%;
}
p.error {
    color: #ff0000 !important;
    text-align: left !important;
    font-size: 14px !important;
    display: none;
    margin: 0 !important;
    padding: 0 !important;
}
p.error1 {
    color: #008800;
    font-size: 14px;
    font-weight: 500;
    display: none;
}
/* =============================================== BAnner FOrm ==================================================== */


  
*, *:after, *:before {
    box-sizing: border-box;
  }
  
  .feedback .row {
    overflow: hidden;
    max-width: 1280px;
    min-width: 768px;
    margin: 0 auto;
  }
  .feedback .row.full-width {
    max-width: 100%;
  }
  .feedback .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .feedback .row .row {
    max-width: 100%;
    min-width: 100%;
  }
  
  .feedback .column, .columns {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
  }
  .column .column:first-of-type, .column .columns:first-of-type, .columns .column:first-of-type, .columns .columns:first-of-type {
    padding-left: 0;
  }
  .column .column:last-of-type, .column .columns:last-of-type, .columns .column:last-of-type, .columns .columns:last-of-type {
    padding-right: 0;
  }
  .column.no-padding, .columns.no-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .column.one, .columns.one {
    width: 8.3333333333%;
  }
  .column.two, .columns.two {
    width: 16.6666666667%;
  }
  .column.three, .columns.three {
    width: 25%;
  }
  .column.four, .columns.four {
    width: 33.3333333333%;
  }
  .column.five, .columns.five {
    width: 41.6666666667%;
  }
  .column.six, .columns.six {
    width: 50%;
  }
  .column.seven, .columns.seven {
    width: 58.3333333333%;
  }
  .column.eight, .columns.eight {
    width: 66.6666666667%;
  }
  .column.nine, .columns.nine {
    width: 75%;
  }
  .column.ten, .columns.ten {
    width: 83.3333333333%;
  }
  .column.eleven, .columns.eleven {
    width: 91.6666666667%;
  }
  .column.twelve, .columns.twelve {
    width: 100%;
  }
  
  .offset.by-one {
    margin-left: 8.3333333333%;
  }
  .offset.by-two {
    margin-left: 16.6666666667%;
  }
  .offset.by-three {
    margin-left: 25%;
  }
  .offset.by-four {
    margin-left: 33.3333333333%;
  }
  .offset.by-five {
    margin-left: 41.6666666667%;
  }
  .offset.by-six {
    margin-left: 50%;
  }
  .offset.by-seven {
    margin-left: 58.3333333333%;
  }
  .offset.by-eight {
    margin-left: 66.6666666667%;
  }
  .offset.by-nine {
    margin-left: 75%;
  }
  .offset.by-ten {
    margin-left: 83.3333333333%;
  }
  .offset.by-eleven {
    margin-left: 91.6666666667%;
  }
  
  @media handheld, only screen and (max-width: 767px) {
    .feedback .row {
      width: 100%;
      min-width: 0;
    }
  
    .offset.by-one, .offset.by-two, .offset.by-three, .offset.by-four, .offset.by-five, .offset.by-six, .offset.by-seven, .offset.by-eight, .offset.by-nine, .offset.by-ten, .offset.by-eleven {
      margin-left: 0;
    }
  
    .column.one, .column.two, .column.three, .column.four, .column.five, .column.six, .column.seven, .column.eight, .column.nine, .column.ten, .column.eleven, .column.twelve, .columns.one, .columns.two, .columns.three, .columns.four, .columns.five, .columns.six, .columns.seven, .columns.eight, .columns.nine, .columns.ten, .columns.eleven, .columns.twelve {
      width: auto;
      float: none;
      padding-left: 24px;
      padding-right: 24px;
    }
    .column .column, .column .columns, .columns .column, .columns .columns {
      padding-left: 0;
      padding-right: 0;
    }
  }

  
  .feedback .button,   .feedback button,   .feedback input[type="submit"],   .feedback input[type="reset"],   .feedback input[type="button"] {
    display: inline-block;
    height: 38px;
    padding: 0 30px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #00A69B;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  .feedback .button:hover,   .feedback button:hover,   .feedback input[type="submit"]:hover,   .feedback input[type="reset"]:hover,   .feedback input[type="button"]:hover,   .feedback .button:focus,   .feedback button:focus,   .feedback input[type="submit"]:focus,   .feedback input[type="reset"]:focus,   .feedback input[type="button"]:focus {
    color: #fff;
    border-color: #888;
    outline: 0;
  }
  
  .feedback .button.button-primary,   .feedback button.button-primary,   .feedback input[type="submit"].button-primary,   .feedback input[type="reset"].button-primary,   .feedback input[type="button"].button-primary {
    color: #FFF;
    background-color: #33C3F0;
    border-color: #33C3F0;
  }
  
  .feedback .button.button-primary:hover,   .feedback button.button-primary:hover,   .feedback input[type="submit"].button-primary:hover,   .feedback input[type="reset"].button-primary:hover,   .feedback input[type="button"].button-primary:hover,   .feedback .button.button-primary:focus,   .feedback button.button-primary:focus,   .feedback input[type="submit"].button-primary:focus,   .feedback input[type="reset"].button-primary:focus,   .feedback input[type="button"].button-primary:focus {
    color: #FFF;
    background-color: #1EAEDB;
    border-color: #1EAEDB;
  }
  
  .feedback input[type="email"],   .feedback input[type="number"],   .feedback input[type="search"],   .feedback input[type="text"],   .feedback input[type="tel"], input[type="url"],   .feedback input[type="password"],   .feedback textarea, select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
  }
  
  .feedback input[type="email"],   .feedback input[type="number"],   .feedback input[type="search"],   .feedback input[type="text"],   .feedback input[type="tel"],   .feedback input[type="url"],   .feedback input[type="password"],   .feedback textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  
  .feedback textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  
  .feedback input[type="email"]:focus,   .feedback input[type="number"]:focus,   .feedback input[type="search"]:focus,   .feedback input[type="text"]:focus,   .feedback input[type="tel"]:focus,   .feedback input[type="url"]:focus,   .feedback input[type="password"]:focus,   .feedback textarea:focus,   .feedback select:focus {
    border: 1px solid #33C3F0;
    outline: 0;
  }
  
  .feedback label,   .feedback legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
  }
  
  .feedback fieldset {
    padding: 0;
    border-width: 0;
  }
  
  .feedback input[type="checkbox"], input[type="radio"] {
    display: inline;
  }
  
  .feedback label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
  }
  
  .feedback ul {
    list-style: circle inside;
  }
  
  .feedback ol {
    list-style: decimal inside;
  }
  
  .feedback ol,   .feedback ul {
    padding-left: 0;
    margin-top: 0;
  }
  
  .feedback ul ul,  .feedback ul ol,   .feedback ol ol,   .feedback ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%;
  }
  

  .feedback code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
  }
  
  .feedback pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
  }
  
  th, td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
  }
  
  th:first-child, td:first-child {
    padding-left: 0;
  }
  
  th:last-child, td:last-child {
    padding-right: 0;
  }
  
  .feedback button,   .feedback .button {
    margin-bottom: 1rem;
  }
  
  .feedback input,   .feedback textarea,   .feedback select,   .feedback fieldset {
    margin-bottom: 1.5rem;
  }
  
  pre, blockquote, dl, figure, table,   .feedback p,   .feedback ul,   .feedback ol,   .feedback form {
    margin-bottom: 24px;
  }
  
  .u-full-width {
    width: 100%;
    box-sizing: border-box;
  }
  
  .u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
  }
  
  .u-pull-right {
    float: right;
  }
  
  .u-pull-left {
    float: left;
  }
  
  .feedbackhr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
  }
  
  .feedback .container:after,
  .feedback .row:after,
  .feedback .u-cf {
    content: "";
    display: table;
    clear: both;
  }
  
  .feedback .contact-tab {
    position: absolute;
    display: block;
    top: 10%;
    left: -50px;
    right: auto;
    bottom: auto;
    -webkit-transform: translate3d(0, 0, 0) rotate(-90deg);
    transform: translate3d(0, 0, 0) rotate(-90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    padding: 12px 24px;
    background-color: #008CC8;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    width: 173px;
    font-weight: 600;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.35, 0, 0.65, 1) 0s;
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 32px 32px 0px 0px;
  }
  .contact-tab:after {
    content: '\f057';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: auto;
    right: 30px;
    bottom: auto;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.35, 0, 0.65, 1) 0s;
  }
  .contact-tab:hover {
    color: #fff;
    transition: all 0.3s cubic-bezier(0.35, 0, 0.65, 1) 0s;
  }
  .contact-tab.slide-out {
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -100%, 0) rotate(0deg);
    transform: translate3d(0, -100%, 0) rotate(0deg);
    transition: all 0.3s cubic-bezier(0.35, 0, 0.65, 1) 0s;
  }
  .contact-tab.slide-out:after {
    transition: all 0.3s cubic-bezier(0.35, 0, 0.65, 1) 0s;
    opacity: 1;
  }
  
  .contact-container {
    position: fixed;
    display: block;
    line-height: 27px;
    top: 60%;
    left: auto;
    right: -300px;
    bottom: auto;
    z-index: 9999;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    transition: all 0.3s cubic-bezier(0.35, 0, 0.65, 1) 0s;
  }
  .contact-container .contact-details {
    position: relative;
    display: block;
    background-color: #008CC8;
    color: #1E1B1A;
    padding: 24px;
    width: 300px;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.35, 0, 0.65, 1) 0s;
  }
  .contact-container .contact-details .titles {
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .contact-container .contact-details .links {
    display: block;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .contact-container a:hover {
    color: #A18463;
  }
  .contact-container i {
    padding-right: 6px;
  }
  .contact-container.slide-out {
    right: 0;
  }
  .contact-container.slide-out .contact-details {
    opacity: 1;
  }
  
  .spacer {
    height: 2000px;
  }
/* ============================ Innerbanner ========================================= */

.innerbanner .innerbanner_img
{
    width: 100%;
}
.breadcums_area {
    float: right;
    margin-top: -467px;
    z-index: 9;
    position: relative;
}
.breadcum_img img
{
    position: absolute;
    right: -11px;
    bottom: 79px;
    width: 33%;
}

.breadcums_area h2
{
    font-size: 60px;
    color: #fff;
    font-weight: 400;
}

/* =================================== About US HOME =============================================== */

.about_home
{
    padding: 60px 0 110px;
}
.about_home .abouthome_img img 
{
    width: 100%;
}
.about_home a
{
    background: #008CC8;
    text-decoration: none;
    margin: 0px;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
}
.about_home a:hover
{
    text-decoration: none;
    background: #00A69B;
    color: #fff;
}
.about_home .abouthome_info
{
    padding: 32px 0 32px 40px;
}
.about_home .abouthome_info h3
{
    font-size: 28px;
    margin: 0 0 22px;
    color: #271587;
    font-weight: 600;
}
.about_home .aboutdot_img img
{
    position: absolute;
    right: -93px;
    top: -200px;
}

/* ============================================== sERVICES ================================= */

.servicehome .servicehome_bg
{
    background-image: url('../images/homepage/services.jpg');
    padding: 60px 0 50px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 435px;
}
.servicehome .servicehome_info
{
    padding: 20px 20px 20px 345px;
}
.servicehome .servicehome_info h3 {
    font-size: 28px;
    margin: 0 0 22px;
    color: #D6D6D7;
    font-weight: 600;
}
.servicehome .servicehome_info p {
    color: #D6D6D7;
}
.servicehome .salesbg
{
    background-color: #00A69B;
    padding: 60px 0;
    min-height: 435px;
}
.servicehome .sales_info
{
    padding: 15px 350px 20px 150px;
}
.servicehome .sales_info h4
{
    color: #fff;
    font-size: 26px;
}
.servicehome .sales_info p
{
    color: #fff;
}
.service_fix
{
    position: absolute;
    z-index: 99;
    background: #fff;
    border-radius: 50%;
    padding: 39px;
    text-align: center;
    color: #008CC8;
    left: -19px;
    top: 27px;
}
.service_fix h1
{
    font-size: 45px;
    font-weight: 600;
    width: 116px;
    height: 116px;
    margin: 0;
    padding: 25px 0 0 0;
    line-height: 0.77;
}
.service_fix h1 span
{
    font-size: 23px;
    font-weight: 600;
    margin: 0;
}
.sales_img img
{
    border-radius: 50%;
    width: 85px;
    height: 85px;
    padding: 12px;
    background: #09999A;
}
.service_zigzag img
{
    position: absolute;
    right: 291px;
    top: 23px;
}
.qbox .bullines span.lgdot {
    width: 25px;
    height: 25px;
    background: #fff;
    border: solid 6px #B7B7B7;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    z-index: 99;
}
.qbox .bullines span.lgdot::after {
    content: "";
    width: 52px;
    height: 2px;
    left: 16px;
    position: absolute;
    top: 6px;
    background: #B7B7B7;
    z-index: 0;
}
.qbox .bullines span.lgdot::before {
    content: "";
    width: 48px;
    height: 2px;
    right: 17px;
    position: absolute;
    top: 6px;
    background: #B7B7B7;
    z-index: 0;
}
.qbox:hover .bullines span.lgdot {
    background: #008CC8;
    transition: all 0.3s ease-in-out;
}
.qbox h4 {
    font-size: 14px;
    text-align: center;
    color: #B7B7B7;
}

/* ============================================ Spare parts ======================================== */
.spareparts
{
    background: #EDEDED;
    padding: 40px 0;
}

.spareparts img
{
    width: 100%;
    border: solid 1px #ccc;
}
.spareparts .slick-dots li button
{
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.spareparts .slick-dots li.slick-active button
{
    background: #011945;
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.spareparts .box-css {
    position: relative;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    -moz-box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    overflow: hidden;
}
.spareparts .img-fluid {
    max-width: 100%;
    height: auto;
}
.spareparts .opacitybox.white {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.spareparts .white {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
}
.spareparts .white {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
}
.spareparts .specific-module .opacitybox.white .boxcontent {
    display: block;
    padding: 0;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.spareparts .opacitybox {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    padding: 10px;
}
.spareparts .opacitybox > div {
    border: 1px solid #fff;
    padding: 20px;
    height: 100%;
    width: 100%;
}
.spareparts .boxcontent {
    color: #575657;
    text-align: center;
    letter-spacing: .5px;
}
.spareparts .boxcontent h4 {
    margin: 46% 10px 5% 10px;
}
.spareparts .specific-module .opacitybox.white:hover {
    opacity: 1;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}
.spareparts #ocicons img
{
    width: 100%;
}
.spareparts #ocicons h4
{
    text-align: center;
    color: #fff;
}
.spareparts .box-css {
    position: relative;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    -moz-box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    overflow: hidden;
}
.spareparts .opacitybox > div {
    border: 1px solid #fff;
    padding: 20px;
    height: 100%;
    width: 100%;
}
.spareparts .opacitybox.white .boxcontent {
    display: block;
    padding: 0;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.spareparts .opacitybox.white:hover {
    opacity: 1;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: rotateZ(0);
     transform: rotateZ(0); 
}
/* ========================================== product =========================================== */

.product_home
{
    padding: 90px 0;
}
.product_home .product_home_img img
{
    width: 100%;
}
.product_home .product_home_info h3 {
    font-size: 28px;
    margin: 0 0 22px;
    color: #271587;
    font-weight: 600;
}
.product_home .product_home_info h4
{
    font-size: 24px;
    margin: 0;
    padding: 10px 0 20px;
}
.product_home .slick-prev:before {
    content: '\f104';
    font-family: fontAwesome;
    color: #fff;
    font-weight: 200;
    font-size: 48px;
}
.product_home .slick-prev {
    top: 103%;
    left: 46%;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #008CC8;
}
.product_home .slick-next {
    top: 103%;
    right: 46%;
    width: 50px;
    height: 50px;
    background: #E9E9E9;
}
.product_home .slick-next:before {
    content: '\f105';
    font-family: fontAwesome;
    color: #008CC8;
    font-weight: 200;
    font-size: 48px;
}
.product_home  .slick-prev:hover , .slick-prev:focus:hover
{
    background: #008CC8;
}
.product_home  .slick-next:hover, .product_home  .slick-next:focus
{
    background: #E9E9E9;
}
.product_home .product_home_link
{
    text-align: center;
    margin-top: 30px;
}
.product_home .product_home_link a
{
    background: #008CC8;
    padding: 10px 40px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.product_home .product_home_link a:hover
{
    background-color: #00A69B;
    text-decoration: none;
}
.product_home .slick-prev:hover, .product_home .slick-prev:focus{
    /* color: transparent; */
    outline: none;
    background: #008CC8;
}
.product_home .product_home_images img
{
    width: 100%;
    border: solid 1px #008CC8;
}
.product_home .product_home_images h5
{
    padding: 10px;
    font-size: 16px;
    text-align: center;
    background: #008CC8;
    margin: 0;
    color: #fff;
    border: solid 1px #008CC8; 
    border-top: none;
}
.product_home .product_home_images:hover h5
{
    background: #00A69B;
}
.product_home .product_round img
{
    position: absolute;
    top: -55px;
    right: -276px;
    width: 33%;
    z-index: -1;
}
.product_home a:hover
{
    text-decoration: none;
}

/* 
======================================= Product ==================================== */

.product 
{
    background: #F9F9F9;
}
.product .product_info
{
    background-color: #008CC8;
    padding: 100px 100px 100px 351px;
    text-align: justify;
    margin-top: -350px;
}
.product .product_info p
{
    color: #fff;
}
.product .product_images
{
    padding: 80px 0;
}
.product .product_images a , .product .product_images a:hover
{
    text-decoration: none;
}
.product .product_images img
{
    width: 100%
}
.product h4
{
    font-size: 18px;
    margin: 0;
    text-align: center;
    width: 85%;
    padding: 19px 0;
    margin-top: -28px;
    background: #008CC8;
    z-index: 99;
    position: relative;
    color: #fff;
}
.product a:hover h4
{
background-color: #0382B9;
}

.product .product_img_h {
    position: relative;
  }
  
  .product.productimg_hover {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
  }
  
  .product .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  .product .middle h1{
      margin: 0;
  }
  
  .product .product_img_h:hover .productimg_hover {
    opacity: 0.9;
  }
  
  .product .product_img_h:hover .middle {
    opacity: 1;
  }
  
  .product .text {
    background-color: rgba(0, 0, 0, .8);
    color: white;
    font-size: 16px;
    padding: 5px 15px;
  }

/* ====================================== BRAND ================================================ */

.brand_home
{
    padding: 90px 0 110px;
    background-color: #E9E9E9;
}
.brand_home img
{
    width: 100%;
}
.brand_home .slick-prev:before {
    content: '\f104';
    font-family: fontAwesome;
    color: #008CC8;
    font-weight: 200;
    font-size: 48px;
}
.brand_home .slick-next:before {
    content: '\f105';
    font-family: fontAwesome;
    color: #008CC8;
    font-weight: 200;
    font-size: 48px;
}
.brand_home h3 {
    font-size: 28px;
    margin: 0 0 35px;
    color: #271587;
    font-weight: 600;
    text-align: center;
}
.brand_home .slick-next {
    right: -32px;
    top: 38%;
}
.brand_home .slick-prev {
    left: -38px;
    top: 35%;
}

/* =============================================== testimonial =============================== */

.testimonial
{
    padding: 60px 0;
    background-color: #008CC8;
}
.testimonial h3 {
    font-size: 28px;
    margin: 0 0 35px;
    color: #FFF;
    font-weight: 600;
    text-align: center;
}
.testimonial h4 {

    margin: 15px 0;
    color: #CCE8E8;
    text-transform: uppercase;
}
.testimonial .testimonial_info p
{
    color: #CCE8E8;
}
.testimonial .testimonial_info
{
    text-align: center;
    color: #CCE8E8;
}
.testimonial .testimonial_info img
{
    width: 100%;
    border-radius: 50%;
    padding: 27px 138px;
}
.testimonial .slick-prev:before {
    content: '\f104';
    font-family: fontAwesome;
    color: #fff;
    font-weight: 200;
    font-size: 48px;
}
.testimonial .slick-next:before {
    content: '\f105';
    font-family: fontAwesome;
    color: #fff;
    font-weight: 200;
    font-size: 48px;
}

.testimonial .slick-next {
    right: -32px;
    top: 38%;
}
.testimonial .slick-prev {
    left: -38px;
    top: 35%;
}
.testimonial .testimonial_dotted img
{
    position: absolute;
    top: -72%;
    left: -201px;
}
.testimonial .testimonial_comma img
{
    position: absolute;
    right: 0px;
    top: 32px;
}
/* ============================================= About us ========================================== */


.about_us .ourstorybg
{
    background: #008CC8;
    padding: 100px 100px 260px 361px;
    text-align: justify;
    margin-top: -350px;
}
.about_us .ourstorybg p
{
    color: #fff;
    font-weight: 300;
}
.about_us .ourstory_img_one img
{
    width: 100%;
    z-index: -1;
    position: relative;
}
.ourstory_img_two img
{
    margin-top: -191px;
    width: 135%;
    border: solid 2px #fff;
}
.ourstory
{
    padding: 0px 0 80px;
}
.vmv
{
    padding: 80px 0;
    background: #F9F9F9;
}
.vmv .vmv_info
{
    border-left: solid 8px #00A699 ;
    padding: 60px;
    min-height: 270px;
    background: #fff;
}
.vmv .vmv_info h3
{
    font-size: 34px;
    font-weight: 600;
    color: #00A699;
}
.vmv .vmv_info:hover p
{
    color: #fff;
    font-weight: 300;
}
.vmv .vmv_info:hover h3
{
    color: #fff;
}
.vmv .vmv_info:hover
{
    background: #00A699;
    color: #fff;
}
.vmv .vmv_info .icon_vmv {
    font-size: 60px;
    position: absolute;
    right: 52px;
    top: 20px;
    padding: 17px;
    background: #00A699;
    border-radius: 50%;
    color: #fff;
}
.vmv_value_box
{
    border-right: solid 1px #ccc;
}
.vmv_value_box p
{
    padding: 0 10px 0 0;
}
.director_profile
{
    padding: 80px 0;
}
.director_profile h1
{
    margin: 0;
    padding: 0 0 30px;
    font-size: 55px;
    color: #008CC8;
    font-weight: 400;
}
.director_profile p
{
    text-align: justify;
}
.dir_prof_img img
{
    width: 92%;
}
.dir_prof_img:before
{
    content: "";
    position: absolute;
    bottom: -23px;
    right: 23px;
    width: 51%;
    height: 50%;
    border-right: 25px solid #008CC8;
    border-bottom: 25px solid #008CC8;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
 
/* ================================================== WHy us -=========================================== */

.why_us .whyus_info_img img
{
    width: 100%;
}
.why_us .whyus_info_img 
{
    margin-top: -350px;
}
.why_us .why_points {
    margin-left: -80px;
    background: #F9F9F9;
}

.why_us .why_points p:hover
{
    border-right: solid 5px #008CC8;
    background-color: #EDEDED;
    color: #008CC8;
}
.why_us .why_points p
{
    padding: 30px 20px 30px 100px;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.why_us .whyus_info_p
{
    padding-left: 23px;
    border-right: solid 5px transparent;
}
.why_us .why_bg {
    height: 400px;
    background-color: #008CC8;
    margin-top: -300px;
}

/* =========================================== Gallery ============================================== */

.gallery_info
{
    margin-top: -300px;
}
.gallery_info1 p
{
    color: #fff;
}
.gallery_bg_color
{
    background: -webkit-linear-gradient(right, transparent 35%, #008CC8 2%);
    margin-top: -300;
    z-index: 9999;
    position: relative;
    padding: 70px 0;
}
.gallery .gallery_images
{
    padding: 70px 0 80px;
}
.gallery .gallery_images img
{
    width: 100%;
}
.gallery .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.gallery .text-center {
    text-align: center!important;
}
.gallery .box-css {
    position: relative;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    -moz-box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    overflow: hidden;
}
.gallery .img-fluid {
    max-width: 100%;
    height: auto;
}
.gallery .opacitybox.white {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: rotateZ(15deg);
    transform: rotateZ(15deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.gallery .white {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    text-align: center;
}
.gallery .white {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
}
.gallery .specific-module .opacitybox.white .boxcontent {
    display: block;
    padding: 0;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.gallery .opacitybox {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    padding: 10px;
}
.gallery .opacitybox > div {
    border: 1px solid #fff;
    padding: 20px;
    height: 100%;
    width: 100%;
}
.gallery .boxcontent {
    color: #575657;
    text-align: center;
    letter-spacing: .5px;
}
.gallery .boxcontent h4 {
    margin: 46% 10px 5% 10px;
}
.gallery .specific-module .opacitybox.white:hover {
    opacity: 1;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}
.gallery #ocicons img
{
    width: 100%;
}
.gallery #ocicons h4
{
    text-align: center;
    color: #fff;
}
.gallery .box-css {
    position: relative;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    -moz-box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    box-shadow: 0px 0px 3px 2px rgba(215, 215, 215, 1);
    overflow: hidden;
}
.gallery .opacitybox > div {
    border: 1px solid #fff;
    padding: 20px;
    height: 100%;
    width: 100%;
}
.gallery .opacitybox.white .boxcontent {
    display: block;
    padding: 0;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.gallery .opacitybox.white:hover {
    opacity: 1;
    background: rgba(0, 0, 0, .7);
    -webkit-transform: rotateZ(0);
     transform: rotateZ(0); 
}

/* ============================================= Contact us ========================================= */
.contact_us
{
    padding: 0px 0 80px;
    margin-top: -350px;
}
.contactus_top img
{
    width: 100%;
}
.contact_info
{
    padding: 60px 0 0;
}
.contact_info img::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    border-right: 15px solid #008CC8;
    border-bottom: 15px solid #008CC8;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.contact_us .form-control1 , .career .form-control1
{
    background-color: #F6F6F6;
    border-radius: 0;
    height: 50px;
    border: none;
    box-shadow: none;
}
.contact_us .form-control, .carer .form-control
{
    background-color: #F6F6F6;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding-left: 30px;
    font-size: 18px;
}
.contact_us .btnRead, .career .btnRead
{
    background: #008CC8;
    padding: 10px 35px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border: none;
    width: 100%;
    text-align: center;
}
.contact_us .btnRead:hover, .career .btnRead:hover
{
    background-color: #00A699;
}
.contact_us h3 {
    font-size: 22px;
    margin: 0;
    padding: 0 0 15px;
}
.contact_us .resume
{
    background-color: #F6F6F6;
    width: 100%;
}
.career 
{
    margin-top: -350px;
    padding: 0 0 70px;
    background: #EDEDED;
}
.career img
{
    width: 100%;
}
.career .bg_career
{
    padding:  80px;
    background: #fff;
    margin-top: -175px;
}
.book h2 {
    background: #00A69B !important;
}
/* =======================================FOOTER +================================================= */
.footer
{
    background: #00A69B;
    color: #CCE8E8;
    padding: 45px 0;
}
.footer .footer_info
{
    padding: 0 30px 0 0;
}
.footer p
{
    color: #CCE8E8;
}
.footer .footer_addr a, .footer .footer_addr a:hover
{
    color: #CCE8E8;
    text-decoration: none;
}
.footer .footer_addr i:hover
{
    color: #008CC8;
}
.footer ul
{
    margin: 0;
    padding: 0;
    line-height: 1.8;
}
.footer ul li
{
    display: block;
}
.footer ul li a{
    color: #fff;
    padding: 0 10px 0 8px;
    text-decoration: none;
}
.footer ul li  .active
{
    color: #0c37ca;
}
.footer .footer_social a:hover
{
    color: #0c37ca;
}
.footer ul li a:hover{
    color: #0c37ca;
    text-decoration: none;
}
.footer .footer_menu
{
    padding-top: 16px;
}
.footer .footer_social a
{
    color: #fff;
    font-size: 20px;
    padding: 6px 3px;
    margin-right: 8px;
}
.footer .form-control
{
    border-radius: 0;

}
.footer .form-control1
{
    height: 48px;
}
.footer  .btnRead
{
    background: #008CC8;
    padding: 10px 35px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border: none;
}
.footer  .btnRead:hover
{
    background: #fff;
    color: #008CC8;
    text-decoration: none;
}
/* ==================== Mobile Menus =================== */
#chkmenu
{
    display: none;
}
.lblmenu {
    position: absolute;
    right: 63px;
    top: 15px;
    font-size: 40px;
    z-index: 99999999;
    display: none;
}
.lblmenu .fa-bars
{
    color: #fff;
}
#chkmenu:checked ~ ul.mobmenus
{
    display: block;
}
ul.mobmenus
{
    background: #ffffff;
    position: absolute;
    z-index: 99999;
    width: 100%;
    text-align: center;
    border-bottom: solid 5px #008CC8;
    display: none;
    margin-top: 62px;
}
ul.mobmenus li
{
    display: block;
}
ul.mobmenus li a
{
    display: block;
    color: #333333;
    font-size: 16px;
    padding: 5px 0;
    text-decoration: none;
}
ul.mobmenus li a:hover
{
    text-decoration: none;
}

/* --------------------------------------media queries ----------------------------------- */

@media screen and (max-width: 1920px) {
    p
    {
        font-size: 16px;
        font-weight: 400;
        color: #686868;
    }

    ul li, ol li
    {
        font-size: 17px;
        font-weight: 400;
        color: #686868;
    }
    .menuuuuu
    {
        display: none;
    }
}

@media screen and (max-width: 1440px) 
{
    p
    {
        font-size: 15px;
        line-height: 1.4;
    }
    ul li, ol li {
        font-size: 15px;
    }
    .about_home a, .product_home .product_home_link a , .footer .btnRead {
        padding: 8px 25px;
        font-size: 16px;
    }
    .about_home .abouthome_info {
        padding: 12px 0 32px 40px;
    }
    .about_home .abouthome_info h3, .servicehome .servicehome_info h3, .product_home .product_home_info h3, .brand_home h3, .testimonial h3, .brand_home h3 {
        font-size: 26px;;
    }
    .servicehome .sales_info h4, .product_home .product_home_info h4
    {
        font-size: 24px;
    }
    .servicehome .servicehome_info {
        padding: 20px 20px 20px 192px;
    }
    .servicehome .sales_info {
        padding: 15px 212px 20px 115px;
    }
    .service_fix h1 {
        font-size: 39px;
        width: 111px;
        height: 110px;
        line-height: 0.87;
    }
    .service_fix h1 span {
        font-size: 22px;
    }
    .service_fix {
        padding: 29px;
        left: -21px;
        top: 27px;
    }
    .servicehome .salesbg {
        padding: 30px 0 29px;
    }
    .product_home .slick-next {
        right: 45%;
        width: 47px;
        height: 47px;
    }
    .product_home .slick-prev {
        left: 46%;
        width: 47px;
        height: 47px;
    }
    .footer h3
    {
        font-size: 21px;
    }
    .qbox h4 {
        font-size: 11px;
        text-align: center;
        color: #B7B7B7;
    }
    .testimonial .testimonial_info img {
        padding: 27px 115px;
    }
    .sales_img i {
        font-size: 36px;
    }
    .about_us .ourstorybg {
        padding: 100px 100px 200px 201px;
        margin-top: -246px;
    }
    .breadcums_area h2 {
        font-size: 50px;
    }
    .vmv .vmv_info h3 {
        font-size: 30px;
    }
    .vmv .vmv_info .icon_vmv {
        font-size: 45px;
        right: 52px;
        top: 32px;
        padding: 17px;
    }
    .director_profile h1 {
        font-size: 45px;
    }
    .vmv .vmv_info {

        min-height: 258px;
    }
    .why_us .why_bg {
        height: 400px;
        background-color: #008CC8;
        margin-top: -323px;
    }
    .breadcums_area {
        margin-top: -311px;
    }
    .headerares .header li a {
        font-size: 17px;
        padding: 0px 42px 0 0;
    }
    .sliders .slider_img
    {
        width: 40% ;
    }
    .about_home .aboutdot_img img {
        right: -130px;
    }
    .service_zigzag img {
        right: 143px;
        top: 23px;
        width: 14%;
    }
    .product_home .product_round img {
        position: absolute;
        top: -56px;
        right: -156px;
        width: 26%;
        z-index: -1;
    }
    .testimonial .testimonial_dotted img {
        position: absolute;
        top: -54%;
        left: -119px;
        width: 10%;
    }
    .why_us .whyus_info_img
    {
        margin-top: -246px;
    }
    .why_us .why_points p {
        padding: 24px 20px 20px 100px;
        font-size: 19px;
        font-weight: 600;
        margin: 0;
    }
    .product .product_info {
        background-color: #008CC8;
        padding: 100px 100px 93px 200px;
        text-align: justify;
        margin-top: -246px;
    }
    .gallery_info {
        margin-top: -246px;
    }
    .gallery_bg_color {
        background: -webkit-linear-gradient(right, transparent 38%, #008CC8 2%);
        margin-top: -246;
    }
    .gallery_info1 p {
        padding: 0 30px 0 0;
    }
    .contact_us {
        margin-top: -246px;
    }
    .career {
        margin-top: -246px;
    }
}
@media screen and (max-width: 1435px)
{
    p{
        font-size: 14px;
    }
    .servicehome .servicehome_bg {
        min-height: 409px;
    }
    .servicehome .servicehome_bg , .servicehome .salesbg{
        min-height: 415px;
    }
    .product_home .product_home_info h4 {
        padding: 0px 0 20px;
    }
    .servicehome .servicehome_info {
        padding: 20px 20px 20px 213px;
    }
    .servicehome .sales_info {
        padding: 15px 230px 20px 115px;
    }
    .about_us .ourstorybg {
        padding: 90px 90px 180px 228px;
        margin-top: -230px;
    }
    .breadcums_area h2 {
        font-size: 45px;
    }
    .breadcum_img img {
        bottom: 62px;
    }
    .ourstory_img_two img {
        margin-top: -150px;
        width: 135%;
    }
    .director_profile h1 {
        font-size: 40px;
    }
    .dir_prof_img:before {
        bottom: -19px;
        right: 21px;
        width: 51%;
        height: 50%;
        border-right: 20px solid #008CC8;
        border-bottom: 20px solid #008CC8;
    }
    .headerares .header li a {
        font-size: 16px;
        padding: 0px 42px 0 0;
    }
    .sliders .slider_img {
        width: 35%;
    }
    .service_zigzag img {
        top: 45px;
        width: 14%;
    }
    .footer h3 {
        font-size: 20px;
    }
    .headerares .header_contact ul li a, .headerares .header_contact ul li {
        font-size: 14px;
    }
    .about_home .aboutdot_img img {
        right: -91px;
        width: 16%;
        top: -141px;
    }
    .why_us .whyus_info_img {
        margin-top: -230px;
    }
    .product .product_info {
        margin-top: -230px;
    }
    .product h4 {
        font-size: 16px;
    }
    .gallery_info {
        margin-top: -230px;
    }
    .gallery_bg_color {
        margin-top: -230;
    }
    .contact_us {
        margin-top: -230px;
    }
    .career {
        margin-top: -230px;
    }
}

@media screen and (max-width: 1370px) {
    .headerares ul li a {
        font-size: 12px;
        padding: 0px 3px;
    }
    .servicehome .servicehome_bg, .servicehome .salesbg {
        min-height: 396px;
    }
    .servicehome .servicehome_info {
        padding: 20px 20px 20px 180px;
    }
    .servicehome .sales_info {
        padding: 15px 195px 20px 115px;
    }
    .about_us .ourstorybg {
        padding: 90px 90px 180px 180px;
    }
    .servicehome .servicehome_bg {
        padding: 60px 0 31px;
    }
    .about_home a, .product_home .product_home_link a, .footer .btnRead {
        font-size: 14px;
    }
    breadcums_area h2 {
        font-size: 40px;
    }
    .director_profile h1 {
        font-size: 36px;
    }
    .why_us .why_points p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .headerares ul li a {
        font-size: 10px;
        padding: 0px 2px;
    }
    .about_home .abouthome_info h3, .servicehome .servicehome_info h3, .product_home .product_home_info h3, .brand_home h3, .testimonial h3, .brand_home h3 {
        font-size: 24px;
    }
    .about_home .abouthome_info {
        padding: 0px 0 32px 40px;
    }
    .servicehome .servicehome_info {
        padding: 20px 20px 20px 70px;
    }
    .servicehome .sales_info {
        padding: 15px 78px 20px 115px;
    }
    .service_fix h1 {
        font-size: 33px;
        width: 93px;
        height: 95px;
        line-height: 0.77;
    }
    .service_fix {
        padding: 29px;
        left: -32px;
        top: 27px;
    }
    .product_home .slick-prev {
        left: 46%;
        width: 36px;
        height: 36px;
        top: 112%;
    }
    .product_home .slick-prev:before, .product_home .slick-next:before  {
        font-size: 39px;
    }
    .product_home .slick-next {
        right: 45%;
        width: 37px;
        height: 37px;
        top: 112%;
    }
    .testimonial .testimonial_info img {
        padding: 27px 90px;
    }
    .servicehome .sales_info h4, .product_home .product_home_info h4 {
        font-size: 20px;
    }
    .vmv .vmv_info {
        min-height: 271px;
    }
    .about_us .ourstorybg {
        padding: 70px 70px 122px 83px;
        margin-top: -165px;
    }
    .ourstory_img_two img {
        margin-top: -142px;
        width: 190%;
    }
    .director_profile h1 {
        font-size: 33px;
    }
    .headerares .header li a {
        font-size: 15px;
        padding: 0px 38px 0 0;
    }
    .headerares .header_contact ul li {
        padding: 15px 6px;
        color: #008CC8;
    }
    .header_bg .headerares .logo img {
        width: 58%;
    }
    .headerares .header li a {
        font-size: 15px;
        padding: 0px 32px 0 0;
    }
    .headerares .header {
        margin: 0;
        padding: 6px 0;
    }
    .about_home .aboutdot_img img {
        right: -51px;
        width: 16%;
        top: -141px;
    }
    .about_home {
        padding: 60px 0 50px;
    }
    .product_home .product_round img {
        top: -21px;
        right: -49px;
        width: 17%;
        z-index: -1;
    }
    .testimonial .testimonial_dotted img {
        top: -47%;
        left: -38px;
        width: 9%;
    }
    .footer h3 {
        font-size: 17px;
    }
    .about_us .ourstory_img_one img {
        width: 126%;
        z-index: -1;
        position: relative;
    }
    .vmv .vmv_info h3 {
        font-size: 26px;
    }
    .breadcums_area {
        margin-top: -211px;
    }
    .breadcums_area h2 {
        font-size: 39px;
    }
    .breadcum_img img {
        bottom: 54px;
    }
    .why_us .whyus_info_img {
        margin-top: -165px;
    }
    .why_us .why_points p {
        font-size: 16px;
    }
    .product .product_info {
        padding: 70px 70px 93px 71px;
        margin-top: -165px;
    }
    .gallery_info {
        margin-top: -165px;
    }
    .gallery_bg_color {
        margin-top: -165;
    }
    .contact_us {
        margin-top: -165px;
    }
    .career
    {
        margin-top: -165px;
    }
}

@media screen and (max-width: 768px) {
    p {
        font-size: 12px;
    }
    .menuuuuu
    {
        display: block; 
        color: #fff;
        top: 6px;
        font-size: 41px;
    }
    .headerares .header
    {
        display: none;
    }
    .header_contact {
        float: none; 
    }
    .lblmenu
    {
        display: block;
    }
    .about_home .abouthome_info {
        padding: 0px 0 16px 15px;
    }
    .about_home .abouthome_info h3, .servicehome .servicehome_info h3, .product_home .product_home_info h3, .brand_home h3, .testimonial h3, .brand_home h3 {
        font-size: 20px;
        margin: 0px 0 11px;
    }
    .about_home a, .product_home .product_home_link a, .footer .btnRead {
        padding: 8px 25px;
        font-size: 12px;
    }
    .qbox .bullines span.lgdot::after {
        content: "";
        width: 64px;
    }
    .qbox .bullines span.lgdot::before {
        content: "";
        width: 75px;
    }
    .qbox h4 {
        font-size: 16px;
    }
    .service_fix {
        padding: 29px;
        left: 40%;
        top: 27px;
    }
    .product_home .product_home_img img {
        width: 100%;
        padding: 35px 0;
    }
    .product_home .product_home_link {
        text-align: center;
        margin-top: -23px;
    }
    .testimonial .testimonial_info img {
        padding: 31px;
    }
    .footer .footer_menu
    {
        text-align: center;
    }
    .footer ul li {
        display: inline;
        text-align: center;
    }
    .ourstory_img_two img {
        width: 100%;
    }
    .dir_prof_img img {
        width: 96%;
    }
    .dir_prof_img
    {
        margin-bottom: 30px;
    }
    .vmv .vmv_info {
        margin-bottom: 30px;
    }
    .product_home .product_home_images h5 {
        margin-bottom: 30px;
    }
    .brand_home {
        padding: 70px 0 80px;
    }
    .brand_home h3 {
        margin: 0px 0 35px;
    }
    .testimonial .testimonial_comma img {
        position: absolute;
        right: -17px;
        top: 4px;
        width: 12%;
    }
    .header_bg .headerares .logo img {
        width: 78%;
    }
    .product_home .product_round img {
        width: 25%;
    }
    .fixed-header {
        display: none;
    }
    .feedback .contact-tab {
        font-size: 14px;
    }
    .about_us .ourstorybg {
        padding: 40px 70px 122px 83px;
        margin-top: -76px;
    }
    .breadcums_area {
        margin-top: -166px;
        right: 29px;
    }
    .about_us .ourstory_img_one img {
        width: 100%;
    }
    .why_us .whyus_info_img img {
        width: 100%;
        margin-bottom: 30px;
    }
    .product h4 {
        font-size: 11px;
        padding: 13px 0;
    }
    .product .product_info {
        margin-top: -79px;
    }
    .gallery_info {
        margin-top: -165px;
        padding-right: 233px;
    }
    .gallery .boxcontent h4 {
        margin: 30% 10px 5% 10px;
    }

}
@media screen and (max-width: 425px) {
    .container
    {
        width:310px;
    }
    .about_home .abouthome_info {
        padding: 10px 0;
    }
    .qbox .bullines span.lgdot::before {
        content: "";
        width: 31px;
    }
    .qbox .bullines span.lgdot::after {
        content: "";
        width: 27px;
    }
    .qbox h4 {
        font-size: 10px;
    }
    .service_fix {
        padding: 18px;
        left: 31%;
        top: -18px;
    }
    .servicehome .sales_info {
        padding: 15px 70px;
    }
    .header_contact {
        float: none;
        display: none;
    }
    .header_bg .headerares .logo img {
        width: 46%;
        margin-left: 31px;
        margin-top: -6px;
    }
    .breadcums_area {
        margin-top: -66px;
        right: 29px;
    }
    .about_us .ourstorybg {
        padding: 79px 50px 123px 50px;
        margin-top: -76px;
    }
    .vmv_value_box
    {
        border: none;
    }
    .director_profile h1 {
        font-size: 25px;
    }
    .vmv .vmv_info {
        border-left: solid 8px #00A699;
        padding: 60px 60px 60px 30px;
        min-height: 230px;
    }
    .vmv .vmv_info .icon_vmv {
        font-size: 30px;
    }
    .why_us .whyus_info_img {
        margin-top: -76px;
    }
    .breadcums_area h2 {
        font-size: 30px;
    }
    .gallery 
    {
        background: #008CC8;
    padding: 120px 0;
    }
    .gallery_info {
        margin-top: -61px;
        padding-right: 0px;
    }
    .product .product_info {
        padding: 98px 70px 93px 71px;
    }
}
@media screen and (max-width: 375px) {
    .container
    {
        width:300px;
    }
    .header_bg .headerares .logo img {
        width: 46%;
        margin-left: -7px;
        margin-top: -6px;
    }
    .breadcums_area {
        margin-top: -31px;
        right: 29px;
    }
}

@media screen and (max-width: 320px) {
    .container
    {
        width:260px;
    }
    .header_bg .headerares .logo img {
        width: 44%;
        margin-left: -7px;
        margin-top: -6px;
    }
    .lblmenu {
        position: absolute;
        right: 63px;
        top: 5px;
        font-size: 35px;
        z-index: 99999999;
    }
}