h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

body {
	    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #333;
}

a {
	text-decoration: none;
}

ul {
	padding-left: 0;
	margin: 0;
}

p {
	margin-bottom: 0;
}

h2 {
    border-bottom: 1px solid #ee3d43;
    display: inline-block;
}

.wrapper {
    overflow: hidden;
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
}


.center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* header */


.top {
    padding: 7px 0px;
    background: #f1f1f1;
    letter-spacing: 0.5px;
}

/*nav*/


ul.top-list {

}

ul.top-list li {
    display: inline-block;
    padding: 0px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0.5px;  
    color: #999;
}

ul.top-list li + li {
    margin-left: 20px;
}

ul.top-list li a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

ul.top-list li .svg-inline--fa {
    font-size: 14px;
    margin-right: 5px;
} 


/*nav*/

.navbar img {
    max-width: 250px;
}

a.nav-link {
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px inset;
    text-transform: uppercase;
    padding: 28px 15px 28px 15px;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.nav-link:hover {
    border-color: #ee3733;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a.nav-link.active {
    border-color: #ee3733;
}

.mr-auto, .mx-auto {
    margin-left: auto!important;
    margin-right: 0!important;
}

.navbar {
    padding: 0;
}


/* about us */

.slider {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
}

/* about-section */

.about_us {
    padding: 30px 0;
}

.bg_about {
    background-image: url(../images/about-bg.jpg);
    padding: 78px;
}

.about-inner-wrapper {   
    padding: 43px;
    border: 10px solid #fff;
    width: 100%;
    text-align: center;
    background-color: rgba(31,42,55,0.6);
}


.about-inner-wrapper h2 {
    font-size: 48px;
    color: #fff;
    margin: 20px 0;
    text-transform: uppercase;
}

.about-inner-wrapper p {
    margin-bottom: 20px;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    font-weight: 400;
    line-height: 25px;
}

.about-inner-wrapper p i {
    font-size: 18px;
    color: #b5b8bb;
} 

.slogan-wrapper {
    margin-top: 20px; 
}

.slogan-wrapper img {
    width: 108px;
    margin-top: 20px;
} 
  
h2.slogan {
    color: #ee3d43;
    font-weight: 800;
    margin-left: 45px;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 0;
}

.small1, .small2 {
    color: #333;
    font-size: 24px;
    display: block;
    font-weight: 600;
    line-height: 30px;
}

.small2 {
    margin-left: 250px;
}

.seprator {
    width: 100px;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    background-color: #94da46;
}

a.readmore {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border:2px solid rgb(149, 218, 70);
    padding: 10px 19px;
    color: rgb(149, 218, 70);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.readmore:hover {
    background-color: rgb(149, 218, 70);
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} 


.mt-max {
    margin-top: 30px;
}

.block {
    background: #ee3d43;
    text-align: center;
    padding: 50px 30px;
}

.block2 {
    background: #78ceb8;
    text-align: center;
    padding: 50px 30px;
}

.abt .line {
    border: 1px solid #333;
    height: 1px;
    display: inline-block;
    margin: auto;
    width: 60px;
    margin-bottom: 20px;
}

.abt h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 14px 0 28px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.abt p {
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0px 4px;
}

a.readmore1 {
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border:2px solid #fff;
    padding: 10px 19px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.readmore1:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} 

/*.pro */

.pro {
    padding: 50px 0;
}

.new_title h2 {
    text-transform: uppercase;
}

.pro-wrapper {
    width: 100%;
    background: #fff;
    display: inline-block;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin: 0 auto;
}

.blog-preview_item {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 30px;
}

.new_title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding: 25px;
}

.blog-preview_info {
    float: left;
    padding: 15px 0 0;
    width: 100%;
}

.blog-preview_title a {
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.3em;
    margin: auto;
    padding-bottom: 6px;
    letter-spacing: 1px;
    color: #000;
}

.blog-preview_desc {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 15px;
}

.blog-preview_btn {
    font-size: 11px;
    margin: 0px;
    padding: 8px 25px;
    background: #fff;
    color: #666;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    border: 1px #ddd solid;
    border-radius: 999px;
    text-transform: uppercase;
    }

.blog-preview_btn:focus, .blog-preview_btn:hover {
    color: #fff;
    background: #ee3d43;
    border: 1px #ee3d43 solid;
    outline: none;
    text-decoration: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.entry-thumb img {
    border:1px solid #efefef;
    -webkit-box-shadow: -3px 11px 32px -9px rgba(0,0,0,0.4);
    -moz-box-shadow: -3px 11px 32px -9px rgba(0,0,0,0.4);
    box-shadow: -3px 11px 32px -9px rgba(0,0,0,0.4);
}



/* footer */

.footer {
    padding: 50px 0 20px;
    background: #000;  
}

.footer .col-md-3 {
    max-width: 16%;
}

.footer h2 {
    padding: 0 0 10px;
    font-size: 13px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer ul li {
    list-style: none;
} 

.footer a {
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    color: #aaa;
    display: inline-block;
    text-decoration: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.footer .svg-inline--fa {
    line-height: 20px;
    color: #aaa;
    margin-right: 5px;
    font-size: 11px;
}

.footer a:hover {
    color: #ee3d43;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}


ul.footer-add {
}

ul.footer-add li {
    display: inline-block;
    color: #333;
    font-size: 14px;
}

ul.footer-add li a {
    color: inherit;
    text-decoration:none;
}

ul.footer-add li .circle {
    display: inline-block;
    border: 2px #333 solid;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 25px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: -6px;
}

ul.footer-add li + li {
    margin-left: 10px;
}

ul.footer-add li .svg-inline--fa {
    font-size: 19px;
    margin-top: 6px;
}

.footer .col-md-4 {
    max-width: 20%;
}
  
.footer p {
    padding-bottom: 20px;
    color: #fff;
        font-size: 13px;
    line-height: 22px;
}

.footer ul li {
    position: relative;
    padding-left: 10px;
    color: #aaa;
}

.footer .svg-inline--fa {
    top: 11px;
    line-height: 20px;
    color: #aaa;
    margin-right: 5px;
    position: absolute;
    font-size: 11px;
    left: 0;
}

ul.footer-address li:first-child  .svg-inline--fa {
    top: 4px;
}

ul.footer-address li {
    padding-left: 18px;
}

ul.footer-address li a {
    text-transform: none;
}


/*copy-right-link*/

.copyright {
    padding: 20px 0;
    border-top: 1px solid #171717;
    background: #000;
}

.copyright p {
    font-size: 14px;
    color: #aaa;
    font-weight: 500;
}

.copyright p span {
    color: #ee3d43;
}

ul.copy-right-link li {
    display: inline;
    margin-left: 20px;
} 

ul.copy-right-link li a {
    color: #aaa;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

ul.copy-right-link li a:hover {
    color: #ee3d43;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.right {
    text-align: right; 
}


/* products */

.product_name {
    position: relative;
    margin-top: -29px;
    z-index: 99;
}


.pn_name_wrapper {
    background: #ee3d43;
    width: 80%;
    padding: 15px 0;
    text-align: center;
}

.pn_name_wrapper h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: normal;
    text-transform: uppercase;
}


/* products */

.products {
    padding: 20px 0 100px; 
} 

.products h2 {
    display: block;
    text-align: right;
        background: #e4e4e4;
    text-transform: uppercase;
        padding-right: 10px;
}


.products img {
    margin: 30px 0;
    display: none;
}
.products p {
    font-size: 18px;
    display: none;
}
.table td, .table th {
    font-size: 14px;
}

.products .container {
    max-width: 1300px;
}

.products .nav-ttl {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
    max-width: 260px;
}

.products .nav-ttl .ttl-inner {
    font-size: 20px;
    padding: 0 0 10px 0;
}

.products .nav-ttl  a.ttl-inner {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}


.products .nav-ttl:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #ee3d43;
}

.products .nav-ttl:after {
    content: '';
    height: 1px;
    width: 25px;
    background-color: #5e4747;
    position: absolute;
    bottom: 0;
    left: 0;
}

.products .col-md-4 {
    max-width: 30%;
}

.side-link_wrapper > ul {
    padding-left: 0;
    display: inline-block;
    margin-right: 30px; 
    vertical-align: top;
}

.side-link_wrapper > ul > li {
    position: relative;
    list-style: none;
    border-bottom: 1px solid #f4f4f4;
}

.side-link_wrapper > ul > li > a {
    color: #555963;
    padding: 5px 10px 5px 50px;
    display: block;
    transition: all 0.2s ease-out;
    line-height: 1.5;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}


.side-link_wrapper > ul > li > a:after {
    content: '';
    height: 2px;
    width: 10px;
    background-color: #dce3e9;
    position: absolute;
    top: calc(4px + 0.75em);
    left: 15px;
    margin: auto;
    transition: all 0.2s ease-out;
}


.side-link_wrapper > ul > li > a:before {
    content: '';
    height: 2px;
    width: 10px;
    background-color: #dce3e9;
    position: absolute;
    top: calc(4px + 0.75em);
    left: 15px;
    margin: auto;
    transition: all 0.2s ease-out;
}


.side-link_wrapper > ul > li > a:after {
    background-color: #019444;
    width: 0;
}



.side-link_wrapper > ul > li > a:hover {
    color: #ee3d43;
    text-decoration: none;
}

.side-link_wrapper > ul > li > a:hover:after {
    width: 10px;
}

.side-link_wrapper > ul > li.active > a {
    color: #ee3d43;
    text-decoration: none;
}

.side-link_wrapper > ul > li.active > a:after {
    width: 10px;
}


.side-link_wrapper > ul > li > a.is-current {
    color: #019444;
    text-decoration: none;
}

.side-link_wrapper > ul > li > a.is-current:after {
    width: 10px;
}


.table_block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.table_block p {
    margin-top: 20px; 
}

.table thead th {
    background: #efefef;
    padding: 4px 8px;
}

.table thead th {
    padding: 4px 8px;
}



tbody tr th, tbody tr td {
    background: #fff;
} 

.table, .table thead th {
    border:1px solid #ddd;
}


.table-bordered {
    margin-bottom: 0px;
}

.table td, .table th {
    padding: 3px;
}

.table_color_dark {
    background: #D7E8B4;
}

.table_color_light {
    background: #E4EEC9;
}

.green {
    color: #019444
}

.width_set {
    width: 300px;
}

.title h3 {
    color: #019444;
    margin-bottom: 20px;
}


a.page-button {
    text-decoration: none;
    color: #fff;
    background: #019444;
    padding: 10px 25px;
    display: inline-block;
    font-size: 16px;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    margin: 0 15px;
}


.itallic {
    font-style: italic;
}


.heading h4 {
    color: #000 !important;
}

.heading {
    margin-bottom: 15px;
}

.heading_block {
    margin-bottom: 30px;
}

ul.presence {
    display: inline-block;
    margin-right: 50px;
}

ul.presence li {
    color: #000;
}

ul.list_none li {
    list-style: none;
    margin-bottom: 15px;
}

a.green {
    text-decoration: none;
}

a.green:hover {
    color: #000;
}


.font-max span  {
    font-size: 18px;
}

.width_border {
    border-right: 1px solid #c9c9c9;
    max-width: 310px;
}


/* Tabs Starts  */

.nav_tabs{
    width: 100%;
    background-color: #fff;
    position: relative;
  }

  .nav_tabs ul{
    list-style: none;
    padding-left: 0;
    margin-left: 12px;
  }

  .nav_tabs ul li{
    float: left;
  }

  .tab_label{
    display: block;
    background-color: #ddd;
    padding: 10px 20px;
    font-size: 20px;
    color:#333;
    cursor: pointer;
    text-align: center;
  }


  .nav_tabs .rd_tab { 
  display:none;
  position: absolute;
}

.nav_tabs .rd_tab:checked ~ label { 
  background-color: #363b48;
  color:#fff;
}

.tab-content{
  background-color: #fff;
  display: none;
  position: absolute;
  left: 0;  
  width: 100%;
}

.rd_tab:checked ~ .tab-content{
  display: block;
}
.tab-content h2{
  padding: 10px;
  color: #87d3b7;
}
.tab-content article{
  padding: 10px;
  color: #555;
}


.table_wrapper {
  padding: 0 10px;
}

.margin-auto {
  margin: 0 auto;
}

/*.table-striped span {
  width: 50px;
}*/


.container {
  max-width: 1300px;
}

.testimonials_heading {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.testimonials_heading h2 {
  color: #ffc107;
    border-bottom: 1px solid #ffc107;
    margin-bottom: 0;
    display: inline-block;
    font-size: 22px;
}

.bg_position {
  background-position-y: 50px;
}

.margin-top70 {
  margin-top: 70px;
}

.min-height {
      min-height: 2110px !important;
}


.tab-wrapper {
  width: 100%;
  padding: 0 20px;
}

/* about us */

.about-us {
  padding: 100px 0;
  /*background: url(../images/bg-hand.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.about-us h1 {
    text-transform: uppercase;
}

.margin-auto {
    margin: 0 auto;
}

.about-us .col-sm-8 h1 {
    font-size: 35px;
    line-height: 1.2;
    position: relative;
    color: #003463;
}

.about-us .col-sm-8 h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    border-bottom: 2px solid #84cb3f;
    margin-top: 1.2rem;
    margin-left: -2rem;
    left: 50%;
}

.about-us .abt h1 {
    font-size: 35px;
    line-height: 1.2;
    position: relative;
    color: #003463;
}

.about-us .abt h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    border-bottom: 2px solid #84cb3f;
    margin-top: 1.2rem;
    margin-left: -2rem;
    left: 50%;
}

.about-us .abt p {
    color: #000;
}

img.certification  {
    width: 50%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

img.certification1  {
    width: 50%;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.3;
}

.abt-content {
    background: #ddd;
    padding: 50px 50px;
    text-align: center;
    border: 35px solid #a7b7a7;
    position: relative;
    z-index: 9;
}

.about-us p {
    font-size: 17px;
    margin: 40px 0 30px;
}




.margin-auto {
    margin: 0 auto;
}

.blue-wrapper {
    background: #5f7071b0;
    padding: 50px 200px;
    text-align: center;
    margin-top: 100px;
}

.blue-wrapper p {
    font-weight: 200;
    color: #fff;
    margin-bottom: 50px;
}


.pro_wrapper {
    background: rgb(255,255,255);
    border: 2px solid #5d733c;
    margin-bottom: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,243,1) 100%, rgba(237,237,237,1) 100%, rgba(9,9,121,1) 100%);
}


.certi-matter {
    padding: 0 0 60px;
}

/* contact */

.map {
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.map img {
  position: absolute;
  bottom: 0px;
  right: -380px;
  z-index: -1;
  width: 1200px;
}

.map h2, .form h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0 0;
  color: #333;
}

.map p {
  font-size: 14px;
  width: 288px;
}

.map a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.form {
  padding: 50px 0 100px;
  background: #f2f2f2; 
}

.form .form-control {
  border-radius: 0px;
  margin-bottom: 30px;
  width: 90%;
}

.form textarea {
  height: 410px;
}

.form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.btn-primary {
  border-radius: 0px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 14px;
}

.mobile .content p, .mobile .content p a {
    color: #333;
    font-size: 10px;
}

.m-b0 {
    margin-bottom: 0;
}

.mobile {
  display: block;
  margin-bottom: 20px;
}

.mobile .content {
  display: inline-block;
  vertical-align: top;
}

.mobile .content p, .mobile .content p a {
  color: #333;
  font-size: 18px;
}

.mobile .content p span {
  display: block;
  font-size: 14px;
}

.mobile .content .svg-inline--fa {
  font-size: 30px;
  color: #2e6da4;
  margin-right: 20px;
}



.sidenav {
  height: 100vh; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  overflow: auto;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 50px 0; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  background: #333; 
  display: block;
  transition: 0.3s;
}

.form-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0; 
}

.form-wrapper h2 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 50px;
}

.form-wrapper .form-control {
    background: #F1F0F0;
    padding: 30px 20px;
    margin-bottom: 20px;
    }

.form-wrapper label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-primary {
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 40px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* work-with-us */

.work-with-us {
    background-color: #fff;
    padding: 70px 0; 
        border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
}

.work-with-us h3 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #3d7edb;
    line-height: 55px;
}

.work-with-us img {
  width: 100%;
}

.work-with-us p {
    width: 930px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.apply-now-matter {
  background: #F1F0E9;
  padding: 50px 0;
}



.apply-now-image h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.button-black {
  position: relative;
  display: inline-block;
  border: 1px solid #333;
  overflow: hidden;
}

.button-black span {
  display: inline-block;
  color: #333;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  font-size: 18px;
  text-decoration: none;
}

.button-black span .svg-inline--fa {
  margin-left: 10px;
}
 
.button-black:hover span {
  color: #fff;
} 

.button-black .button-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #003463;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; 
}

.button-black:hover .button-overlay{
  left: 0%;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; 
}



/* Side Nav Bar */

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    background: #fff;
}

#sidebarMenu .container {
    min-width: 1300px;
}

.hide {

}

.hide p {
  font-size: 20px !important;
    margin-top: 20px !important;
    position: absolute;
    right: -10px;
    top: -30px;
    color: #333 !important;
}



.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 50px;
    right: 50px;
    position: absolute;
    height: 22px;
    width: 22px;
    padding-top: 7px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

label {
  margin-bottom: 0;
}

.menubar_links { 
}

.menubar_links h4 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.menubar_links h4 a {
  color: #333;
  font-size: 15px; 
}

.menubar_links .col-md-6 p {
  font-size: 18px !important;
  margin-left: 0px !important;
  margin-bottom: 7px !important;
}

.menubar_links .col-md-6 {
  float: left;
  padding:0px 40px;
  height: 100%;
}

.inner_block p a {
     display: inline-block;
    font-size: 15px;
    color: #333;
    margin-bottom: 0px;

}

.width100 {
  width: 100% !important;
}

.width25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.width40 {
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 40%;
    max-width: 40%;
}

.menubar_links .col-md-6 p a {

  color: #333 !important;
  font-weight: 600;
}

.menubar_links .col-md-6 ul li a {
  color: #333 !important;
  font-size: 12px;
}

.menubar_links .col-md-6 p a:hover, .menubar_links .col-md-6 ul li a:hover {
  color: #1b68af !important;
}

.menubar_links .col-md-6 ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
      display: inline-block;
    vertical-align: top;
}

.menubar_links .col-md-6 ul li {
  display: block !important;
  border-left: none !important;
  padding: 0px 10px 2px !important; 
}

.divider {
  margin-top: 10px !important;
  border-top: 1px solid #efefef !important;
  padding-top: 10px !important;
}

.border-left {
  border-left: 1px solid #efefef;
}

.dealer {
  position: absolute;
  bottom: 0;
  width: 100%; 
}

.inner_block {
  width: 50%;
  float: left;
  display: inline-block;
}

.dealer .col-md-6 {
  text-align: center;
}

.dealer .col-md-6 a h2 {
  color: #fff;
  margin-top: 20px;
  padding: 40px 0;
}

.bg_orange {
  background: #F7A328;  
}

.bg_blue {
  background: #2872b6;
}

.abt_header {
  background: #000;
  padding: 10px 0 !important; 
}

.abt_header .nav-menu a {
  padding: 15px 30px 10px 31px;
}

.top-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-menu ul li {
    margin-bottom: 6px;
}

.top-menu ul li a {
    line-height: 20px;
}

.banner {
    position: relative;
}

.banner-content {
    background: #ddd;
    position: absolute;
    top: 10%;
    right: 5%;
    max-width: 700px;
    width: 100%;
    padding: 50px 50px;
    text-align: center;
    border: 35px solid #a7b7a7;
}

.banner-content p {
    font-size: 17px;
    margin: 40px 0 30px;
}

.banner img {
    width: 100%;
}

.banner-heading {
    position: absolute;
    max-width: 461px;
    width: 100%;
    left: 10%;
    bottom: -100px;
}

.banner-heading h3 {
    color: #02973f;
    font-size: 60px;
    line-height: 47px;
}

.banner-heading span.bh1 {
    font-size: 34px;
    top: -97px;
    left: 0;
    position: absolute;
}

.banner-heading span.bh2 {
    font-size: 30px;
    bottom: -33px;
    position: absolute;
    right: -20px;
}


/* logo-slider */

.logo-slider {
    height: 190px;
    margin-top: 38%;
}

.logo-slider div#client-logos {
    margin-top: 20%;
    z-index: -1;
}

