@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap')
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap');

html {
  scroll-behavior: smooth;
}
body, p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.7;
    color: #222;
    letter-spacing: 0.5;
}
b, strong {
    font-weight: 700;
    color: #000;
}
.no-padding{
  padding: 0;
}
a{
  font-family: 'Inter', sans-serif;
  color: #000;
}
a:hover{
  text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
  text-decoration: none;
}
h1 , h2, h3, h4, h1 p, h2 p, h3 p{
  color: #222;
  font-family: 'Roboto', sans-serif;
  line-height: 0.9;
  margin-bottom: 5px;
  margin-top: 5px;
}
.slick-slide {
    height: auto;
}

/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

/* ================ end back to top =================*/

/* ================ Loader =================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/* ================ end Loader =================*/


/* ================ Header =================*/


.header-full {
    color: #8b8177;
}
.mail, .tel {
    display: inline-block;
}
.mail{
    padding-right: 10px;
}
.header-social {
    text-align: right;
}
.header-social ul{
    list-style: none;
    margin-top: 5px;
    padding-left: 0;
}
.header-social ul li {
    text-align: center;
    padding-top: 7px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #173054;
    border-radius: 100%;
    margin-right: 3px;
}
.header-social ul li a {
    color: #fff;
    display: inline-block;
    text-align: center;
}
.header-top {
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-contact {
    margin-top: 9px;
}
.header-bottom {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 20px;
}
.logo {
    text-align: right;
}
.menu-row {
    margin-top: 11px;
}
.header-social {
    margin-top: 20px;
}
a.logo-a img {
    width: 136px;
}
/* ====================== End Header =================== */

/* ====================== Slider =================== */
.row.watch-video a {
    background: #202018;
    padding: 20px 35px;
    color: #fff;
    display: inline-block;
}
.row.watch-video a i{
    color: #f2d039;
    margin-right: 8px;
}
.row.watch-video {
    position: relative;
    top: -25px;
    z-index: 99;
}
.overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.hero-banner-static h1 {
    padding-top: 20%;
    padding-bottom: 20%;
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 52px;
    line-height: 58px;
    padding-left: 60px;
    padding-right: 60px;
}
.hero-banner-static {
    position: relative;
    background-position: center;
    background-size: cover;
}
.hero-banner-static:after {
    background: #0000006e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/* ====================== End slider =================== */

/* ====================== footer=================== */

.footer-top{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding-top: 90px;
    position: relative;
}
.footer-overlay{
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #173054;
    opacity: 0.92;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.footer-row-left .left img {
    margin-bottom: 20px;
}
.footer-row-left .left p{
    color: #fff;
}
.social a {
    background: #fff;
    width: 35px;
    height: 35px;
    color: #173054;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding-top: 9px;
    border-radius: 100%;
    margin-right: 5px;
}
.footer-row-right input, .footer-row-right select, .footer-row-right textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 10px;
}
.footer-row-right .co-left, .footer-row-right .co-right{
    width: 48%;
    float: left;
}
.footer-row-right .co-left{
    margin-right: 10px;
}
.footer-row-right input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #f7cb37;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #075d54;
}
.footer-top h4 {
    color: #fff;
    margin-bottom: 30px;
}
.con-info .left {
    float: left;
    width: 9%;
    color: #f8c836;
    padding-top: 5px;
}
.con-info .text {
    width: 90%;
    float: left;
    color: #B5C2BC;
    font-size: 14px;
}
.con-info span{
    width: 100%;
    margin-bottom: 0px;
    color: #fff;
    float: left;
    font-size: 15px;
}
.con-info{
    margin-bottom: 8px;
}
.footer-row-left .social {
    margin-top: 10px;
}
.footer-roww{
    margin-bottom: 50px;
}
.footer-row.new-la {
    text-align: center;
    color: #fff;
    margin-bottom: 35px;
}
.footer-top .con-info .text br{
	display:none;
}
ul#menu-footer-menu {
    padding-left: 0;
	list-style:none;
}
ul#menu-footer-menu li{
	margin-bottom:8px;
}
ul#menu-footer-menu li a, .footer-row-left .left-row p{
	color: #B5C2BC;
}
.footer-row-left .right.rs {
    padding-left: 25px;
}
/* ====================== End footer=================== */