/*services*/


.services {
    padding: 60px 0;
}

.services .container {
    max-width: 1170px;
}

.services h4 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.services p {
    color: #333;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
}

.services .service-box {
    position: relative;
    padding-left: 60px;
}


.services .service-box img {
    position: absolute;
    left: 10px;
    top: 0;
    max-width: 40px;
    width: 100%;
}


.sidebar p {
    display: block;

}


.sidebar .svg-inline--fa {
    display: none;
}

.banner.herbi_banner {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 2px 17px #ddd;
}

.ul-wrapper {
    max-width: 740px;
    margin: 0 auto;
}

ul.quality_list {
    max-width: 520px;
    margin: 0 auto;
    vertical-align: top;
    margin-right: 50px;
    text-align: left;
    font-size: 14px; 
    display: inline-block;
}

ul.quality_list ul {
    padding-left: 30px;
}

ul.quality_list ul li {
    list-style-type: lower-roman;
}

ul.quality_list:first-child {
    margin-right: 80px;
}

#infra .infra .col-sm-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
}

#infra .infra .col-sm-6 ul.quality_list {
    float: none;
}

.infra-block  {
    padding: 50px 0;
    position: relative; 
    border: 5px solid #a7b7a7;
    margin: 20px 0;
}

.infra-block .bg-grey-right {
    position: absolute;
    background: #efefef;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.infra-block .bg-grey-left {
    position: absolute;
    background: #efefef;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.infra-block p {
    font-size: 16px;
}

.infra-block .col-md-6 { 
    position: relative;
    z-index: 9;
}

.drawing img {
    margin-top: 80px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
} 

.infra-block .inner-block {
    background: #eaeaea;
    padding: 10px 10px;
    text-align: center;
    border: 5px solid #a7b7a7;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    height: 100%;
}  
 
.quality-custom .banner-heading {
    position: absolute;
    max-width: 461px;
    width: 100%;
    right: 10%;
    left: auto;
    bottom: -100px;
}

.quality-custom .banner-content {
    left: 5%;
    right: auto;
}


.he661 {
    height: 151px;
    margin-top: 48%;
}

.cstm-heading h3 span {
    color: #02973f;
    display: block;
    font-size: 60px;
    line-height: 47px;
}

.cstm-heading h3 {
    font-size: 34px;
}

.flex-center {
    display: flex;
    align-items: center;
}

ul.quality_list li::marker {
    color: red;
    font-size: 18px;
}

#infra  ul.quality_list li {
    font-weight: 500;
}


#infra .infra-block h3 {
    background: #999;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    padding: 5px 10px;
}

.quality_list.mr129 {
    margin-right: 129px;
}

p.cstm-bold {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}



@media (max-width: 1024px) {

    .banner-content {
        max-width: 550px;
        width: 100%;
        padding: 10px 20px;
    }

    .banner-heading span.bh1 {
        font-size: 20px;
        line-height: 25px;
        top: -67px;
    }

    .banner-heading h3 {
        font-size: 30px;
        line-height: 37px;
    }

    .banner-heading span.bh2 {
        font-size: 20px;
        bottom: -23px;
        right: 10px;
    }

    .banner-heading {
        max-width: 270px;
    }

    #quality .banner-content {
        max-width: 540px;
    }

    .he661 {
            height: 140px;
    margin-top: 94%;
    }

    .form-wrapper,
    .work-with-us p  {
        width: 100%;
    }

    .quality-custom .banner-heading {
        left: 64%;
    }

    .logo-slider {
        height: 130px;
    margin-top: 69%;
    }
}