/* ====================== two_column_with_image_layout =================== */
.icon-circle {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}
.icon-circle i {
    color: #173054;
    font-size: 11px;
    padding: 0rem 0.1rem;
    float: left;
}
.s-title {
    color: #525252;
    font-size: 12px;
    font-weight: 500;
    float: left;
}
.small_title {
    margin-bottom: 10px;
}
.two_column_with_image_layout h1, .two_column_with_image_layout h1 p{
    color: #323232;
    font-size: 42px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 15px;
}
blockquote {
    border-left: 3px solid #6aa800;
}
.two_column_with_image_layout .img2 {
    margin-top: 30px;
}
.two_column_with_image_layout{
    margin-bottom: 100px;
    margin-top: 100px;
}
.two_column_with_image_layout .right{
    margin-top: 30px;
}
.home .two_column_with_image_layout .right{
    margin-top: 0px;
}
.two_column_with_image_layout.about-two .img1 img {
    width: 85%;
    border: 1px solid #000;
}
.two_column_with_image_layout.about-two .img2 img{
    width: 45%;
    border: 1px solid #000;
}
.two_column_with_image_layout.about-two .left{
    position: relative;
    margin-top: 40px;
}
.two_column_with_image_layout.about-two .img2 {
    margin-top: 30px;
    position: absolute;
    bottom: -80px;
    right: -265px;
}
.two_column_with_image_layout.about-two .list i {
    color: #f7cb37;
    margin-right: 5px;
}
.two_column_with_image_layout.about-two .list{
    margin-bottom: 10px;
}
.page-id-699 .two_column_with_image_layout h1 p {
    color: #222;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
}
/* ====================== End two_column_with_image_layout =================== */