@media (max-width: 768px) {
    .footer .col-md-3 {
        max-width: 32%;
        width: 100%;
        margin-bottom: 40px;
        flex: 0 0 55%;
    }

    ul.navbar-nav.mr-auto {
        text-align: center;
    }

    a.nav-link {
        padding: 8px 15px 8px 15px;
    }

    .dropdown-menu.show {
        border: 0;
        text-align: center;
    }

    .banner-heading {
        max-width: 330px;
        margin: 0 auto;
        text-align: center;
        position: static;
    }

    .banner-heading span.bh1, 
    .banner-heading span.bh2 {
        display: block;
        position: static;
    }

    .banner-content {
        position: static;
        margin: 0 auto;
    }

    .logo-slider div#client-logos {
        margin-top: 0;
    }

    .banner.herbi_banner {
        padding-bottom: 80px;
    }

    #quality .logo-slider,
    #about .logo-slider {
        height: auto;
        margin-top: 0;
        padding: 30px 20px;
    }

    .quality-custom .banner-heading {
        position: static;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .he661 {
        height: auto;
        margin-top: 0;
    }

    .certi-matter .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 130px;
    }

    .footer .col-md-4 {
        max-width: 33%;
    }
}


@media (max-width: 767px) {
    ul.top-list {
        text-align: center;
        margin-bottom: 10px;
    }

    ul.top-list li + li {
        margin-left: 0;
    }

    .footer .col-md-3 {
        max-width: 100%;
        width: 100%;
        margin-bottom: 40px;
        flex: 0 0 100%;
    }

    .footer .col-md-4 {
       max-width: 100%;
    }

    ul.copy-right-link {
        text-align: center;
    } 

    ul.copy-right-link li { 
        margin-left: 4px;
        margin-right: 4px;
    }

    .about-us h1 {
        font-size: 20px;
    }

    .pn_name_wrapper {
        margin: 0 auto;
    }

    .products .col-md-4 {
        max-width: 100%;
    }

    .width_border {
        border-right: none;
        max-width: 100%;
    }

    .products h2 {
        font-size: 22px;
        text-align: center;
        margin-top: 30px;
    }

    .products .col-md-8 {
        min-height: 550px;
    }

    #nuts .products .col-md-8 {
        min-height: 790px;
    }

    #hnuts .products .col-md-8 {
        min-height: 710px;
    }


    #jnuts .products .col-md-8 {
        min-height: 810px;
    }

    #stud .products .col-md-8 {
        min-height: 610px;
    }

    .new_title h2 {
        font-size: 18px;
    }

    .infra-block .col-md-6 {
        margin-bottom: 40px;
    }

    .infra-block .bg-grey-left,
    .infra-block .bg-grey-right {
        display: none;
    }

    .bg-grey-mob {
        background: #efefef;
    } 

    .infra-block {
        padding: 0px 0;
        margin: 0 0;
    }

    .form-wrapper h2 {
        font-size: 30px;
    }

    .form-wrapper .form-control {
        padding: 10px 10px; 
    }

    .map img {
        display: none;
    }
} 



  /* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}
 
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #000;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px; 
  font-size: 30px;
}

.owl-nav .owl-next {
  right: -30px;
  font-size: 30px;
}

.cover-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px; 

}

  .carousel-wrap {
    width: 100%;
}