/* ====================== three_column_list_layout =================== */
.tm-product-category-current-theme2 {
    position: relative;
    padding-top: 70px;
    margin-bottom: 30px;
}
.tm-product-category-current-theme2 .content-wrapper {
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    padding: 18px;
}
.tm-product-category-current-theme2 .content-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 60px;
    width: 100%;
    border-radius: 10px;
    background: #e3eee5;
    content: "";
    transition: all 300ms ease;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 0 40px 40px;
    z-index: 1;
    -webkit-box-shadow: 0 10px 60px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 60px rgb(0 0 0 / 7%);
	min-height: 401px;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner:before {
    position: absolute;
    top: -88px;
    left: 0;
    width: 180px;
    height: 180px;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    background: #e3eee5;
    content: "";
    transition: all 300ms ease;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-image {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: -70px;
    overflow: hidden;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-image:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 120%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
    content: "";
    opacity: 0.3;
    left: -100%;
    pointer-events: none;
    z-index: 1;
    transition: all 300ms ease;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-image img {
    transition: all 300ms ease;
    width: 100%;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details {
    text-align: center;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .cat-title {
    margin-bottom: 15px;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .paragraph {
    font-size: 15px;
    color: #222;
    margin-bottom: 0px;
    min-height: 130px;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .link {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #e3eee5;
    border-radius: 50%;
    line-height: 50px;
    margin-top: 25px;
    padding-top: 18px
    color: #608174;
    transition: all 300ms ease;
    padding-top: 18px;
}
.tm-product-category-current-theme2 .content-wrapper .content-inner:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 30px;
    line-height: 1em;
    color: #e8f3ea;
    height: 15px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    content: 'quality';
    transition: all 300ms ease;
}
.tm-product-category-current-theme2.x .content-wrapper .content-inner:after{
    content: 'EXPERINCE';
}
.tm-product-category-current-theme2.y .content-wrapper .content-inner:after{
    content: 'RENEWABLE';
}
.tm-product-category-current-theme2.x .content-wrapper .content-inner:before, 
.tm-product-category-current-theme2.x .content-wrapper:before, 
.tm-product-category-current-theme2.x .content-wrapper .content-inner .cat-details .link{
    background: #f0e4e6;
}
.tm-product-category-current-theme2.y .content-wrapper .content-inner:before,
.tm-product-category-current-theme2.y .content-wrapper:before,
.tm-product-category-current-theme2.y .content-wrapper .content-inner .cat-details .link{
    background: #edede3;
}
.three_column_list_layout {
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
}
.bg-img {
    position: absolute;
    bottom: -180px;
    z-index: 99999;
}
/* ====================== End three_column_list_layout =================== */

/* ====================== End product_section =================== */
.main_title h1 {
    color: #323232;
    font-size: 42px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 15px;
}
.products_section{
    margin-bottom: 0px;
    margin-top: 0px;
}
.products_section .main_title{
    text-align: center;
    margin-bottom: 50px;
}
.products_section .main_title .s-title {
    float: none;
    display: inline-block;
	color: #fff;
}
.products_section .icon-circle {
    float: none;
    display: inline-block;
}
/*.product-box img{
    border-radius: 100%;
    min-height: 225px;
}*/
.product-box-home-inner {
    padding: 15px 15px 30px 15px;
    border: 1px solid #00000012;
}
.product-box h3 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    line-height: 26px;
    font-size: 20px;
}
.product-box a {
    border: 1px solid #173054;
    padding: 8px 30px;
    border-radius: 18px;
    font-size: 12px;
    letter-spacing: 2px;
}
.product-box{
    text-align:center;
}
.product-box-home-inner-new{
    position: relative;
    display: block;
    height: 455px;
    max-width: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 89px;
    width: 430px;
    margin-bottom: 15px;
}
.product-box-home-inner-new::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000040;
    display: block;
}
.product-box-home-inner-new h3 {
    position: relative;
    letter-spacing: -0.87px;
    font-size: 40px;
    font-weight: 700;
    left: -46px;
    top: 51%;
    z-index: 9;
}
.product-box-home-inner-new h3 a {
    color: #fff;
    font-size: 26px;
    line-height: 33px;
}
.product-box-new.tui {
    margin-top: 50px;
}
.product-box-home-inner-new::after {
    position: absolute;
    content: "";
    display: block;
    top: 191px;
    left: -66px;
    width: 66px;
    height: 69px;
    background: #0a547b 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    z-index: 0;
}
.products_section {
    padding-bottom: 30px;
    padding-top: 100px;
    background: #222;
}
.products_section .main_title h1 {
    color: #fff;
}
/* ====================== End product_section =================== */

/* ====================== news_section =================== */
.main_title h1 p{
    color: #323232;
    font-size: 42px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 15px;
}
.main_title h1 p span{
    font-weight: 300;
}
.main_title{
    margin-bottom: 50px;
    text-align: center;
}
.news_section .post-sm {
    color: #173054;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}
.news_section .bottom-inner {
    padding: 15px;
    text-align: center;
    background: #fff;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    top: -40px;
}
.news_section .bottom-inner h3 {
    font-weight: 700;
    font-size: 20px;
    min-height: 50px;
    line-height: 24px;
    margin-bottom: 10px;
}
.news_section .read-more a {
    border: 1px solid #173054;
    padding: 12px 30px;
    border-radius: 18px;
    font-size: 12px;
}
.news_section .read-more{
    margin-top: 20px;
}
.news_section .post-img {
    width: 60px;
    height: 60px;
    background: #173054;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    position: absolute;
}
.news_section span.month{
    font-weight: 900;
    font-size: 12px;
}
.news_section span.date {
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
}
.news_section .products_inner .top{
    position: relative;
}
.news_section {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 236px;
}
/* ====================== End news_section =================== */

/* ====================== partners =================== */
.partners {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}
.partners_inner h2{
    color: #323232;
    font-size: 42px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 15px;
}
.partners_inner .title{
    text-align: center;
    margin-bottom: 30px;
}
.clients-img {
    padding: 15px;
}
.client-bg-img {
    position: absolute;
    bottom: 0;
    width: 45%;
}
/* ====================== End partners =================== */

/* ====================== End instagram =================== */

.instagram{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.instagram h1{
    color: #323232;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 30px;
}
.col-md-12.foolw-in a {
    color: #fff;
    background: #173054;
    padding: 10px 15px;
    border-radius: 5px;
}
/* ====================== End instagram =================== */

/* ====================== Contact_layout =================== */
.contact-us{
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-us-left input, .contact-us-left textarea {
    padding: 10px;
    border: 1px solid #e2dcdc;
    width: 100%;
    margin-bottom: 15px;
}
.contact-us-left label {
    width: 100%;
    font-weight: 400;
}
.contact-us-left, .contact-us-right {
    width: 100%;
    display: inline-block;
}
.contact-us-left form{
    margin-top: 20px;
}
.contact-us-left h1, .x h1{
    margin-bottom: 20px;
}
.contact-us-left input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #173054;
    width: auto;
    padding: 10px 40px;
    color: #fff;
    transition: 0.3s;
}
.contact-us-left input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    background: #4dbabf;
}
.info-con {
    margin-bottom: 15px;
    margin-top: 15px;
}
.info-con h4, .ert h1{
    font-weight: 400;
    letter-spacing: 4;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.x{
  margin-bottom: 20px;
}
.contact-us-social {
    background: #fcfcfc;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.contact-us-social h1{
    padding-bottom: 30px;
}
.contact-us-social .header-social{
    text-align: center;
}
.contact-us-social .header-social ul {
    padding-left: 0;
    list-style: none;
}
.contact-us-social .header-social ul li{
    display: inline-block;
    padding: 10px 20px;
    transition: 0.3s;
    background: transparent;
}
.contact-us-social .header-social ul li:hover{
    transform: translate(0, -10px);
}
.contact-us-social .header-social ul li a{
    font-size: 24px;
    color: #173054;
}

/* ====================== End contact_layout =================== */

.post-cus .news_section {
    padding-bottom: 80px;
    padding-top: 80px;
}


/* ====================== Product single =================== */
.star {
    margin-bottom: 20px;
    color: #ebbc4a;
}
.btn-custom{
    margin-top: 35px;
}
.btn-custom a {
    background: #f7cb37;
    padding: 15px 30px;
    color: #fff;
    text-transform: uppercase;
    transition: 0.3s;
}
.btn-custom a:hover{
    background: #4dbabf;
}
.sin-contact {
    width: 100%;
    display: inline-block;
    padding-left: 30px;
    margin-top: 0px;
}
.two_column_with_image_layout .left img {
    border-radius: 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
}
.tab {
    margin-top: 50px;
    margin-bottom: 50px;
}
.tab-content .tab-pane  {
    padding-left: 15px;
    padding-top: 30px;
}
div#myTabContent .tab-pane{
    padding-top: 10px;
    padding-left: 0px;
}
div#myTabContent{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.tab-table {
    border-bottom: 1px solid #0000000d;
    padding-bottom: 8px;
    padding-top: 8px;
}
.tab-content .tab-pane h3{
    margin-bottom: 30px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    letter-spacing: 3;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #174334;
    cursor: default;
    background-color: #fff;
    border: 0;
    border-bottom-color: transparent;
}
.post-single-services {
    padding-bottom: 80px;
    padding-top: 80px;
}
.btn-2, .btn-1 {
    float: left;
}
.btn-2{
    margin-right: 15px;
}
.btn-2 a {
    background: #173054;
}
.slider-for {
    border: 1px solid #00000017;
}
.slider-nav {
    margin-top: 20px;
}
.common-top, .commonly_used_section {
    margin-bottom: 80px;
}
.commonly_used_section .top {
    margin-bottom: 20px;
}
a.nav-link.active {
    color: #173054;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
}
.nav>li>a {
    padding: 5px 10px;
}
.commonly_used_section h3, .available_title h3, .sin-contact h1 {
    font-weight: 900;
    margin-bottom: 15px;
    color: #173054;
}
.commonly_used_section ul {
    padding-left: 0;
    list-style: none;;
}
.commonly_used_section ul li i{
    padding-right: 5px;
    color: #88b239;
}
.formulations i {
    float: left;
    margin-right: 10px;
}
.formulations span {
    float: left;
}
.formulations span h4, .post-single.sin h1, .post-single.sin h3, .post-single.sin h4{
    font-weight: 900;
    margin-top: 0px;
}
/* ====================== End Product single =================== */

/* ====================== End Post single =================== */
h1.single-post-title{
    margin-bottom: 30px;
}
.post-single.sin h3, .post-single.sin h4 {
    margin-bottom: 20px;
}
.f-image, .middle {
    margin-bottom: 30px;
}
.post-single{
    margin-bottom: 80px;
    margin-top: 80px;
}
.social-follow {
    background: #f5f0e9;
    width: 100%;
    display: inline-block;
    padding: 30px;
    margin-bottom: 30px;
}
.related-post {
    margin-bottom: 15px;
}
.related-post .bottom-inner h5{
    font-weight: 900;
}
.related-post span.date {
    color: #0f3b2c;
    font-size: 13px;
}

.social-follow .product-box h3 {
    color: #000;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.social-follow .product-box a {
    border-bottom: 1px solid #6aa800;
    padding: 5px;
}
.product-box {
    margin-bottom: 15px;
}
/* ====================== End Post single =================== */

/* ====================== background_with_video =================== */
.background_with_video .btn-custom {
    margin-top: 35px;
    text-align: center;
}
.background_with_video {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 12%;
    padding-bottom: 15%;
}
.background_with_video button.video-btn {
    background: #174334;
    color: #fff;
    width: 100px;
    height: 100px;
    border: 0;
}
.background_with_video button.video-btn i{
    font-size: 50px;
}
.plain_text {
    margin-top: 100px;
    margin-bottom: 100px;
}
.plain_text h3{
	margin-top: 20px;
    margin-bottom: 20px;
}
.page-id-179 .plain_text {
    margin-top: 160px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
}
.plain_text .main_title {
    margin-bottom: 20px;
    text-align: center;
}
.add_content {
    display: inline-block;
    background: #ffffffad;
    padding: 50px;
    margin: 50px;
    width: 90%;
}
.vission_inner {
    background-size: cover;
    background-repeat: no-repeat;
}
.vision_mission{
    margin-bottom: 100px;
}
.mission-inner h1 {
    font-weight: 900;
    margin-bottom: 20px;
    color: #174334;
}
.add_content_normal .list{
  margin-bottom: 15px;
}
.page-id-193 .two_column_with_image_layout {
    margin-bottom: 200px;
}
/* ====================== End background_with_video =================== */


/* ====================== two_column_with_image_layout =================== */

.background_with_list {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-top: 50px;
    padding-bottom: 100px;
}
.background_with_list  h1 {
    color: #323232;
    font-size: 42px;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 15px;
}
.background_with_list .list{
    margin-bottom: 12px;
}
.plain_text .list {
    margin-bottom: 10px;
}
.list i{
    color: #174334;
}
.steps {
    text-align: center;
    margin-bottom: 35px;
}
.steps_layout h4 {
    font-weight: 900;
    margin-top: 10px;
    color: #296c00;
}
.steps_layout{
    margin-bottom: 80px;
}
p#breadcrumbs {
    margin-top: 10px;
}
/* ====================== End two_column_with_image_layout =================== */

.ctat_layout {
    background: #323232;
    padding-top: 80px;
    padding-bottom: 80px;
}
.ctat_layout p{
	font-size:18px;
}
.ctat_layout h1, .ctat_layout p{
	color:#fff
}
.ctat_layout h1{
	margin-bottom:15px;
}
.ctat_layout .btn-custom a{
	border-radius:5px;
	text-align:center;
}
.ctat_layout .right{
	text-align:right;
}
.services-top ul {
    text-align: left;
    padding-left: 20px;
}
/* ====================== Responsive =================== */
.page-id-219 .two_column_with_image_layout.about-two .img2{
	display:none;
}
.page-id-219 .two_column_with_image_layout.about-two .img1 img {
    width: 100%;
}
li#mega-menu-item-259 {
    background: #173054 !important;
    border-radius: 5px !important;
    margin-left: 15px !important;
}
li#mega-menu-item-259 a{
	color:#fff !important;
}
.two_column_with_image_layout .right p, .footer-row-left .left-row p, .news_section .bottom-inner p, .plain_text p, .sin-contact p, .post-single-roww p {
    text-align: justify;
}
.three_column_list_layout.desktop, .news_section.desktop{
  display: block;
}
.three_column_list_layout.mobile, .news_section.mobile{
  display: none;
}
@media(max-width:1200px){
  .header-top .container {
      width: 100%;
  }
  .tm-product-category-current-theme2 .content-wrapper .content-inner {
    min-height: 405px;
  }
  .tm-product-category-current-theme2 .content-wrapper .content-inner .cat-details .link {
    padding-top: 18px;
  }
  .footer-row-right .co-left, .footer-row-right .co-right {
    width: 49.2%;
  }
  .footer-row-right {
    margin-top: 40px;
  }
}
@media(max-width:1024px){
  .container {
      width: 95%;
  }
  .footer-row-left {
      display: inline-block;
      width: 100%;
      margin-bottom: 30px;
  }
  .footer-row-right {
      padding-left: 15px;
      padding-right: 15px;
  }
  .footer-row-right .co-left, .footer-row-right .co-right {
    width: 49.2%;
  }
  .partners {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .small_title {
    display: inline-block;
    width: 100%;
  }
  .news_section {
    padding-bottom: 36px;
  }
  .three_column_list_layout.desktop, .news_section.desktop{
    display: none;
  }
  .three_column_list_layout.mobile, .news_section.mobile{
    display: block;
  }
  .row.watch-video a {
    padding: 10px 15px;
  }
  .home .two_column_with_image_layout {
    margin-bottom: 50px;
    margin-top: 30px;
  }
  .two_column_with_image_layout {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .two_column_with_image_layout h1, .two_column_with_image_layout h1 p {
    font-size: 26px;
    line-height: 32px;
  }
  .bg-img{
    display: none;
  }
  .three_column_list_layout {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .partners_inner h2 {
    font-size: 24px;
  }
  .footer-row-left .left-row{
    margin-bottom: 30px;
  }
  .footer-row-right .co-left, .footer-row-right .co-right {
    width: 100%;
  }
  .con-info {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
  }
  .header-contact {
    display: none;
  }
  .logo{
      padding-left: 0;
  }
  .header-social{
      padding-right: 0;
  }
  .header-social ul {
      padding-left: 0;
      margin-top: 0;
  }
  .header-top {
    padding-bottom: 10px;
  }
  .header-bottom {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .two_column_with_image_layout.about-two .img2 {
    margin-top: 30px;
    bottom: -27px;
    right: -130px;
  }
  .two_column_with_image_layout.about-two .left {
    position: relative;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .background_with_video button.video-btn {
    width: 60px;
    height: 60px;
  }
  .background_with_video button.video-btn i {
    font-size: 30px;
  }
  .add_content {
    display: inline-block;
    background: #ffffffad;
    padding: 50px;
    margin: 10px;
    width: 94%;
    overflow: hidden;
  }
  .two_column_with_image_layout.about-two .img2 {
    margin-top: 30px;
    bottom: -27px;
    right: 0;
    left: 154px;
  } 
  .two_column_with_image_layout.about-two .img2 img {
    width: 80%;
  }
  .page-id-193 .two_column_with_image_layout {
    margin-bottom: 50px;
  }
  .main_title h1, .background_with_list h1 {
    font-size: 28px;
    line-height: 35px;
  }
  .add_content {
    padding: 5px;
  }
  .background_with_list {
    padding-bottom: 0px;
  }
  .btn-2, .btn-1 {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
  }
  .btn-custom a, .btn-2 a{
    width: 100%;
    display: inline-block;
  }
  .sin-contact {
    padding-left: 0px;
  }
  .commonly_used_section h3, .available_title h3, .sin-contact h1 {
    line-height: 31px;
  }
  .common_list_show ul li {
    margin-bottom: 5px;
  }
  .formulations, .common_list_show ul li, .commonly_used_section .top ul li, .row-post {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .common_list_show ul li i, .row-post i {
    float: left;
    width: 8%;
  }
  .common_list_show ul li span, .row-post span{
    float: left;
    width: 92%;
    margin-top: -5px;
  }
  .formulations span h4, .post-single.sin h1, .post-single.sin h3, .post-single.sin h4 {
    font-weight: 900;
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .post-sidebar{
    margin-top: 30px;
  }
  .contact-us-right {
    margin-top: 50px;
  }
  .contact-us {
    padding-top: 0;
    padding-bottom: 0;
  }
  .contact-top, .post-single-roww{
    padding:0;
  }
}
@media(max-width:767px){
	li#mega-menu-item-259 {
		margin-left:0px !important;
	}
  .home .two_column_with_image_layout .left {
      display: none;
  }
  .ctat_layout h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .header-social {
    display: none;
  }
  .contact-us-social .header-social {
    display: block;
  }	
  li#mega-menu-item-259 {
    background: #00594c !important;
    margin-bottom:15px !important
  }
  li#mega-menu-item-259 a{
	  text-align: center !important;
	  color:#fff !important;
  }
  .logo {
    text-align: center;
  }
	.con-new{
		margin-top:30px;
	}
	.two_column_with_image_layout p, .products_section p, .footer-row-left .left-row p, .ctat_layout p, .plain_text p, .vission_inner p, .sin-contact p, .news_section p, .post-single-roww p{
		text-align:justify;
	}
	.header-bottom .container {
		width: 100%;
		padding:0;
	}
	.menu-row{
		padding:0;
	}
	.logo {
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
    }
}
@media(max-width:500px){
  
}
@media(max-width:380px){
  .header-social ul li {
      padding-top: 7px;
      width: 30px;
      height: 30px;
  }
}
/* ====================== End Responsive =================== */

.slick-dots li button:before {
    font-size: 13px;
    opacity: 0.4;
    color: #174334;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #174334;
}

.two_column_with_image_layout .left .img2 img,
.two_column_with_image_layout .left .img1 img,
.tm-product-category-current-theme2,
.product-box, .news_section .bottom-inner{
    transition: 0.3s;
}
.news_section .read-more a {
    transition: 0.3s;
    background: #fff;
}
.two_column_with_image_layout .left .img2 img:hover,
.two_column_with_image_layout .left .img1 img:hover,
.tm-product-category-current-theme2:hover,
.product-box:hover, .news_section .bottom-inner:hover  {
    transform: translate(0, -10px);
}
.news_section .bottom-inner:hover .read-more a{
    background: #174334;
    color: #fff;
}
.product-box:hover h3{
    color: #174334;
}
.plain_text input, .plain_text select, .plain_text textarea {
    width: 100%;
    border: 1px solid #e6e3e3;
    padding: 10px;
    margin-top: 7px;
    margin-bottom: 15px;
}
.plain_text input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #173054;
    width: auto;
    padding: 10px 40px;
    color: #fff;
    transition: 0.3s;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    width: 100%;
    float: left;
}

.header-top.mobile{
    display: none;
}
.header-top.desktop{
    display: block;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    top: -58% !important;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item a.mega-menu-link:before {
    font-size: 5px !important;
}
.header-top.desktop .container {
    width: 100%;
}
.services-top {
    text-align: left;
    margin-bottom: 30px;
    background: #ececec;
    padding: 30px;
    border-radius: 10px;
}
.services-top p{
	font-size: 16px;
}
.services-box-inner {
    text-align: center;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    padding: 10px 15px;
    border-radius: 10px;
	background: #ececec;
}
.services-box-inner img{
	border-radius: 10px;
}
.services-box-inner h4 {
    margin-top: 10px;
    line-height: 24px;
}
.services-layout{
    margin-top: 50px;
    margin-bottom: 50px;
}
.services-layout h1{
    margin-bottom: 20px;
}
.services-layout .btn-custom {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
}
.services-layout .btn-2, .services-layout .btn-1 {
    float: none;
    display: inline-block;
}
.page-id-662 .partners {
    padding-top: 0;
    padding-bottom: 50px;
    position: relative;
}
.page-id-662  .plain_text {
    margin-top: 25px;
}
@media(max-width:1200px){
    .header-social, .menu-row, .logo {
        padding: 0;
    }
    #mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 10px 0px 10px !important;
    }
}
@media(max-width:991px){
    .header-top.mobile{
        display: block;
    }
    .header-top.desktop{
        display: none;
    }
	.header-top.desktop .container {
		width: 100%;
	}
}
@media(max-width:767px){
	#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		top: 0% !important;
	}
	.logo {
		display: inline-block;
		width: auto;
		padding-left:10px;
		z-index: 999;
	}
	.menu-row {
		display: inline-block;
		width: 100%;
		margin-top: -45px;
	}
	#mega-menu-wrap-Primary-Menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		margin-top: -60px;
	}
	.header-top {
        padding-bottom: 0;
    }
	.header-full {
		margin-bottom: -15px;
	}
	.header-top.mobile .container{
		padding:0px;
	}
	.product-box-home-inner-new h3 {
		position: relative;
		letter-spacing: 0.5px;
		font-size: 40px;
		font-weight: 700;
		left: 12px;
		top: 80px;
		z-index: 9;
		width: 95%;
	}
	.product-box-home-inner-new {
		position: relative;
		display: block;
		height: 275px;
		max-width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	.product-box-new.tui {
		margin-top: 0px;
	}
	.hero-banner-static h1 {
		font-size: 36px;
		line-height: 40px;
		padding-left: 0;
		padding-right: 0;
	}
}