/*
Theme Name: Nkagro 
Author : Niyati technologies
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*@font-face {
  font-family: "TT Commons Regular";
  src: url("fonts/TT Commons Regular.eot");
  src: url("fonts/TT Commons Regular.ttf");
  src: url("fonts/TT Commons Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/TT Commons Regular.woff") format("woff"),
    url("fonts/TT Commons Regular.woff2") format("woff2"),
    url("fonts/TT Commons Regular.svg#TT Commons Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
 @font-face {
  font-family: "TT-Commons-Medium";
  src: url("fonts/TT-Commons-Medium.eot");
  src: url("fonts/TT-Commons-Medium.ttf");
  src: url("fonts/TT-Commons-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/TT-Commons-Medium.woff") format("woff"),
    url("fonts/TT-Commons-Medium.svg#TT-Commons-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TT Commons DemiBold";
  src: url("fonts/TT Commons DemiBold.eot");
  src: url("fonts/TT Commons DemiBold.ttf");
  src: url("fonts/TT Commons DemiBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/TT Commons DemiBold.woff") format("woff"),
    url("fonts/TT Commons DemiBold.woff2") format("woff2"),
    url("fonts/TT Commons DemiBold.svg#TT Commons DemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
} */

/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;1,300;1,400&display=swap"); */

@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,400;0,600;0,700;1,300;1,400&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight&family=Inter:ital,opsz@0,14..32;1,14..32&display=swap');

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html {
  /* font-family: sans-serif; */
  font-family: "Inter", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* .inter-tight {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
} */



body {
  margin: 0;
  background: #fff;  
  /* font-family: "Kanit", sans-serif; */
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height:25px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

.col-centered {
  margin: 0 auto;
  text-align: center;
  float: none;
}
/*svg:not(:root) {
	overflow: hidden;
}*/

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:focus {
  outline: none;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #414141;
  font-size: 15px;
  line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  line-height: 25px;
  /* font-family: "TT-Commons-Medium"; */
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

p {
  margin-bottom: 1.2em;
  line-height: 27px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #666;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 15px;
  margin: 0px 3px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: transparent;
  background: #20b14c;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  line-height: 30px;
  color: #404040;
  border: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0px;
  border-bottom: 1px solid #ccc;
  padding:5px 0px 7px 0px;
  transition: 0.2s ease;
  background-color: transparent;
  width: 100%;
  border-radius: 0;
  margin: 0 0 1px;
  transition: 0.2s linear;
}

div.wpcf7 .ajax-loader {
  float: left;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

/*.name1::-webkit-input-placeholder, .email1::-webkit-input-placeholder ,.phone1::-webkit-input-placeholder,.companyname1::-webkit-input-placeholder ,.message1::-webkit-input-placeholder , .post::-webkit-input-placeholder{ 
  color: #333;
}

.name1::-moz-placeholder , .email1::-moz-placeholder , .phone1::-moz-placeholder , .message1::-moz-placeholder, .companyname1::-moz-placeholder ,.post::-moz-placeholder{  Firefox 19+ 
  color: #333;
}

.name1:-ms-input-placeholder , .email1:-ms-input-placeholder  ,.phone1:-ms-input-placeholder  ,.message1:-ms-input-placeholder,.companyname1:-ms-input-placeholder ,.post:-ms-input-placeholder  {
  color: #333;
}

.name1:-moz-placeholder ,.email1:-moz-placeholder , .phone1:-moz-placeholder ,.message1:-moz-placeholder ,.companyname1:-moz-placeholder ,.post:-moz-placeholder {
  color: #333;
}*/

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
}

select {
  line-height: 35px;
  color: #000;
  border: none;
  font-size: 16px;
  border-radius: 0px;
  border-bottom: 2px solid #c7c7c7;
  padding: 5px 0px 10px 15px;
  transition: 0.2s ease;
  background-color: transparent;
  width: 100%;
  border-radius: 0;
  margin: 0 0 20px;
  height: 52px;
  transition: 0.2s linear;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(images/select-arrow.png) no-repeat 98% 20px / 14px;
}
select:focus {
  background: url(images/select-arrow-active.png) no-repeat 98% 20px / 14px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-bottom: 1px solid #ed1c24 !important;
  transition: 0.2s linear;
}

textarea {
  width: 100%;
  padding: 5px 0px 5px 0px;
}

/*.name1 input{background:url(images/name.png)no-repeat 15px 15px;}
.name1 input:focus{background:url(images/name-active.png)no-repeat 15px 15px;}
.phone input{background:url(images/phone.png)no-repeat 15px 12px;}
.phone input:focus{background:url(images/phone-active.png)no-repeat 15px 12px;}
.email input{background:url(images/email.png)no-repeat 15px 15px;}
.email input:focus{background:url(images/email-active.png)no-repeat 15px 15px;}
.city input{background:url(images/city.png)no-repeat 15px 12px;}
.city input:focus{background:url(images/city-active.png)no-repeat 15px 12px;}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    padding: 12px 133px;
    border-radius: 0;
    margin: 25px 0;
    transition: .2s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #22c1f2;
    transition: .2s linear;

}*/
.half-box.name,
.half-box.email,
.half-box.we-are {
  padding-right: 30px;
}
.half-box.phone,
.half-box.city,
.half-box.we-want {
  padding-left: 30px;
}
a#scrolldown {
  width: 25px;
  height: 50px;
  display: block;
}
div.wpcf7-response-output {
  overflow: auto;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  box-shadow: 0 0 2px -1px #333;
  margin-bottom: 0;
}
.navbar-brand > a {
  color: #563d7c;
  font-weight: bold;
}
.navbar-brand > a:visited,
.navbar-brand > a:hover {
  color: #563d7c;
  text-decoration: none;
}
div#page-sub-header {
  position: relative;
  padding: 30px 0;
  color: #cdbfe3;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-color: #6f5499;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#563d7c),
    to(#6f5499)
  );
  background-image: -webkit-linear-gradient(top, #563d7c 0, #6f5499 100%);
  background-image: -o-linear-gradient(top, #563d7c 0, #6f5499 100%);
  background-image: linear-gradient(to bottom, #563d7c 0, #6f5499 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
  background-repeat: repeat-x;
  margin-bottom: 40px;
  font-size: 20px;
}
div#page-sub-header h1 {
  margin-top: 0;
  color: #fff;
  margin-bottom: 10px;
}
div#page-sub-header p {
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  div#page-sub-header h1 {
    font-size: 60px;
    line-height: 1;
  }
  div#page-sub-header {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  div#page-sub-header p {
    max-width: 640px;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}
.navbar-brand {
  height: auto;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

@media (max-width: 767px) {
  .dropdown-menu {
    padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }
  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
  li.dropdown.open {
    border: 0px solid red;
  }
}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
    top: 90%;
    border-radius: 0;
    background: #fff;
  }
  .caret {
    display: inline-block;
  }
  #navbar {
    text-align: center;
  }
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width:162px;
  padding: 0;
  margin: 2px 0 0;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
/* .page-template-page-service .dropdown-menu {position: absolute;top: 90% !important;left: 0;min-width:220px;padding:  0;margin: 2px 0 0;} */
.dropdown-menu > li > a {
  padding: 10px 15px;
  color: #111;
  position: relative;
  transition: 0.2s linear;
  letter-spacing: 0px;
  border-bottom: 1px solid #ccc !important;
  text-transform: none !important;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  font-family: "Kanit", sans-serif;

}
.dropdown-menu > li:last-child > a {
  border-bottom: 0 !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #c80000;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #c80000;
  text-decoration: none;
  background-color: #fff;
  outline: 0;
}

.dropdown-menu li ul.dropdown-menu {
  position: absolute;
  left: 160px;
  top: -3px !important;
  min-width:155px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -158px;
    top: 22px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 0em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  background: #f5f5f5 none repeat scroll 0 0;
  border-radius: 3px;
  box-shadow: 0 0 2px 1px #ccc;
  padding: 2rem;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer#colophon {
  background: #262626 none repeat scroll 0 0;
  margin: 0px 0 0;
  padding: 20px 0;
  text-align: center;
}
.copyright {
  font-size: 14px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
/*************custom styles**************/

/* Custom Styles */

main {
  background: #fff; /* margin-top: 102px; */
}
a {
  transition: all 0.3s ease 0s;
}
.no_padding {
  padding: 0px;
}
.no_margin {
  margin: 0px;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: none;
}
#success_msg {
  position: absolute;
  width: 75%;
  left: 0;
  right: 0;
  margin: 0px auto;
  font-size: 15px;
  border: 1px solid #d6e9c6;
  padding: 8px;
  bottom: 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -100%;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  background-color: transparent !important;
  color: #22c1f2;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav .nav > li > a {
  padding: 20px 15px !important;
}
.sidenav .nav > li.active > a {
  color: #22c1f2;
}
.sidenav .logo.menu-item {
  display: none;
}
#content {
  transition: margin-left 0.5s;
}
.sidenav .navbar-nav .open .dropdown-menu {
  background-color: #333;
  border-radius: 0;
  position: relative;
  margin: 0 0 30px;
}
.sidenav .dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 25px;
  color: #818181;
  font-weight: 400;
  display: block;
  line-height: 30px !important;
  text-align: left;
  white-space: unset;
  text-transform: capitalize;
}

/*404*/
/* body.error404 header.navbar-static-top {background: rgba(0,0,0,.5);width: 100%;position: absolute;transition: 0.2s linear;} */
section.error-404.not-found {
  padding: 30px 0px 100px 0px;
  text-align: center;
}

/*full width template*/
section.Fullwidth-sec {
  padding: 50px 0px;
}
section.Fullwidth-sec p {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin-bottom: 15px;
}
section.Fullwidth-sec ul li {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  margin-bottom: 10px;
}
section.Fullwidth-sec ul {
  margin: 15px 0;
}
/*full width template*/

/* Header Section */

header.navbar-static-top {
  background: #fff;
  width: 100%;
  position: fixed;
  transition: 0.2s linear;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  height: 80px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -300em;
}
header .navbar-nav {
  font-size: 14px;
  float: none;
  width: 100%;
  text-align: center;
  transition: 0.2s linear;
  margin: 0;
}
header .navbar-nav > li > a {
  color: #323232;
  position: relative;
  transition: 0.2s linear;
  font-size: 17px;
  font-weight:400;
  padding: 10px 0px;
  margin: 0 10px;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  font-family: "Kanit", sans-serif;
}
header .navbar-nav > li.active > a,
header .navbar-nav > li > a:hover {
  color: #c80000;
  background: none;
  border-bottom: 3px solid #c80000;
}
.navbar-header {
  width: 225px;
  padding:15px 10px 15px 15px;
  transition: 0.2s linear;
}
.header-menu {
  width: calc(100% - 225px);
  float: right;
  padding: 5px 0;
  transition: 0.2s linear;
  position: relative;
  /* height: 80px; */
  margin-top:15px;
}
nav.collapse.navbar-collapse {
  float: right;
}
header .navbar-toggle {
  background: transparent;
  margin-right: 0px;
}
header .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-toggle .icon-bar {
  width: 30px;
  margin-bottom: 6px;
}

header.navbar-static-top.fixed {
  background-color: #fff;
  transition: 0.2s linear;
  padding: 0px 0px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  height: 60px;
}
header.navbar-static-top.fixed .navbar-nav > li {
  transition: 0.2s linear;
}
header.navbar-static-top.fixed .navbar-nav > li > a {
  transition: 0.2s linear;
}
header.navbar-static-top.fixed .navbar-nav > li {
  transition: 0.2s linear;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
header.navbar-static-top {
  padding: 0px 0px;
}
.caret {
  display: none;
}
.mobile-display {
  display: none;
}
header .navbar-nav > li.header-search > a {
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  background: #fff;
  padding: 8px;
  line-height: 0px;
  margin: 12px 0;
  font-size: 15px;
  color: #4dc6e1;
  transition: 0.2s linear;
}
header .navbar-nav > li.header-search:hover > a {
  border: 1px solid #4dc6e1;
  background: #4dc6e1;
  border-radius: 50%;
  padding: 8px;
  line-height: 0px;
  margin: 12px 0;
  font-size: 15px;
  color: #fff;
  transition: 0.2s linear;
  cursor: pointer;
}
header.navbar-static-top.fixed .navbar-header {
  width: 225px;
  padding:7px 10px 7px 15px;
  transition: 0.3s linear;
}
header.navbar-static-top.fixed .navbar-header img { width:140px; transition: 0.3s linear; margin-top:5px; } 
header.navbar-static-top.fixed .header-menu {
  padding: 5px 0;
  transition: 0.3s linear;
  margin-top:5px;
}

.page-template-page-target-sector header.navbar-static-top.fixed,
.page-template-page-investee header.navbar-static-top.fixed,
.page-template-page-key-milestones header.navbar-static-top.fixed,
.page-template-page-about-capital header.navbar-static-top.fixed,
.page-template-page-about-investments header.navbar-static-top.fixed,
.page-template-our-team header.navbar-static-top.fixed,
.page-template-board-of-directors header.navbar-static-top.fixed {
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0);
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
/* End */

/* Footer Section */
/*.site_footer:after{content: '';position: absolute;top: -40px;left: 0;width: 100%;height: 90px;display: block;z-index: 10;background: url(images/footer-bg-mask.png) no-repeat 0 0 / cover ;}*/
footer {
  background-color: #333333;
  padding: 30px 0px 30px 0px;
  position: relative;
  font-family: "Kanit", sans-serif;
}
.footer-right {
  display: block;
  text-align: center;
}
.footer-right ul {
  list-style: none;
  margin: 25px auto 20px auto;
  padding: 0;
  overflow: auto;
  width: 165px;
  display: inline-block;
}
.footer-right ul li {
  display: inline;
}
.footer-right ul li a i {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: #2b357d;
  color: #b5b8d2;
  margin: 0 10px 0 0px;
  font-size: 22px;
  transition: 0.2s linear;
  text-align: center;
  line-height: 31px;
  border: 1px solid #2b357d;
}
.footer-right ul li a:hover i,
.footer-right ul li:hover a i {
  background: #b5b8d2;
  color: #2b357d;
  transition: 0.2s linear;
}

.footer-left .menu-footer-container ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  overflow: auto;
}
/* .footer-left .menu-footer-container ul li { margin-bottom: 10px !important; } */
.footer-left .menu-footer-container ul li a {
  border-right: 1px solid #fff;
  float: left;
  display: inline;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  transition: 0.2s linear;
  text-align: center;
  padding: 0px 10px;
}
.footer-left .menu-footer-container ul li a span {
  font-size: 14px;
  color: #fff;
}
.footer-left .menu-footer-container ul li:first-child a {
  padding: 0px 10px 0 0;
}
.footer-left .menu-footer-container ul li:last-child a {
  padding: 0px 0px 0 10px;
  border: 0;
}
.footer-left .menu-footer-container ul li a:hover {
  color: #fff;
  transition: 0.2s linear;
  text-decoration: underline;
}
.menu-footer-container {
  display: block;
  overflow: auto;
}
.footer-left .copyrights {
  clear: both;
  display: block;
  font-weight: 400;
  color: #c1d2e2;
  font-size: 12px;
  line-height: 25px;
}
.footer-right .makeindia {
  float: left;
  padding: 10px 20px 0 10px;
}
.footer-right .makeindia .image {
  display: inline-block;
}

/* End */

/*search*/
.search-main {
  min-height: 60vh;
  padding-bottom: 50px;
}
h2.entry-title a {
  font-size: 20px;
  color: #000 !important;
  line-height: 28px;
  margin: 0 0 15px;
}
.togglesearch {
  background: #fff;
  position: absolute;
  top: 90px;
  right: 0;
  width: 350px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 0;
  display: none;
}
.togglesearch input {
  line-height: 35px;
  color: #000;
  border: none;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #c7c7c7;
  padding: 5px 10px;
  transition: 0.2s ease;
  background-color: transparent;
  width: calc(100% - 34px);
  margin: 0;
  float: left;
}
.togglesearch input:focus {
  border: 1px solid #22c1f2;
  transition: 0.2s linear;
}
.inputgroup {
  padding: 13px;
}
.togglesearch input[type="submit"] {
  float: left;
  margin: 0;
  padding: 4px 10px;
  border: 0;
  border-radius: 0;
  height: 34px;
  width: 34px;
  transition: 0.2s linear;
  background: #333;
  z-index: 80;
  background: #333 url(images/search.png) no-repeat center / 20px;
}
.togglesearch input[type="submit"]:hover {
  background-color: #4dc6e1;
  color: #fff;
  transition: 0.2s linear;
}
/*search*/

/* Banner Section */
.loading {
  min-height: 500px;
  background: #fff url("images/loader.gif") no-repeat center center;
}
section.banner_section { position: relative; }
.home .banner_section { 
  /* position: absolute; top: 0; width: 100%;  */
  margin-top: -85px;
}
.home header.navbar-static-top { /* background: transparent; */  }
.home header.navbar-static-top.fixed { background: #fff; }
.home .banner_section .content h2 { font-size:36px; line-height:43px; font-weight:400; color:#000; margin-bottom: 25px;  }
.home .banner_section .content p { font-size:18px; color:#000; }



section.banner_section .mainband {
  /* top: 0;
  position: relative; */
  /* background: #e8eef5; */
}

section.banner_section .bannerfill {
  width: 100%;
  position: relative;
  min-height: 826px;
}
section.banner_section .flex-direction-nav {
  display: none;
}
section.banner_section .parent {
  position: relative;
  height: 100%;
}
section.banner_section .content {
  max-width: 600px;
  position: relative;
  padding: 236px 0px 15px 15px;
  z-index: 99;
  align-items: center;
  display: table;
}

section.banner_section .content h1 {
  font-size: 56px;
  line-height: 59px;
  text-align: left;
  color: #000;
  margin:0px 0 25px;
}
section.banner_section .content h1 span {
  color: #fff;
  display: block;
  font-size: 23px;
  line-height: 35px;
}
section.banner_section .content p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}
section.banner_section .content a {
  font-weight: 500;
  padding:13px 35px;
  border-radius: 25px;
  background: #ed1c24;
  color: #fff;
  border: 1px solid #ed1c24;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
  margin-top:15px;
  
}
section.banner_section .content a:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #c80000;
  background:#c80000;
  text-decoration: none;
}

section.banner_section .content p strong {
  font-weight: 500;
}

/* home band animation start */
section.banner_section .content h3 {
  color: #fff;
  font-size: 56px;
  line-height: 1.3em;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  text-transform: none;
  display: inline-block;
  padding: 15px 0px 15px 0px;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
}

/* End */
/*stats section*/
section.stats-section {
  padding: 55px 0;
  background: #ed1c24;
}
.stats-box {
  padding: 0;
  position: relative;
}
.stats-box::after {
  width: 1px;
  background: #cab58f;
  height: 80px;
  right: 0;
  top: 6px;
  display: block;
  content: " ";
  position: absolute;
}
.stats-box:last-child::after {
  display: none;
}

.stat-icon {
  padding: 10px 10px 10px 10px;
  min-height: 83px;
  text-align: left;
}
div.counter {
  font-size: 50px;
  line-height: 33px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.stats-text {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  margin-top: 15px;
  text-align: center;
  color: #fff;
  margin: 20px auto 5px auto;
  max-width: 200px;
}
/*stats section*/

/*client slider*/

section.client-slider-row {
  background: #fff;
  padding: 50px 0px;
}
section.client-slider-row .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  margin: 0 0 40px;
  text-align: center;
  padding: 0 15px;
  text-transform: uppercase;
}
img.a-left.control-c.prev.slick-prev.slick-arrow {
  left: -45px;
  top: 57px;
  position: absolute;
  cursor: pointer;
}
img.a-right.control-c.next.slick-next.slick-arrow {
  position: absolute;
  right: -45px;
  top: 57px;
  cursor: pointer;
  transform: rotate(180deg);
}
img.a-left.control-c.prev.slick-prev.slick-arrow:hover,
img.a-right.control-c.next.slick-next.slick-arrow:hover {
  opacity: 0.8;
}
.client-slider.slick-initialized.slick-slider {
  margin: 0 0 35px;
}
.logos {
  text-align: center;
  margin: 0 20px;
  display: block;
  position: relative;
}
.logos img {
  text-align: center;
  margin: 0 auto;
  display: block;
  /* min-height: 95px; */
  max-height: 95px;
}
.logos hr {
  border-color: #c8c8c8;
}
.logos p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  margin: 0 0 0;
  padding: 0 10px;
}
.button-row {
  margin: 20px auto;
  text-align: center;
}
.button-row a {
  display: inline-block;
  color: #ed1c24;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #ed1c24;
  border-radius: 25px;
  padding: 8px 25px;
}
.button-row a:hover {
  color: #fff;
  background: #c80000;
}
/*client slider*/

/*twitter sections*/
section.twitter-sec {
  padding: 60px 0;
}
.my-updates {
  border-right: 1px solid #e5e5e5;
  padding-right: 50px;
}
.my-updates h4.title,
.twitter-box h4.title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #000;
  padding-left: 40px;
  text-align: left;
  margin: 0 0 35px;
  background: url(images/key-updates.png) no-repeat 0 center;
}
.twitter-box h4.title {
  background: url(images/twitter-icon.png) no-repeat 0 center;
}
.updates-list ul {
  list-style: none;
  padding: 0;
}
.updates-list ul li {
  margin: 0 0 30px;
  text-align: left;
}
.updates-list ul li .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #999;
  text-align: left;
  margin: 0 0 5px;
}
.updates-list ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #333;
  text-align: left;
  transition: 0.2s linear;
}
.updates-list ul li a:hover {
  text-decoration: underline;
  text-underline-position: under;
  transition: 0.2s linear;
}
.twitter-box {
  padding-left: 50px;
  text-align: left;
}
/*twitter sections*/
/*testimonials*/
section.testimonials {
  padding: 50px 0;
  background: url(images/Testimonials-bg.jpg) fixed no-repeat center / cover;
}
section.testimonials h5 {
  font-size: 16px;
  line-height: 22px;
  color: #4dc6e1;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.testimonials.flexslider {
  background: transparent;
  margin: 0 0 40px;
  min-height: 270px;
  padding-left: 40px;
}
.testimonials.flexslider .content p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
}
.testimonials.flexslider .content .author {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 30px;
  margin: 0 0 20px;
}
.testimonials.flexslider .content .author p {
  margin: 0 0 0px;
}
.testimonials.flexslider .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -45px;
  text-align: center;
}
.testimonials.flexslider .flex-control-paging li a {
  width: 15px;
  height: 22px;
  display: block;
  background: transparent url(images/test-icon.png) no-repeat 0 0;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.testimonials.flexslider .flex-control-paging li a.flex-active {
  width: 15px;
  height: 22px;
  display: block;
  background: transparent url(images/test-activeicon.png) no-repeat 0 0;
  cursor: default;
}
.testimonials .flex-direction-nav a {
  top: 35%;
  left: -40px;
}
.testimonials a.flex-next {
  right: -75px;
  left: unset;
}
/*testimonials*/
/*goals*/
section.goals {
  padding: 90px 0;
}
.goals-list {
  margin: 60px 0 0px;
}
.goals-list ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
}
.goals-list li {
  width: 160px;
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
}
.goals-list li .image {
  width: 160px;
  height: 160px;
  position: relative;
  cursor: pointer;
}
.read-more {
  padding: 15px 0;
  text-align: left;
  font-size: 13px;
  color: #666;
  transition: 0.2s linear;
  background: transparent;
  background-position: 100% center;
}
.static {
  position: absolute;
  left: 0;
  top: 0;
}
.goals-list li:hover .read-more {
  background: #333 url(images/read-more-icon.png) no-repeat 90% center;
  padding: 15px;
  color: #fff;
  transition: 0.2s linear;
  cursor: pointer;
}
.goals-list li.gif-icon-box1:hover .static {
  opacity: 0;
}
.gif-icon-box1 .read-more {
  border-bottom: 1px solid #e91b2c;
}
.goals-list li.gif-icon-box2:hover .static {
  opacity: 0;
}
.gif-icon-box2 .read-more {
  border-bottom: 1px solid #d19f2a;
}
.goals-list li.gif-icon-box3:hover .static {
  opacity: 0;
}
.gif-icon-box3 .read-more {
  border-bottom: 1px solid #c21f32;
}
.goals-list li.gif-icon-box4:hover .static {
  opacity: 0;
}
.gif-icon-box4 .read-more {
  border-bottom: 1px solid #ef4129;
}
.goals-list li.gif-icon-box5:hover .static {
  opacity: 0;
}
.gif-icon-box5 .read-more {
  border-bottom: 1px solid #00add7;
}
.gif-icon-box6 {
  margin-right: 0 !important;
}
.goals-list li.gif-icon-box6:hover .static {
  opacity: 0;
}
.gif-icon-box6 .read-more {
  border-bottom: 1px solid #8d1837;
}
.modal-backdrop.in {
  filter: alpha(opacity=88);
  opacity: 0.88;
}
.modal-backdrop {
  background-color: #373737;
}
.modal-dialog {
  width: 990px;
  margin: 100px auto 0;
}
.modal-content {
  border-radius: 0;
}
.modal-body {
  position: relative;
  padding: 0;
  display: flex;
}
.modal-image {
  padding: 0 25px;
  width: 224px;
}
.modal-text {
  padding: 60px 40px 20px;
  width: calc(100% - 224px);
}
.modal-text h4 {
  font-weight: 500;
  line-height: 27px;
  margin: 0 0 15px;
  color: #333;
}
.modal-text p {
  font-weight: 400;
  line-height: 27px;
  font-size: 14px;
  margin: 0 0 15px;
  color: #666;
}
button.close {
  position: absolute;
  right: 20px;
  top: 10px;
  opacity: 1;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  z-index: 100;
}
button.close:hover {
  background: transparent;
  opacity: 0.8;
  color: #4dc6e1;
}
.modal-image:before {
  width: 174px;
  content: "";
  display: block;
  height: 55px;
}
#gif-icon-box1 .modal-image:before {
  background: #e6243e;
}
#gif-icon-box2 .modal-image:before {
  background: #dea53a;
}
#gif-icon-box3 .modal-image:before {
  background: #c51a2d;
}
#gif-icon-box4 .modal-image:before {
  background: #ff3a20;
}
#gif-icon-box5 .modal-image:before {
  background: #27bde2;
}
#gif-icon-box6 .modal-image:before {
  background: #a41942;
}
span.endorse {
  padding: 0 15px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.innerbanner .banneroverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.34) 52%,
    rgba(0, 0, 0, 0.96) 100%
  );
}

@keyframes bottom_to_top {
  from {
    margin-bottom: -60px;
    opacity: 0.5;
  }
  to {
    margin-bottom: 0;
    opacity: 1;
  }
}
@keyframes left_to_right {
  from {
    margin-left: -50px;
    opacity: 0.5;
  }
  to {
    margin-left: 0;
    opacity: 1;
  }
}

/* Micro finance Page start */
/* about us */
.about-tab {
  background: #f4f4f4;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  transition: 0.2s linear;
}
.about-tab ul {
  list-style: none;
  margin-bottom: 0;
  text-align: center;
  padding-left: 0;
}
.about-tab ul li {
  display: inline-block;
  border-top: 3px solid transparent;
  transition: 0.2s linear;
}
.about-tab ul li a {
  color: #666666;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  display: block;
  padding: 10px 15px;
}
.about-tab ul li.current-menu-item a {
  color: #000000;
  font-weight: 700;
}
.about-tab ul li:hover a {
  color: #000000;
}
.about-tab ul li:hover {
  border-top: 3px solid #4dc6e1;
}
.about-tab ul li.current-menu-item {
  border-top: 3px solid #4dc6e1;
}

.flexer {
  display: flex;
}

.about-brief h4 {
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  line-height: 33px;
  margin: 0 0 20px 0;
}
.about-brief h4 a {
  color: #4dc6e1;
  font-size: 16px;
  font-weight: 400;
}
.about-brief p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
.count-bg {
  padding: 50px 0;
}
.counting-list {
  padding: 0 0px 0 70px;
}
.counting-list h4 {
  color: #333333;
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
.counting-list p {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
}
.counting-list i {
  font-size: 20px;
  vertical-align: top;
  padding-top: 5px;
  font-weight: 100;
}
.counting-list h4 span {
  font-weight: 500;
  font-size: 34px;
}
.count-two {
  background: url(images/billion-icon.png) no-repeat left top / 50px;
}
.count-three {
  background: url(images/hand-icon.png) no-repeat left top / 50px;
}
.count-four {
  background: url(images/district-icon.png) no-repeat left top / 50px;
}

.wrap-banner-content {
  -webkit-animation: fadein 1.5s linear;
  -moz-animation: fadein 1.5s linear;
  -ms-animation: fadein 1.5s linear;
  -o-animation: fadein 1.5s linear;
  animation: fadein 1.5s linear;
}
@keyframes fadein {
  from {
    opacity: 0;
    bottom: 70px;
  }
  to {
    opacity: 1;
    bottom: 100px;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
    bottom: 70px;
  }
  to {
    opacity: 1;
    bottom: 100px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    bottom: 70px;
  }
  to {
    opacity: 1;
    bottom: 100px;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
    bottom: 70px;
  }
  to {
    opacity: 1;
    bottom: 100px;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
    bottom: 70px;
  }
  to {
    opacity: 1;
    bottom: 100px;
  }
}
.about-tab.navbar-static-top.fixed {
  position: fixed;
  top: 102px;
  transition: 0.2s linear;
}
/* about us */
/*target sector*/
section.target-boxes {
  padding: 70px 0px;
}
.target-boxes h3 {
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
}
.target-box-row ul {
  list-style: none;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0;
  min-height: 270px;
}
.target-box-row ul li a {
  width: 173px;
  display: inline-block;
  height: 100%;
  border: 1px solid #d9d8d8;
  background: #fff;
  padding: 40px 30px;
  margin: 15px 15px 15px;
  transition: 0.2s linear;
  text-align: center;
  box-shadow: 0 9px 25px 2px rgba(160, 172, 179, 0.3);
}
.target-box-row ul li:hover a {
  border: 1px solid #888;
  background: #888;
  transition: 0.2s linear;
  transform: scale(1.05);
}
.target-box-row a .box-title {
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 25px;
  color: #000;
  transition: 0.2s linear;
}
.target-box-row ul li:hover a .box-title {
  color: #fff;
  transition: 0.2s linear;
}
/*target sector*/

/*Contact Page*/
.contactsection {
  position: relative;
  margin: 105px 0 0;
}
#map_canvas {
  height: 550px;
  position: relative;
  z-index: 9;
}
/*#map_canvas .gm-style{margin-top: 70px!important}*/
/*#map_canvas:before{ background:rgba(0,0,0,0.3); content: ''; position: absolute; left: 0; height: 100%; width: 100%; top: 0;z-index: 9  }*/
.maplist {
  position: absolute;
  width: 100%;
  top: 0;
}
.mapwhite {
  float: left;
  width: 400px;
  background: #fff;
  padding: 10px 35px 30px;
  margin: 60px 0 0;
  position: relative;
  z-index: 99;
}
.mapwhite h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 25px 0 7px;
}
.mapli {
  float: left;
  width: 100%;
  font-size: 15px;
}
.telephone {
  margin-top: 7px;
  color: #000;
  float: left;
  width: 100%;
}
.telephone .teltext {
  float: left;
}
.telephone a {
  float: right;
  font-size: 15px;
  text-decoration: underline;
  color: #02adcd;
}
.gmnoprint img {
  z-index: 999 !important;
}
.contacticon {
  text-align: center;
  font-size: 22px;
  margin: 60px 0;
}
.contacticon a {
  color: #000;
}
.contacticon a:hover {
  color: #02adcd;
}
.enquiry {
  margin-bottom: 25px;
}
.social a {
  display: inline-block;
  padding: 0 5px;
}
.social a {
  position: relative;
  top: 0;
  transition: all 0.5s ease;
}
.social a:hover {
  top: -10px;
}

/*banner*/
.herobanner {
  padding: 40px 0 40px;
}
.herobanner .bannerfill {
  height: 250px;
  position: relative;
}
.herobanner .bannerfill .gradient {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.2) 15%,
    rgba(0, 0, 0, 0.3) 25%,
    rgba(0, 0, 0, 0.4) 85%,
    rgba(4, 4, 6, 0.55) 99%,
    rgba(4, 4, 6, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.43) 85%,
    rgba(4, 4, 6, 0.55) 99%,
    rgba(4, 4, 6, 0.8) 100%
  );
  background: linear-gradient(
    top,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0.43) 85%,
    rgba(4, 4, 6, 0.55) 99%,
    rgba(4, 4, 6, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#040406',GradientType=0);
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.banner-text {
  position: absolute;
  padding: 0 300px 0 0;
  bottom: 65px;
  left: 50px;
}
.banner-text h1 {
  margin: 8px 0 0;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-weight: 700;
}
.banner-text p {
  margin: 0;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  font-weight: 400;
  padding-right: 175px;
}
/*banner*/

/*blog section*/
.blog-section {
  padding: 50px 0px 50px;
}
.blog-post {
  margin-bottom: 25px;
  min-height: 400px;
  display: none;
}
.blog-image {
  background: #d8d8d8;
  width: 100%;
  height: 250px;
}
.blog-content h2 {
  font-size: 19px;
  color: #333;
  font-weight: 700;
  margin: 5px 0px 15px;
  line-height: 30px;
}
.blog-content p {
  font-size: 11px;
  color: #666666;
  font-weight: 400;
  margin: 15px 0 0;
  line-height: 23px;
}
.archive_template {
  padding: 50px 0 0;
}

/*sidebar*/
.sidebar-blog {
  padding: 0;
}
.subscribe-box {
  /*background-color: #26406a;*/
  margin-bottom: 30px;
  background-image: url(images/blue_bg.jpg);
  background-repeat: no-repeat;
  height: 290px;
  background-size: cover;
  background-position: center top;
}
.subscribe-box .wrapper {
  padding: 40px 40px;
}
.subscribe-box h2 {
  margin: 0;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
}
.subscribe-box input[type="email"],
.elp_textbox_class {
  border: none;
  border-bottom: 1px solid #39a8c1;
  background: url(images/subscribe-email.png) no-repeat 0px 15px;
  background-color: transparent;
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #fff;
  width: 100%;
  padding: 2px 0 10px 37px;
  border-radius: 0;
  margin: 25px auto 40px !important;
}
.subscribe-box input[type="submit"],
.elp_textbox_button {
  font-size: 14px !important;
  color: #fff !important;
  padding: 10px 15px !important;
  background: none !important;
  width: 150px !important;
  border-bottom: 0 !important;
  background-color: #8cc152 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  transition: 0.3s ease-in;
  /* font-family: "Open Sans", sans-serif !important; */
  font-family: "Kanit", sans-serif;
  display: inline-block;
  border-radius: 5px !important;
  text-decoration: none; /* background-color: white; */
}
.subscribe-box input[type="submit"]:hover,
.elp_textbox_button:hover {
  background-color: #588c1f !important;
  transition: 0.3s ease-in;
}
.subscribe-box p {
  text-align: center;
}

.subscribe-box ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.subscribe-box ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.subscribe-box :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.subscribe-box :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.follow-box {
  background-color: #f2f2f2;
  margin: 30px 0 50px;
  overflow: auto;
}
.follow-box .wrapper {
  padding: 25px 25px;
  overflow: auto;
}
.follow-text {
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin: 9px 0px;
}
.social-list {
  display: inline-block;
  float: right !important;
  margin: 20px 0px 0px;
}
.social-list ul {
  list-style: none;
}
.social-list ul li {
  float: left;
  width: 30px;
  border: none;
  border-radius: 50px;
  background-color: #8cc152;
  margin: 0 5px;
  height: 30px;
  color: #fff;
}
.social-list ul li a {
  color: #26406a;
  transition: 0.5s ease;
}
.social-list ul li:hover a {
  color: #fff;
  transition: 0.5s ease;
}
.social-list i.fa.fa-facebook {
  padding: 7px 10px;
  font-size: 18px;
}
.social-list i.fa.fa-twitter {
  padding: 7px 7px;
  font-size: 18px;
}
.social-list i.fa.fa-linkedin {
  padding: 6px 8px;
  font-size: 18px;
}

.cat-box {
  margin: 0px 0 20px;
  overflow: auto;
}
.cat-box h2 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 0px;
  padding: 5px 0 15px 40px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
.cat-box h2:before {
  content: "";
  width: 20px;
  height: 10px;
  background-color: #8cc152;
  position: absolute;
  left: 0;
  top: 8px;
}
.cat-box ul {
  margin: 10px 0px 30px;
  list-style: none;
  padding: 0;
}
.cat-box ul li {
  padding: 5px 0 5px 0;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.browse-box h2 {
  font-weight: 700;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 0px;
  padding: 5px 0 15px 40px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
.browse-box h2:before {
  content: "";
  width: 20px;
  height: 10px;
  background-color: #3bb6cd;
  position: absolute;
  left: 0;
  top: 8px;
}
.browse-box ul {
  margin: 15px 0px 0px;
  list-style: none;
  padding: 0;
}
.browse-box ul li {
  overflow: auto;
  clear: both;
  margin: 0px 0px;
  border-bottom: none;
  padding: 6px 0px;
}
.browse-box ul li:last-child {
  border-bottom: unset;
}
.browse-box ul li a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  float: left;
}
.browse-box ul li a:hover {
  color: #ab0004;
}

.recent-box {
  padding: 0px 0 20px;
}
.recent-box h2 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 0px;
  padding: 0px 0 15px 40px;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}
.recent-box h2:before {
  content: "";
  width: 20px;
  height: 10px;
  background-color: #3bb6cd;
  position: absolute;
  left: 0;
  top: 5px;
}
.recent-box ul {
  margin: 0px 0px 0px;
  list-style: none;
  padding: 0;
}
.recent-box ul li {
  overflow: auto;
  clear: both;
  margin: 0px 0px;
  border-bottom: 1px solid #dbdbdb;
  padding: 25px 0px;
}
.recent-box ul li:last-child {
  border-bottom: unset;
}

.recent-image {
  display: inline-block;
  float: left;
  width: 33%;
  padding-right: 15px;
}
.recent-image .wrapper {
  width: 100%;
  height: 80px;
  background-color: #898989;
  padding-right: 15px;
}
.recent-content {
  display: inline-block;
  width: 67%;
  font-size: 16px;
  color: #666;
  font-weight: 700;
  float: left;
}
.recent-box ul li a:hover .recent-content {
  color: #ab0004;
}
.browse-box {
  padding: 0 0 30px;
}
.subscribe-button {
  font-size: 16px;
  font-weight: 500;
  background: #4dc6e2;
  padding: 10px 20px;
  color: #fff;
}
/*sidebar*/

/*single wrapper*/
/*body.post-template-default.single{background: #f2f2f2;}*/
.singlewrapperout {
  padding: 50px 0px;
  overflow: auto;
}
.singlewrapper {
  padding: 50px 0px;
  overflow: auto;
}
.singlewrapper .content-area {
  background-color: #fff;
}
.singlewrapper .col-md-8 {
  width: 72%;
}
.singlewrapper .col-md-4 {
  width: 28%;
}
.single-blog-content {
  padding: 40px 40px 40px 0;
}
p.post-cat {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  margin: 0px 0 0;
  line-height: 23px;
}
/*.single-blog-content{position:relative}*/
.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6,
.single-blog-content strong {
  font-weight: 700;
}
.single-blog-content h1 {
  font-weight: 700;
  font-size: 38px;
  color: #26406a;
  line-height: 45px;
  margin: 0 0 10px 0px;
}
span.category {
  list-style: none;
  position: absolute;
  top: -1%;
  left: 32%;
}
.postmeta ul.post-categories {
  display: inline-block;
  list-style: none;
  margin: -3px 0 0 0;
  padding: 0;
  position: relative;
  top: 5px;
}
.postmeta ul.post-categories li {
  float: left;
  padding: 0 10px;
  line-height: 17px;
  color: #fff;
}
.postmeta ul.post-categories li:last-child {
  border-right: 0 solid #ddd;
}
.postmeta ul.post-categories li a {
  color: #666;
}
/*.single-blog-content .entry-title{position:absolute;top:-4%;}*/
.related_posts {
  padding: 50px 0 0;
  text-align: center;
}
.related_posts h1 {
  margin: 10px 0 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.related_posts .col-sm-4 {
  width: 33%;
  float: none;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.caption {
  background: #fff;
  padding: 30px 20px;
  color: #333 !important;
  margin: 0 0 30px;
}
.caption .entry-title {
  font-size: 22px !important;
  color: #333 !important;
  margin: 10px 0;
  text-align: left;
  line-height: 28px;
  font-weight: 700;
}
.caption .entry-title:hover {
  color: #3bb6cd !important;
}
.big_font,
.bluequote {
  float: left;
  width: 230px;
  border-top: solid 3px #ab0004;
  border-bottom: solid 3px #ab0004;
  padding: 25px 0;
  font-size: 22px !important;
  line-height: 36px !important;
  color: #ab0004;
  margin: 20px 50px 0px 0px !important;
}
.big_font:before,
.bluequote:before,
.greybg:before {
  content: "\201C";
}
.big_font:after,
.bluequote:after,
.greybg:after {
  content: "\201D";
}
.greybg {
  max-width: 760px;
  margin: 30px auto;
  color: #0078c8;
  background: #f2f5f7;
  border-left: none !important;
  padding: 40px 50px;
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
}
.bluecontent {
  margin: 0 0 30px !important;
  color: #084f70;
  letter-spacing: -0.5px;
  font-size: 26px;
  line-height: 38px;
  background: url(images/blog-blockquote.jpg) no-repeat;
  padding-left: 110px;
}
.m_lft {
  margin: 0 0 10px !important;
}
.share {
  display: block;
  float: right;
  text-align: right;
  padding-right: 25px;
  font-size: 15px;
  color: #333;
  position: relative;
  width: auto;
  border-radius: 80px;
  height: 27px;
  cursor: pointer;
}
.share a {
  line-height: 20px;
  width: 20px;
  text-align: center;
  display: inline-block;
  color: #666;
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.share a:hover {
  color: #3bb6cd;
}
.subscriber_out {
  float: left;
  width: 98%;
  margin: 30px 0 0 15px;
  border: 1px solid #e5e5e5;
}
.subscriber_out .subscribe-box {
  background: #f1f1f1;
  margin-bottom: 0;
  height: auto;
}
.subscriber_out .subscribe-box .wrapper {
  padding: 60px 40px 50px 40px;
}
.subscriber_out .subscribe-box h2 {
  color: #26406a;
  text-align: center;
  margin: 0 auto 20px;
  font-size: 30px;
  line-height: 42px;
  width: 50%;
}
.subscriber_out .subscribe-box h2 span {
  color: #3bb6cd;
}
.subscriber_out .subscribe-box input {
  width: 50%;
  display: block;
  margin: 0 auto 20px;
  color: #333;
}
.subscriber_out span.wpcf7-not-valid-tip {
  text-align: center;
}
.elp_msg {
  text-align: center !important;
  display: block !important;
  font-size: 18px !important;
}
.subscriber_out .subscribe-box input::-webkit-input-placeholder {
  color: #333;
}
.subscriber_out .subscribe-box input::-moz-placeholder {
  color: #333;
}
.subscriber_out .subscribe-box input:-ms-input-placeholder {
  color: #333;
}
.subscriber_out .subscribe-box input:-moz-placeholder {
  color: #333;
}
#author {
  padding: 50px 0;
}
#author h3 {
  font-size: 28px;
  font-weight: 700;
}
.author-cont h1 {
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
}
/*.newsrow {display:none;}*/
ul.postmeta {
  padding: 10px 0px 0px;
  overflow: hidden;
  clear: both;
  display: block;
  font-size: 15px;
  font-weight: 500;
}
ul.postmeta li {
  float: left;
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0px 10px;
  line-height: 20px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
ul.postmeta li:first-child {
  padding: 0px 10px 0 0px;
}
ul.postmeta li:nth-child(2) {
  border-right: none;
}
ul.postmeta li:last-child {
  border-right: none;
}
ul.postmeta li a {
  color: #666;
  text-transform: capitalize;
}
ul.postmeta li a:hover {
  color: #3bb6cd;
}
hr.grey {
  display: block;
  clear: both;
  margin: 10px 0px;
  overflow: auto;
}
.content-blog {
  padding: 10px 0px;
}
.content-blog h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
.content-blog h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.content-blog p {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-align: justify;
}
.content-blog li {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

/* our-team */
.profile-bg {
  height: 285px;
  position: relative;
  overflow: hidden;
}
.team-brief {
  background-color: #e0e0e0;
  padding: 70px 60px 60px;
  margin-bottom: 35px;
  background: url(images/our-team-bg.png) no-repeat center center / cover;
}
.team-brief h5 {
  margin: 0 0 50px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  position: relative;
}
.team-bg {
  margin: 30px 0 80px;
}
.directors-bg {
  margin: 30px 0 200px;
}
.team-brief h5::after,
.profile-name p::after {
  content: "";
  width: 105px;
  color: #4dc6e1;
  background: #4dc6e1;
  height: 4px;
  bottom: -20px;
  position: absolute;
  left: 0;
}
.team-brief p {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  line-height: 33px;
}
.profile-bg img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-name h4 {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.profile-cover h4 {
  color: #000000;
  font-weight: 700;
  font-size: 19px;
  margin: 0px 0 10px 0;
}
.profile-cover p,
.profile-name p {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
.profile-cover {
  margin-bottom: 35px;
  cursor: pointer;
  height: 395px;
}
.team-pop .modal-dialog {
  width: 820px;
}
.team-pop .modal-content {
  padding: 42px 80px 50px 0;
  min-height: 520px;
}
.profile-name p {
  position: relative;
}
.profile-name {
  margin: 15px 0 40px;
}
.profile-name p::after {
  width: 70px;
  bottom: -18px;
  content: none;
}
.profile-detail p {
  color: #333333;
  font-size: 14px;
  line-height: 23px;
}
.team-pop .profile-bg {
  box-shadow: -5px 10px 18px #414040;
}
.profile-left {
  position: absolute;
  left: -30px;
  width: 100%;
}
.profile-left i {
  float: right;
  background: #006da6;
  color: #fff;
  padding: 6px 7px;
  border-radius: 2px;
  margin-top: 35px;
  font-size: 18px;
  transition: 0.2s linear;
}
.team-bg button.close {
  right: 16px;
  top: 10px;
  color: #333333;
}
.team-bg button.close:hover {
  color: #4dc6e1;
}
.profile-left i:hover {
  color: #006da6;
  background: #fff;
}
.profile-pic {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 260px;
}
.profile-cover:hover .profile-brief {
  background: #fff url(images/read-more-icon.png) no-repeat 95% 60%;
  transition: 0.2s linear;
  cursor: pointer;
  padding: 20px;
  border-bottom: 3px solid #000000;
  box-shadow: 1px 1px 10px #ddd;
}
.profile-brief {
  padding: 20px 0;
  text-align: left;
  transition: 0.2s linear;
  background: transparent;
  background-position: 100% 60%;
}
.profile-cover p {
  max-width: 190px;
  line-height: 22px;
}

section.logo-wrapper {
  padding: 70px 0px;
  background-color: #fff;
}
section.logo-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
  text-align: center;
  width: 100%;
}
section.logo-wrapper ul li {
  width: 25%;
  float: left;
  transition: 0.3s linear;
  border: 1px solid transparent;
  padding: 20px 10px;
  margin: 15px 0px;
}
section.logo-wrapper ul li:hover {
  border: 1px solid #d5d5d5;
  box-shadow: 0 0 7px 4px rgba(164, 178, 177, 0.4);
  transition: 0.3s linear;
}
section.logo-wrapper .logos {
  margin: 0;
  padding: 0;
}
section.logo-wrapper .logos p {
  font-size: 12px;
  padding: 0 0px;
}

.writingsfilter {
  padding: 40px 0px;
  background: #f6f6f6;
  margin: 50px 0 0;
}
.gridinner {
  width: 100%;
  min-height: 190px;
  padding: 0 0px;
}
.bannersection.inthenewsband .careerbantext {
  margin: 180px 0 60px;
}
.grid-item {
  margin: 15px 15px 30px;
  width: 46%;
}
#writtingsfil {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.filterimagepart {
  background: #fff;
  padding: 35px;
  width: 100%;
  min-height: 190px;
  float: left;
  box-shadow: 0 8px 10px -8px #ddd;
}
.filterimg {
  height: 80px;
}
.filterimagepart h4 {
  min-height: 65px;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.vielinkdiv span.publishmonth {
  float: right;
}
.filterbg ul {
  margin: 0;
  padding: 0;
  text-align: left;
  box-shadow: none;
  background: #fff;
  min-width: 130px;
  border: 1px solid #eee;
}
.filterbg li {
  display: block;
  padding: 0;
  text-align: left;
}
.filterbg li a {
  background: #fff;
  padding: 5px 17px;
  color: #000;
  display: block;
  border-bottom: 1px solid #eee;
}
.filterbg li a.current {
  background: #4ec5db;
}
.filterbg li a:hover {
  background: #f4f4f4;
  color: #000;
}
.filterbg {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.isotope-pager {
  text-align: center;
  float: left;
  width: 100%;
  margin: 50px 0;
}
.isotope-pager a {
  color: #000;
  margin: 3px 2px;
  padding: 2px 10px;
  display: inline-block;
}
.isotope-pager a.current {
  background: #000;
  color: #fff;
}
.vielinkdiv a {
  float: left;
  color: #02adcd;
  text-decoration: underline;
  padding-right: 25px;
  background: url(images/viewlink.png) no-repeat 100% 4px;
}
.vielinkdiv a:hover {
  color: #000;
}
.filterbg .container {
  max-width: 1170px;
}
.filterbg h4 {
  font-weight: 700;
  text-transform: uppercase;
}
.filterbg label {
  float: left;
  width: 75px;
  font-weight: normal;
  margin: 5px 0 0;
}
.filterbg .dropdown {
  float: left;
  width: auto;
}
.filterbg .dropdown .btn-primary {
  background: #fff url(images/dropdown-arrow.png) no-repeat 90% center;
  color: #000;
  width: auto;
  text-align: left;
  padding: 6px 40px 5px 17px;
  border: 1px solid #eee;
}
.filterbg .dropdown .btn-primary:focus {
  background: #fff url(images/dropdown-arrow.png) no-repeat 90% center;
  color: #000;
  border: 1px solid #eee;
}
.sortbytext {
  float: right;
  margin-right: 58px;
}
.about-tab.media-menu {
  background: #e5e5e5;
}
/*Media page*/
/* key milestones */
.timeline-custom {
  list-style: none;
  overflow-y: scroll;
}
.timeline-custom ul {
  padding-left: 10px;
}
.timeline-custom::before {
  content: "";
  width: 1px;
}
.timeline-custom tbody::before {
  content: "";
  width: 2px;
  height: 100%;
  background: url("images/vetrical-line.png") no-repeat;
  left: 70px;
  position: absolute;
}
.timeline-custom > tbody > tr > td {
  border: none;
}
.timeline-custom > tbody > tr > td.months-list {
  padding: 4px 40px 24px 8px;
  color: #4dc6e1;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.timeline-custom > tbody > tr > td.month-content {
  padding: 0 8px 24px 30px;
  color: #000;
  line-height: 25px;
  font-weight: 600;
}
.year-bar {
  position: relative;
  margin: 100px 0;
}
.year-bar hr {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}
.timeline-nav {
  z-index: 2;
}
.timeline-slide__content::-webkit-scrollbar {
  width: 5px;
}
.timeline-slide__content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.timeline-slide__content::-webkit-scrollbar-thumb {
  background: #888;
}
.timeline-slide__content::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.timeline-nav__item::before {
  left: 5px;
  width: 6px;
  height: 6px;
  top: 28px;
  transition: 0.2s;
  border-radius: 100%;
  position: absolute;
  content: "";
  background: #666;
}
.timeline {
  width: 100%;
  position: relative;
}
.timeline-nav__item {
  width: auto;
  height: auto;
  text-align: center;
  background: #fff;
  color: #000000;
  margin: 0px 25px !important;
  position: relative;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  outline: none;
  cursor: pointer;
  padding: 15px 0;
}
.timeline-nav__item.slick-current {
  color: #4dc6e1;
  opacity: 1;
  transition: 0.2s;
}
.timeline-nav__item.slick-current::before {
  background: #4dc6e1;
}
.timeline-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  margin-top: 120px;
}
.timeline-slider {
  height: 100%;
}
.timeline .slick-list {
  height: 100%;
}
.timeline .slick-track {
  height: 100%;
}
.timeline-slide {
  position: relative;
  background-repeat: no-repeat;
  outline: none;
  background-size: auto 400px, cover;
  background-position: top;
  margin: 0 24px;
  width: 80%;
  z-index: 1;
}
.timeline-slide__content {
  z-index: 5;
  position: absolute;
  background: #ffffff;
  width: 500px;
  left: 50%;
  transform: translate(-50%, 0px);
  opacity: 0;
  transition: opacity 1s;
  height: 600px;
  overflow-y: auto;
}
.timeline .slick-current:after {
  background-color: rgba(0, 52, 113, 0);
}
.timeline .slick-current .timeline-slide__content {
  opacity: 1;
}
.timeline-nav__item:hover::before {
  background: #4dc6e1;
  transition: 0.2s linear;
}
.timeline-nav__item:hover {
  color: #4dc6e1;
  transition: 0.2s;
}
.year-bar .slick-list {
  height: auto;
}
.timeline-nav__item.slick-current::after,
.timeline-nav__item:hover::after {
  left: -4px;
  width: 20px;
  height: 20px;
  top: 19px;
  transition: 0.2s;
  border-radius: 100%;
  position: absolute;
  content: "";
  border: 2px solid #4dc6e1;
  padding: 10px;
}
/* key milestones */
/* investor relastions */
.investor-log {
  width: 690px;
  margin: 0 auto;
  margin-top: 13px;
  padding: 50px;
  box-shadow: 0px 10px 20px #e8ebeb;
  margin-bottom: 100px;
  background: #fff url(images/joint-hands.png) no-repeat 100% 100%;
  text-align: left;
}
.investor-log .form-control {
  padding: 25px 0px;
  border: none;
  box-shadow: none;
  border-bottom: 2px solid #aaaaaa;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.investor-log .form-control::placeholder {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.investor-log .forget-pass a {
  color: #4dc6e1;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400;
}
.investor-log .btn {
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
  padding: 12px 55px;
  background: #4dc6e1;
  color: #fff;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 0;
  margin-left: 0;
}
.investor-log .btn:hover {
  background: #fff;
  color: #4dc6e1;
  border-color: #4dc6e1;
  transition: 0.2s linear;
}
/* .log-btn{margin: 0 auto;text-align: center;} */
.toggle-password {
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.password-box {
  position: relative;
}
/* new */
#nbx .investor-log {
  background: #fff url(images/graph-bg.png) no-repeat 100% 100%;
}

.skewed-bg .panel-default > .panel-heading {
  background: none;
  border: none;
  width: 580px;
  margin: 0 auto;
}
.skewed-bg .nav-tabs {
  display: flex;
  text-align: center;
}
.skewed-bg .nav-tabs > li > a {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  opacity: 0.6;
  border: none;
  transition: 0.2s linear;
}
.skewed-bg .nav-tabs > li.active > a {
  background: none;
  border: none;
  font-weight: 700;
  border-bottom: 1px solid #000;
  opacity: 1;
  transition: 0.2s linear;
}
.skewed-bg .nav-tabs > li.active > a,
.skewed-bg .nav-tabs > li.active > a:focus,
.skewed-bg .nav-tabs > li.active > a:hover,
.skewed-bg .nav > li > a:focus,
.skewed-bg .nav > li > a:hover {
  background: none;
  border: none;
  opacity: 1;
  color: #000;
  font-weight: 700;
  transition: 0.2s linear;
}
.skewed-bg .nav-tabs > li.active,
.skewed-bg .nav-tabs > li:hover,
.skewed-bg .nav-tabs > li:focus {
  border-bottom: 1px solid #000;
}
.skewed-bg .nav-tabs > li {
  display: inline-block;
  float: none;
  width: 100%;
}
.skewed-bg .panel {
  background: transparent;
  border: none;
  z-index: 9;
}
.investor-log form {
  width: 50%;
}
.investor-log h4 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}
#nbx .investor-log h4 {
  font-weight: 300;
}
#nbx .investor-log h4 img {
  vertical-align: baseline;
  margin-right: 10px;
  height: 14px;
}
.skewed-bg .panel-heading li br {
  display: none;
}
.skewed-bg .panel {
  box-shadow: none;
}

.skewed-bg {
  background: url(images/gray-bg.png) no-repeat;
  background-position: 100% 100%;
  background-size: cover;
}
.skewed-bg .team-bg {
  margin: 0;
}

/*careers*/

.content-carrer {
  padding: 0;
}
.button-apply a {
  font-size: 16px;
  font-weight: 500;
  background: #4dc6e2;
  padding: 10px 20px;
  color: #fff;
}
.button-apply a:hover {
  opacity: 0.9;
}

.carrers-table thead {
  overflow: auto;
  border-bottom: 1px solid #ccc;
}
.carrers-table th {
  font-size: 16px;
  padding: 20px 20px 20px 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.carrers-table tr {
  border-bottom: 1px solid #ccc;
}
.carrers-table td {
  text-align: left;
  font-size: 14px;
  padding: 20px 20px;
  color: #868686;
}
.carrers-table .title-position {
  font-weight: 500;
  color: #010000;
}
a.desc-button {
  display: block;
  letter-spacing: 0.3px;
  text-align: left;
  color: #4dc6e1;
  font-size: 15px;
  margin: 10px 0;
}
a.desc-button:hover {
  text-decoration: underline;
}
.carrers-table .button-apply {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  color: #2093d1;
  background: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  margin: 0;
  border: 1px solid #2093d1;
  text-decoration: none;
}
.carrers-table .button-apply:hover {
  opacity: 0.9;
  color: #fff;
  background: #2093d1;
  text-decoration: none;
}
.carrers-table .button-apply:focus {
  text-decoration: none;
}
.content-carrer {
  padding-right: 50px;
}

.CL-TitleGrid h6 {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: left;
  margin: 0;
  color: #000;
}
.CL-TitleGrid h2 {
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: 0.7px;
  text-align: left;
  color: #000;
  margin: 6px 0;
}
.CityName {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.4px;
  color: #000;
  padding-right: 15px;
}
span.CIco {
  background: url(images/black-arrow.svg);
  background-repeat: no-repeat;
  width: 17px;
  height: 10px;
  background-size: 62px;
  border: 0;
  outline: none;
  display: block;
  float: left;
  margin: 4px 5px 0 0;
  transform: rotate(-180deg);
}
.CL-TitleGrid .icon {
  width: 44px;
  height: 9px;
  background: url(images/section_arrow.svg);
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}
.modal-header {
  padding: 35px 35px 20px;
}
#career-popup .modal-body {
  padding: 35px 35px 20px;
}
.parents-elm {
  position: relative;
}
span.blocking-span.formlabel {
  padding: 20px 0 10px;
  overflow: auto;
  clear: both;
}
.blocking-span {
  display: block;
}
.blocking-span label {
  font-size: 15px;
  border-radius: 0;
  color: #000;
  font-weight: 400;
  float: left;
}
.blocking-span input,
.blocking-span textarea {
  border: none;
  border-bottom: 1px solid #6d6d6d;
  height: auto;
  width: 100%;
  font-size: 16px;
  border-radius: 0;
  color: #000;
  margin-bottom: 5px;
  padding: 15px 0 5px;
}
.blocking-span input:focus,
.blocking-span textarea:focus {
  outline: none;
  border-bottom: 1px solid #4ec5db;
}
div.wpcf7 input[type="file"] {
  cursor: pointer;
}
.resume input {
  border: none;
  width: 65%;
  float: right;
  padding: 0;
  position: relative;
}
.carrer-buttonrow {
  display: block;
  overflow: auto;
  clear: both;
  text-align: center;
}
.form-body input.wpcf7-submit {
  margin: 20px 0;
  background: #4ec5db;
  color: #fff;
  font-size: 18px;
  padding: 10px 70px;
  border: none;
  border-radius: 0;
}
.email-alternate {
  display: block;
  clear: both;
  padding: 30px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.email-alternate a {
  color: #4dc6e1;
}

.homersspop {
}
.homersspop .modal-body {
  padding: 20px;
}
#legalpopup {
  /* z-index:10000001223; */
  text-decoration: none;
}
#legalpopup .content {
  padding: 10px;
}
/* #legalpopup h4.modal-title {  font-size:18px !important; font-weight: 800 !important; padding-bottom: 10px; margin-bottom: 20px !important; text-align: center; }  */
#legalpopup .legaldistext {
  height: 400px;
  overflow-y: auto;
  padding-right: 15px;
}
#legalpopup .legaldistext p {
  font-size: 13px !important;
}

/* site css start  */

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

.greyband {
  background: #dee8ef;
  padding: 9px 0px 7px 0px;
  min-height: 40px;
  color: #2093d1;
  font-size: 13px;
}
.greyband b {
  font-weight: 700;
}
.greyband .col1 {
  padding-left: 0;
}
.greyband .col2 {
  padding-left: 0;
}
.greyband .toplinks {
  display: inline-block;
}
.greyband .toplinks a {
  text-decoration: none;
  display: inline-block;
  margin: 0 8px;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
}
.greyband .toplinks a:hover {
  color: #007bff;
  text-decoration: none;
}
.greyband .toplinks a.active {
  color: #007bff;
}
.greyband .topsocial {
  display: inline-block;
}
.greyband .topsocial a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: text-bottom;
}
.greyband .topsocial a.linkedin {
  background: url(images/top-linkedin.png) no-repeat center;
}
.greyband .topsocial a.whatsapp {
  background: url(images/top-whatsapp.png) no-repeat center;
}
.greyband .topsocial a.youtube {
  background: url(images/top-youtube.png) no-repeat center;
}

.navbar-static-top.fixed .greyband {
  display: none;
}
/* .navbar-static-top.fixed .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } */

.carousel-control-prev-icon {
  background: url(../images/icon-previous.png) no-repeat top center;
  height: 32px;
  width: 32px;
}
.carousel-control-next-icon {
  background: url(../images/icon-next.png) no-repeat top center;
  height: 32px;
  width: 32px;
}

.banner_section {
  border: 0px;
  position: relative;
  overflow: hidden;
}
.banner_section .flex-direction-nav a {
  bottom: 30%;
  height: 40px;
  width: 40px;
  padding: 3px 10px;
}
.banner_section .flex-direction-nav a:hover {
  background-color: transparent;
}
.banner_section .flex-direction-nav a.flex-prev {
  left: 25px;
  top: 40%;
  background: url(images/arrow-hbanner.png) no-repeat 15px center !important;
  transform: rotate(180deg);
}
.banner_section .flex-direction-nav a.flex-next {
  right: 25px;
  top: 40%;
  background: url(images/arrow-hbanner.png) no-repeat right center !important;
}
.banner_section .flex-control-nav {
  display: block;
}

.flex-direction-nav a:before {
  color: #252627 !important;
  font-size: 0;
}

@keyframes homebandmove {
  from {
    bottom: -100px;
  }
  to {
    bottom: 0px;
  }
  /* 0%   {   bottom:10px;}
	20%  {   bottom:20px;}
	40%  {  bottom:30px;}
	60%  {   bottom:40px;}
	80%  {   bottom:50px;}
	100% {  bottom:50px;} */
}

@keyframes fadeInDown {
  from {
    top: 10px;
  }
  to {
    top: 0px;
  }
  /* 0%   {   bottom:10px;}
	20%  {   bottom:20px;}
	40%  {  bottom:30px;}
	60%  {   bottom:40px;}
	80%  {   bottom:50px;}
	100% {  bottom:50px;} */
}

/* .banner_section .flex-control-paging { display:none;} */

.awardshome {
  padding: 50px 0;
  background: #fff;
}
.awardshome .awards-slider {
  background: transparent;
  margin: 0px;
  min-height: 170px;
}
.awardshome .awards-slider .content {
  display: table;
  min-height: 150px;
  margin: 10px 12px 0 12px;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 13px;
  border: 2px solid #cea160;
}
.awardshome .awards-slider .content .icon {
  margin: 5px 20px;
  display: table-cell;
  width: 80px;
  vertical-align: middle;
  text-align: center;
}
.awardshome .awards-slider .content .txt {
  display: table-cell;
  width: auto;
  color: #000;
  font-weight: 400;
  margin: 0 15px 0 5px;
  min-height: 90px;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  line-height: 23px;
  padding: 0px 20px 0 10px;
}
.awardshome .awards-slider .slick-slide img {
  display: inline-block;
}
.awardshome .awards-slider ul.slick-dots {
  display: none !important;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  list-style: none;
  text-align: center;
}
.awardshome .awards-slider li {
  list-style: none;
  background: #bcbcbc;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 10px 3px;
}
.awardshome .awards-slider li.slick-active {
  background: #6bc777;
}
.awardshome .awards-slider li button {
  display: none;
}
.awardshome .awards-slider .slick-arrow {
  display: block;
}
.awardshome .awards-slider img.a-left.control-c.prev.slick-prev.slick-arrow {
  left: auto;
  right: -45px;
  top: 55px;
}
.awardshome .awards-slider img.a-left.control-c.prev.slick-prev.slick-arrow {
  left: auto;
  right: -45px;
  top: 55px;
}

.productfilter {
  display: block;
  position: relative;
  padding: 50px 0;
}
.productfilter .hdsec {
  display: table;
  width: 100%;
  margin: 30px auto;
  max-width: 370px;
}
.productfilter .tab-content h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.productfilter ul.nav.nav-tabs {
  margin-bottom: -2px;
  border: 0 !important;
}
.productfilter ul.nav.nav-tabs li {
  list-style: none;
  background: none;
  padding: 0;
}
.productfilter .nav-tabs > li > a {
  border-color: transparent;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 20px;
  color: #000;
  padding: 7px 10px 7px 10px;
  text-decoration: none !important;
}
.productfilter .nav-tabs > li.active > a,
.productfilter .nav-tabs > li.active > a:focus,
.productfilter .nav-tabs > li.active > a:hover {
  border-color: transparent;
  border-bottom: 2px solid #39b44a;
  color: #000;
  text-decoration: none !important;
  background: transparent !important;
}
.productfilter .dmclm {
  text-decoration: none;
  /* width: 20%; */
  /* display: table-cell;
  vertical-align: top; */
}
.productfilter .pfbox {
  margin-bottom: 25px;
  min-height: 200px;
  background: #fff;
  padding: 15px 20px;
}
.productfilter #tab2 .pfbox {
  min-height: 210px;
}
.productfilter .pfbox figure {
  margin: 0;
  height: 50px;
  display: inline;
}
.productfilter .pfbox .pntxt {
  font-size: 20px;
  padding: 0px 0 10px 0;
  color: #323232;
  /* font-family: "TT-Commons-Medium"; */
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  line-height: 23px;
  display: inline;
  height: 45px;
  /* vertical-align: bottom; */
  vertical-align: -webkit-baseline-middle;
}
.productfilter .pfbox .pndetails {
  font-size: 17px;
  color: #4e4e4e;
}
.productfilter .pfbox .pndetails ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 15px;
}
.productfilter .pfbox .pndetails ul li {
  background: url(images/bullet.png) no-repeat 0 8px;
  padding: 0px 0px 1px 15px;
  margin: 0;
  display: inline;
}

/* .productfilter .pfbox a img {
  transition: 0.2s linear;
}
.productfilter .pfbox a:hover img {
  transition: 0.2s linear;
  transform: scale(1.04);
  opacity: 0.9;
  box-shadow: 5px 5px 18px #e3e3e3;
} */

.productfilter .viewmore a {
  background: #efb303;
  border: 1px solid transparent;
  padding: 12px 30px 12px 30px;
  border-radius: 25px;
  transition: 0.5s;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
.productfilter .viewmore a:hover {
  background: #2093d1;
  color: #fff;
  border: 1px solid transparent;
}

.home-contactblue {
  padding: 40px 0 10px 0;
  background: #2093d1;
}
.home-contactblue h4 {
  padding: 5px 0;
  font-weight: 700;
  font-size: 16px;
}

.home-contactblue .clm .address a {
  text-decoration: none;
  color: #fff;
}
.home-contactblue .clm .address a:hover {
  text-decoration: underline;
  color: #c3d9ee;
}

.home-downloads {
  padding: 40px 0 10px 0;
  background: #1277b0;
}
.home-downloads h4 {
  padding: 5px 0;
  font-weight: 700;
  font-size: 16px;
}

.home-downloads .dnclm:last-child .txt {
  border: 0;
}
.home-downloads .dnclm .txt a {
  text-decoration: none;
  color: #fff;
}
.home-downloads .dnclm .txt a:hover {
  text-decoration: none;
  color: #c3d9ee;
}

/* Testimonial Home start */
.hometestimonial {
  padding: 50px 0 30px 0;
  background: #ffffff;
}
.hometestimonial h5 {
  text-align: center;
  text-transform: uppercase;
}
.hometestimonial h3 {
  color: #ed1c24 !important;
  margin-bottom: 30px !important;
}
.hometestimonial .testimonialslider {
  background: transparent;
  margin: 0 0 0px;
  min-height: 270px;
}
.hometestimonial .testimonialslider .content {
  min-height: 240px;
  margin: 0 12px 0 12px;
}
.hometestimonial .testimonialslider .content .photo {
  margin: 15px 0;
  display: table-cell;
  width: 250px;
  vertical-align: top;
  position: relative;
}
.hometestimonial .testimonialslider .content .photo img {
  text-align: center;
  margin: 0 auto;
  display: block;
  max-height: 184px;
}
.hometestimonial .testimonialslider .content .photo::after {
  display: block;
  content: " ";
  position: absolute !important;
  z-index: 100 !important;
  height: 53px;
  width: 53px;
  border-radius: 5px;
  /* background-color: #f15d27; */
  top: 10px;
  right: 15px;
  background: url(images/quote-icon.png) no-repeat right 0px;
}
.hometestimonial .testimonialslider .content .txt {
  color: #575757;
  font-size: 18px;
  line-height: 27px;
  padding: 20px 30px 0 30px;
  min-height: 90px;
  text-align: left;
  display: table-cell;
  width: auto;
  vertical-align: top;
  max-width: 590px;
}
.hometestimonial .testimonialslider .content .txt p {
  margin: 10px 0px 20px 0px;
}
.hometestimonial .testimonialslider .content .txt strong {
  font-weight: 600;
  color: #414141;
  font-size: 16px;
}
.hometestimonial .testimonialslider .content .txt .designation {
  margin: 5px 0px 10px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  display: block;
  color: #414141;
}
.hometestimonial .testimonialslider ul.slick-dots {
  margin: 0;
  padding: 0;
  margin-top: 5px;
  list-style: none;
  text-align: center;
}
.hometestimonial .testimonialslider li {
  list-style: none;
  background: #f1f1f1;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 10px 5px;
  cursor: pointer;
  border: 1px solid #a3a3a3;
}
.hometestimonial .testimonialslider li.slick-active {
  background: #a3a3a3;
}
.hometestimonial .testimonialslider li button {
  display: none;
}
.hometestimonial .testimonialslider .slick-arrow {
  display: block;
}

/* .hometestimonial .testimonialslider .flex-control-nav{width:100%;position:absolute;bottom:-45px;text-align:center;}
.hometestimonial .testimonialslider .flex-control-paging li a{width:15px;height:22px;display:block;background:transparent url(images/test-icon.png) no-repeat 0 0;cursor:pointer;text-indent:-9999px;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0}
.hometestimonial .testimonialslider .flex-control-paging li a.flex-active{width:15px;height:22px;display:block;background:transparent url(images/test-activeicon.png) no-repeat 0 0;cursor:default}
.hometestimonial .flex-direction-nav a {top: 35%;left: -40px;}
.hometestimonial a.flex-next{right: -75px;left: unset;} */

/* Testimonial Home start  end */

main.page_template {
  height: auto;
  /* margin-top: 102px; */
  margin-top: 80px;
}
main.page_template.home {
  height: auto;
  /* margin-top: 0; */
}
.innerbanner {
  height: 400px;
  position: relative; /*margin-top:102px; */
  background: #e8eef5;
}
.innerbanner .banner_text {
  height: 100%;
  /* display: flex; */
  align-items: center;
  color: #000;
  padding: 0 15px;
}
.innerbanner .banner_text .bandhd {
  width: 100%;
  text-align: left;
  margin-top: 70px;
}
.innerbanner .banner_text .bandhd h2 {
  font-size: 38px;
  line-height: 40px;
  color: #2e368f;
}

.innerbanner .banner_text .bandhd p {
  margin: 0 !important;
}

section.inner-body {
  padding:60px 0 70px 0;
  min-height: 266px;
}
section.inner-body a {
  color: #119123;
  text-decoration: none;
}
section.inner-body a:hover {
  color: #333;
  text-decoration: underline;
}

section.inner-body strong {
  font-weight: 600;
}
section.inner-body ul {
  margin: 0;
  padding: 0;
}
section.inner-body ul li {
  list-style: none;
  /* background: url(images/bullet-blue.png) no-repeat 0px 6px; */
  padding: 0px 0px 5px 25px;
  text-align: left;
}

section.inner-body .leftcolumn {
  margin: 0;
}
section.inner-body .ltmenu {
  background: #f4f4f4;
  padding:20px 0px 0px 0px;
  min-height: 250px;
  margin-bottom:20px;
  border-radius:6px;
}
section.inner-body .ltmenu ul {
  padding:10px 0 0 0;
}
section.inner-body .ltmenu ul li {
  list-style: none;
  padding: 0;
  border-top:1px solid #e4e4e4;
}
section.inner-body .ltmenu ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  /* padding:30px 10px 15px 80px; */
  color: #323d43;
  font-weight:400;
  font-size: 15px;
  border-left: 0px solid transparent;
  font-family: "Kanit", sans-serif;
}
section.inner-body .ltmenu ul li a:hover {
  color: #000;
  font-weight:400;
  background-color: #ebebeb;
  border-left: 0px solid #ed1c24;
}
section.inner-body .ltmenu ul li.current_page_item a {
  color: #000;
  font-weight:500;
  background-color: #ebebeb;
  border-left: 0px solid #ed1c24;
}

section.inner-body .ltmenu ul li ul.sub-menu {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
section.inner-body .ltmenu ul li ul.sub-menu li {
  border-bottom: 0;
}
section.inner-body .ltmenu ul li ul.sub-menu li a {
  border: 0;
  text-transform: none;
  padding: 4px 0px 4px 15px;
  color: #778288;
  font-size: 13px;
  font-weight: 500;
}
section.inner-body .ltmenu ul li ul.sub-menu li a:hover {
  color: #3399cc !important;
  background: #e9f4fa url(images/ltarrow.png) no-repeat 0px 8px !important;
  transition: none;
}
section.inner-body .ltmenu ul li ul.sub-menu li.current_page_item a {
  color: #2093d1;
  background: #e9f4fa url(images/ltarrow.png) no-repeat 0px 8px !important;
}

section.inner-body .ltmenu ul li ul.sub-menu li.menu-item a {
  color: #778288;
}
section.inner-body .ltmenu ul li ul.sub-menu li.menu-item.current_page_item a {
  color: #2093d1;
  background: #e9f4fa url(images/ltarrow.png) no-repeat 0px 8px !important;
}

section.inner-body .contentcol {
  line-height: 27px;
  color: #666;
}
section.inner-body .contentcol p {
  font-size: 15px;
  font-weight:400;
  line-height: 27px;
  color: #666;
}
section.inner-body .contentcol .innerpad {
  padding: 0 0 0 20px;
  position: relative;
}

section.inner-body.aboutpg .companyimage img {
  margin-top: 60px;
}
section.inner-body.aboutpg .productimage {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
section.inner-body.aboutpg .bluebox {
  max-width: 540px;
  background-color: #2093d1;
  padding: 30px;
  color: #fff;
  margin: -150px 50px 0 auto;
  position: relative;
}
section.inner-body.aboutpg .bluebox p {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}
section.inner-body.aboutpg .teamadvantage {
  text-decoration: none;
  padding-top: 30px;
}
section.inner-body.aboutpg .teamadvantagelist {
  text-decoration: none;
}
section.inner-body.aboutpg .teamadvantagelist .advclm {
  text-decoration: none;
  margin-bottom: 10px;
  margin-top: 15px;
}
section.inner-body.aboutpg .teamadvantagelist .advclm .icon {
  display: table-cell;
  width: 70px;
  vertical-align: top;
}
section.inner-body.aboutpg .teamadvantagelist .advclm .txt {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

section.inner-body.leadershippg .founder {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.inner-body.leadershippg .founder .fbox {
  background: #f2f2f2;
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
section.inner-body.leadershippg .founder .fbox .photo {
  display: table-cell;
  vertical-align: top;
  width: 180px;
}
section.inner-body.leadershippg .founder .fbox .title {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  padding: 25px;
  font-size: 22px;
  line-height: 31px;
  font-weight: 800;
  background-image: linear-gradient(to right, #063078, #2092d0);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
section.inner-body.leadershippg .visionbox {
  display: table;
  width: 100%;
  box-shadow: 5px 5px 18px #e3e3e3;
}
section.inner-body.leadershippg .visionbox .visiontxt {
  display: table-cell;
  vertical-align: middle;
}
section.inner-body.leadershippg .visionbox .visionImage {
  display: table-cell;
  vertical-align: top;
  padding-right: 0;
}
section.inner-body.leadershippg .visionbox .visiontxt .txt {
  padding: 30px;
}
section.inner-body.leadershippg .visionbox figure {
  margin: 0;
  padding: 0;
}

section.inner-body.leadershippg .historybox {
  background: #f3f3f3;
  margin: 50px 0;
}
section.inner-body.leadershippg .historybox .hdsec {
  max-width: 550px;
  margin: 20px auto 0px auto;
  display: block;
  padding: 20px;
  text-align: center;
}
section.inner-body.leadershippg .historybox .award {
  border: 0;
}
section.inner-body.leadershippg .historybox .award figure {
  text-align: center;
  padding: 20px 0 0 20px;
  margin: 0;
}
section.inner-body.leadershippg .historybox .txtclm {
  font-size: 15px;
}
section.inner-body.leadershippg .historybox .txtclm .txt {
  padding: 20px 20px 20px 0px;
}

.competencies-intro {
  text-align: center;
  padding: 0 0 30px 0;
}
.comprw1 {
  position: relative;
  margin-bottom: 25px;
}
.comprw1 .clm1 {
  padding-right: 0;
}
.comprw1 .clm2 {
  padding-left: 0;
}
.contentcol .competencies-list {
  margin: 0;
  box-shadow: 5px 5px 18px #e3e3e3;
  min-height: 345px;
}
.contentcol .competencies-list ul {
  margin: 0;
  padding: 20px !important;
}
.contentcol .competencies-list ul li {
  list-style: none;
  background: url(images/tick-bullet.png) no-repeat left 5px !important;
  padding: 0px 0px 10px 30px;
  width: 40%;
  display: inline-block;
  border-bottom: 1px solid #e9e9e9;
  margin: 5px 4%;
}
.contentcol .competencies-image {
  position: relative;
  min-height: 345px;
}
.contentcol .competencies-imagetext {
  padding: 20px;
  background-color: #e9f2f5;
  position: absolute;
  left: 15px;
  right: 50px;
  top: auto;
  bottom: 20px;
}
.contentcol .competencies-imagetext p {
  line-height: 20px !important;
  margin: 0px;
  font-size: 14px !important;
  color: #333 !important;
}
.contentcol .competencies-blue {
  background: #2093d1;
  margin: 25px 0 25px 0;
  padding: 30px 0px 30px 30px;
}
.contentcol .competencies-blue .txt {
  color: #fff;
}
.contentcol .competencies-blue .txt p {
  color: #fff;
  margin: 0;
}
.contentcol .competencies-blue .link {
  text-align: center;
  margin-top: 10px;
}
.contentcol .competencies-blue .link a {
  background: #efb303;
  border: 1px solid transparent;
  padding: 7px 30px 7px 30px;
  border-radius: 25px;
  transition: 0.5s;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
}
.contentcol .competencies-blue .link a:hover {
  background: #2093d1;
  color: #fff;
  border: 1px solid #fff;
}

.competencies-fabrication {
  background: #f2f8fb;
  padding: 50px 0;
  margin-top: 40px;
}
.competencies-fabrication h4 {
  text-align: center;
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 17px;
}
.competencies-fabrication .container {
  max-width: 920px;
  margin: 0 auto;
}
.competencies-fabrication .fabimage {
  min-height: 225px;
  position: relative;
  margin: 0;
}
.competencies-fabrication .fabimage h5 {
  background: #2093d1;
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 13px 20px;
  width: 201px;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.competencies-fabrication .dimensions {
  min-height: 250px;
  box-shadow: 5px 5px 18px #e3e3e3;
  padding: 25px;
  background: #ffffff;
  margin-bottom: 30px;
}
.competencies-fabrication .dimensions:hover {
  box-shadow: 5px 5px 18px #d5d5d5;
  transition: 0.3s;
}
.competencies-fabrication .dimensions ul {
  margin: 0;
  padding: 0;
}
.competencies-fabrication .dimensions ul li {
  font-size: 13px;
  list-style: none;
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.competencies-fabrication .dimensions ul li:last-child {
  border: 0;
}
.competencies-fabrication .dimensions ul li i {
  display: inline-block;
  float: left;
  width: 60%;
}
.competencies-fabrication .dimensions ul li b {
  display: inline-block;
  float: right;
  text-align: left;
  width: 35%;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.competencies-fabrication .description {
  max-width: 880px;
  margin: 20px auto;
  text-align: center;
  color: #666666;
  font-size: 14px;
}
.competencies-fabrication .description p {
  color: #666666;
  font-size: 14px;
  line-height: 25px;
}

.competencies-ctstandard {
  background: #fff;
  padding: 50px 0 20px 0;
}
.competencies-ctstandard .container {
  margin: 0 auto;
  max-width: 960px;
}
.competencies-ctstandard h4 {
  text-align: center;
  padding-bottom: 30px;
  font-weight: 600;
  font-size: 17px;
}
.competencies-ctstandard .clm {
  border-right: 1px solid #dedede;
}
.competencies-ctstandard .clm:last-child {
  border-right: 0;
}
.competencies-ctstandard ul {
  margin: 0;
  padding: 0 20px;
}
.competencies-ctstandard ul li {
  font-size: 14px;
  font-weight: 500;
  list-style: none;
  background: url(images/bullet-blue.png) no-repeat left 5px;
  padding: 0px 0px 10px 20px;
  margin-top: 6px;
}

.competencies-certified {
  text-align: center;
  padding: 50px 0 30px 0;
  background: #f8fbfd;
}
.competencies-certified .intro {
  margin: 0 auto;
  max-width: 750px;
}
.competencies-certified .intro h4 {
  margin-bottom: 20px;
}
.competencies-certified .intro p {
  line-height: 25px;
  font-weight: 500;
}
.competencies-certified .logoclm {
  display: inline-block;
  margin: 20px 15px;
}
.competencies-certified .logoclm .logobox {
  display: inline-block;
}

.contactfirstrow {
  padding: 50px 0 20px 0;
}
.contactfirstrow .contactbox {
  font-size: 19px;
  color: #323232;
  padding: 0px 0px 30px 0px;
  display: table;
  width: 100%;
}
.contactfirstrow .contactbox p {
  margin: 0;
  padding: 0;
}
.contactfirstrow .contactbox .col1 {
  padding-left: 0;
}
.contactfirstrow .contactbox .col2 {
  text-decoration: none;
}

.contactfirstrow .contactbox .footer-right ul li {
  float: left;
  padding: 0;
}

#getintouch {
  padding: 0px 0 0px 0;
  outline: none;
}

.formcontact {
  max-width: 880px;
  margin: 0 auto;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
}
.formcontact input[type="text"],
.formcontact input[type="email"],
.formcontact input[type="tel"] {
  width: 100%;
  /* background: transparent; */ background: #fff;
  outline: none;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 3px;
  padding-left: 20px;
  font-size: 15px;
}
.formcontact textarea {
  width: 100%;
  background: #fff;
  outline: none;
  border: 0;
  border: 1px solid #fff;
  border-radius:3px;
  overflow: hidden;
  resize: none;
  box-sizing: border-box;
  height: 60px;
  padding-left: 20px;
  font-size: 15px;
}
.formcontact input[type="submit"],
.contact-form input[type="submit"] {
  border-radius: 25px;
  width: 175px;
  display: block;
  padding: 10px 0;
  color: #fff;
  border: 0;
  font-size: 15px;
  background: #ed1c24;
  margin-top: 0px;
  font-weight: 600;
  transition: 0.5s;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ed1c24;
}
.formcontact input[type="submit"]:hover,
.formcontact input[type="submit"]:focus,
.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus {
  background: #c80000;
  color: #fff;
  border: 1px solid #ed1c24;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  clear: both;
}
div.wpcf7-validation-errors {
  display: none !important;
}
.formfield {
  float: left;
  width: 100%;
  margin-bottom:1px;
}
.page-template-page-contact #menu-item-1125.current_page_parent a::before {
  width: 0;
}
div.wpcf7-response-output {
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: red !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  color: #ff0000;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  color: #ff0000 !important;
  text-align: left;
}
/*contact */

/* News Listing page */
.news-listing {
  padding: 50px 0;
  background: #fff;
}
.news-listing h3 {
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.news-listing .newsrw {
  background: #fff;
  display: table;
  width: 100%;
  margin: 0px 0;
  padding: 30px 0px;
  border-bottom: 1px solid #dcdcdc;
}
.news-listing .newsrw:hover {
  background: #f5f5f5;
}
.news-listing .newsrw:last-child {
  border: 0;
}
.news-listing .newsrw a.newslink {
  color: #333333;
  transition: all 0.5s ease-in-out;
}
.news-listing .newsrw a.newslink:hover {
  color: #333333;
}
.news-listing .newsrw .newsdate {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 15px;
  color: #666;
}
.news-listing .newsrw h4 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 15px;
  color: #333;
}
.news-listing .newsrw h4 b {
  font-weight: 700;
}
.news-listing .newsrw a.newslink:hover h4 {
  color: #c80000;
}
.news-listing .newsrw p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}
.news-listing .newsrw span.readmore {
  font-weight: 600;
  font-size: 13px;
  color: #c80000;
}

.news-listing .newsclm1 {
  padding-bottom: 15px;
}
.news-listing .newsclm1 figure {
  overflow: hidden;
  max-height: 170px;
  margin: 0;
}
.news-listing .newsclm1 figure img {
  overflow: hidden;
}
.news-listing .newsclm2 {
  text-align: left;
}

.news-sidebar .recent-box {
  padding: 0px 0 20px;
}
.news-sidebar .recent-box h2 {
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  padding: 0px 0 15px 0px;
  position: relative;
}
.news-sidebar .recent-box h2:before {
  display: none;
}
.news-sidebar .allnews {
  margin-bottom: 20px;
  text-align: right;
  display: block;
}
.news-sidebar .allnews .fa {
  font-size: 18px;
  vertical-align: middle;
  margin: 5px 8px;
}
.news-sidebar .allnews a {
  text-decoration: underline;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}
.news-sidebar .allnews a:hover {
  text-decoration: none;
  color: #ab0004;
}
.news-sidebar .recent-content {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

.newsdetailspage h1 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #000000;
}
.newsdetailspage .single-blog-content {
  padding: 20px 30px 40px 0;
}

.product_detailspg {
  text-align: left;
}
.customersay {
  background: #fff4c7;
  padding: 30px 20px;
  text-align: center;
  margin-top: 20px;
}
.customersay .hdsec h5 {
  font-size: 15px;
  color: #010000;
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px 0 20px 0;
}
.customersay .customersay-slider {
  background: transparent;
  margin: 0 auto;
  min-height: 170px;
  max-width: 550px;
}
.customersay .customersay-slider .content {
  min-height: 170px;
  margin: 0 12px 0 12px;
  font-weight: 500;
  color: #000;
  font-size: 13px;
}
.customersay .customersay-slider .content .txt {
  font-weight: 600;
  color: #000;
  font-size: 15px;
  line-height: 19px;
  margin: 0 15px 0 15px;
  min-height: 90px;
}
.customersay .customersay-slider .content .txt strong {
  font-weight: 800;
  color: #000 !important;
}
.customersay .customersay-slider ul.slick-dots {
  margin: 0;
  padding: 0;
  margin-top: 25px;
  list-style: none;
  text-align: center;
  padding: inherit;
}
.customersay .customersay-slider li {
  background-image: none !important;
  list-style: none;
  background: #bcbcbc;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 10px 3px;
  padding: 0px !important;
  border: 1px solid #7f7a63;
}
.customersay .customersay-slider li.slick-active {
  background: #7f7a63;
}
.customersay .customersay-slider li button {
  display: none;
}
.customersay .customersay-slider .slick-arrow {
  display: none !important;
}

.contentcol .competencies-blue h5 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
.contentcol .competencies-blue p {
  color: #ededed;
  font-size: 14px;
}
.contentcol .wp-block-image {
  margin: 30px 0;
}

.contentcol .spectable {
  margin: 25px 0;
  max-width: 480px;
}
.contentcol .spectable table {
  width: 100% !important;
}
.contentcol .spectable thead {
  background: #f2f2f2;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.contentcol .spectable thead th {
  padding: 10px 10px !important;
  color: #313131;
  text-transform: uppercase !important;
  font-size: 14px;
}
.contentcol .spectable tbody {
  background: #fff;
}
.contentcol .spectable tbody td {
  padding: 7px 10px !important;
  border-bottom: 1px solid #c2c2c2;
  font-weight: 500;
  font-size: 14px;
}

.product-gallery {
  margin: 30px 0px;
}
.product-gallery .slick-dots {
  /* display: none !important; */
  text-decoration: none;
}
.product-gallery img.a-left.control-c.prev.slick-prev.slick-arrow {
  left: -35px;
  top: 40%;
  position: absolute;
  cursor: pointer;
}
.product-gallery img.a-right.control-c.next.slick-next.slick-arrow {
  position: absolute;
  right: -35px;
  top: 40%;
  cursor: pointer;
  transform: rotate(180deg);
}
.product-gallery .slick-arrow {
  font-size: 0;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background: url(images/arrow-gallery-on.png) #fff no-repeat center 5px;
  border: 0px solid #2193d1 !important;
  background-color: rgb(32, 147, 209, 0.9);
}
.product-gallery .slick-arrow:hover {
  background: url(images/arrow-gallery-on.png) #2193d1 no-repeat center 5px;
}
.product-gallery img.slick-arrow {
  border: 0;
  border-radius: 2px;
}

.slickslide.product-gallery {
  display: inline-block;
  height: auto;
}
.product-gallery .slick-arrow {
  top: 40%;
  position: absolute !important;
  z-index: 1;
}
.product-gallery .slick-prev.slick-arrow {
  right: 15px !important;
  left: auto !important;
  transform: rotate(180deg);
}
.product-gallery .slick-next.slick-arrow {
  left: 15px !important;
  right: auto !important;
}
.product-gallery button {
  background: none;
}
.product-gallery button:hover {
  background: #2093d1;
}
.product-gallery ul.slick-dots li {
  padding: 0px !important;
}
.product-gallery ul.slick-dots li.slick-active {
  background: #2093d1 !important;
}

/* .product-gallery .slick-arrow { position: absolute; top:40%; }
.product-gallery .slick-next.slick-arrow { right: 15px; }
.product-gallery .slick-prev.slick-arrow { left: 15px; right: auto; } */

a.productback {
  color: #2193d1;
  font-weight: 500;
  text-decoration: underline none;
  position: absolute;
  top: -30px;
  right: 20px;
  padding: 3px 15px;
  border: red 1px #2193d1;
  display: inline-block;
  border-radius: 3px;
}
a.productback:hover {
  color: #2193d1;
  text-decoration: none;
}

.product-gallery .slick-dots li {
  background: none !important;
}

/* Resources start */
.resourcespg {
  padding: 0;
}
.resourcespg .pdf-downloads ul {
  list-style: none;
  margin: 0 auto;
  padding: 0; /* display: table; */
  text-align: left;
}
.resourcespg .pdf-downloads ul li {
  display: inline-block;
  margin: 10px;
  padding: 10px;
  width: 220px;
  min-height: 187px;
  float: none;
  vertical-align: bottom;
}
.resourcespg .pdf-downloads a {
  font-size: 14px;
  font-weight: 500;
}
.resourcespg .pdf-downloads .icon-pdf {
  margin: 0;
  max-width: 137px;
}
.resourcespg .pdf-downloads .icon-pdf img {
  padding: 10px;
  margin: 0;
  border: 1px solid #ccc;
  box-shadow: 5px 5px 18px #e4e4e4;
}
.resourcespg .pdf-downloads a:hover .icon-pdf img {
  border: 1px solid #a1ccec;
  box-shadow: 5px 5px 18px #a1ccec;
}
.resourcespg .pdf-downloads .name {
  margin: 25px 0;
  color: #343434;
  font-size: 16px;
  font-weight: 600;
}
.resourcespg .pdf-downloads .donwnload {
  margin: 0px;
  font: 13px;
}
/* .icon-pdf {background: url(images/pdf-icon.png)no-repeat center / contain;width: 100%;height: 100px;} */

/* Resources end */

/* Careers page  start **/
.careerspg {
  text-decoration: none;
}
.careerspg a {
  color: #2093d1;
}

.careerspg a.currentopen {
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
  color: #4dc6e1;
  background: #2093d1;
  border-radius: 20px;
  text-transform: uppercase;
  margin: 15px 0;
  border: 1px solid #2093d1;
  color: #fff;
  box-shadow: 5px 5px 18px #dcdcdc;
  text-decoration: none;
}
.careerspg a.currentopen:hover {
  text-decoration: none;
  color: #2093d1;
  background: #fff;
}
.careerspg a.currentopen:focus {
  text-decoration: none;
}
.careerspg .carrers-introduction {
  padding: 0;
}
.careerspg .carrers-image {
  margin-top: 15px;
}

.associates {
  position: relative;
  margin-top: 100px;
}
.associates .associate-slider {
  position: relative;
}
.associates .associate-slider {
  background: transparent;
  margin: 0 0 0px;
}
.associates .associate-slider .content {
  position: relative;
  min-height: 370px;
  margin: 0 20px 20px 20px;
  padding: 20px;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  box-shadow: 5px 5px 18px #e4e4e4;
}
.associates .associate-slider .content .photo {
  position: relative;
  margin: 10px 0 15px 20px;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: #ccc;
}
.associates .associate-slider .content .photo img {
  margin-top: 10px; /* position: absolute; top: -50px; */
}
/* .associates .associate-slider .content .photo figure { width: 114px; height: 114px;  } */
.associates .associate-slider .content .txt {
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 25px;
  margin: 0 15px 0 15px;
  min-height: 90px;
}

.associates .associate-slider ul.slick-dots {
  margin: 0;
  padding: 0;
  margin-top: 25px;
  list-style: none;
  text-align: center;
}
.associates .associate-slider li {
  list-style: none;
  background: #bcbcbc;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 10px 3px;
}
.associates .associate-slider li.slick-active {
  background: #6bc777;
}
.associates .associate-slider li button {
  display: none;
}
.associates .associate-slider .slick-arrow {
  display: none !important;
}

.carrers-joblisting {
  padding: 30px 0px;
  background: #f8f8f8;
}
.carrers-joblisting .intro {
  padding: 20px 0px 0px 0px;
  max-width: 860px;
  margin: 0 auto;
  line-height: 25px;
  font-weight: 500;
}
.carrers-table {
  margin: 50px 0;
  border: 1px solid #e4e4e4;
  box-shadow: 5px 5px 18px #e4e4e4;
  border-radius: 5px;
}
.carrers-table table {
  margin: 0;
}
.carrers-table thead tr th {
  background: #ffffff;
}
.carrers-table tr:nth-child(even) {
  background: #ffffff;
}
.carrers-table tr:nth-child(odd) {
  background: #ecf1f5;
}

section.inner-body.privacypg {
  line-height: 25px;
}
section.inner-body.privacypg h3 {
  font-size: 15px;
  color: #2093d1;
  margin: 20px 0 10px 0;
}
section.inner-body.privacypg h2 {
  font-size: 16px;
  margin: 20px 0 10px 0;
  font-weight: 700;
  color: #2e368f !important;
}
section.inner-body.privacypg li {
  margin: 5px 0 10px 0;
}
section.inner-body.privacypg ol {
  padding-left: 15px;
}

section.inner-body.privacypg ul {
  margin: 0;
  padding: 20px 20px 20px 0px !important;
}
section.inner-body.privacypg ul li {
  list-style: none;
  background: url(images/bullet-blue.png) no-repeat 5px 8px !important;
  padding: 0px 0px 5px 25px;
}

.sitemappg {
  text-decoration: none;
}
.sitemappg ul {
  margin: 0;
  padding: 0 20px;
}
.sitemappg ul li {
  font-size: 15px;
  background: url(images/icon-circle.png) no-repeat left 5px;
  padding: 0px 0px 10px 20px;
  margin-top: 6px;
  text-transform: uppercase;
  font-weight: 600;
  list-style: none;
}
.sitemappg ul li a {
  color: #2093d1;
  text-decoration: none;
}
.sitemappg ul li a:hover {
  color: #333;
  text-decoration: none;
}
.sitemappg ul li ul.sub-menu {
  margin-top: 15px !important;
}
.sitemappg ul li ul.sub-menu li {
  background: url(images/icon-circle.png) no-repeat left 5px;
  font-weight: 500;
  background-size: 8px;
  padding: 0px 0px 3px 20px;
  text-transform: none;
}
.sitemappg ul li ul.sub-menu li a {
  padding: 0;
  margin-top: 0px;
  font-size: 14px !important;
  color: #2093d1 !important;
}
.sitemappg ul li ul.sub-menu li a:hover {
  background: none !important;
  background-image: none !important;
  color: #333 !important;
}
.sitemappg ul li ul.sub-menu li ul.sub-menu {
  padding: 0;
}
.sitemappg ul li ul.sub-menu li ul.sub-menu li {
  background: url(images/bullet-blue.png) no-repeat 10px 5px;
  padding: 0px 0px 5px 25px;
}
.sitemappg ul li ul.sub-menu li ul.sub-menu li a {
  color: #666 !important;
  font-size: 14px !important;
  border-bottom: 0px solid #c80000;
}

header .current-menu-ancestor.current-menu-parent a.dropdown-toggle {
  /* color: #c80000 !important; */
  background: #fff;
  border-bottom: 3px solid #c80000;
}
header .current-menu-ancestor.menu-item-has-children  > a { color: #c80000 !important; border-bottom: 3px solid #c80000; }

/* header .current-menu-ancestor.current-menu-parent .dropdown { color: #3399cc !important; } */
header .navbar-nav > li.current_page_ancestor > a {
  color: #c80000 !important;
  background: #fff;
  border-bottom: 3px solid #c80000;
}
header.navbar-nav > li.current-menu-parent ul li.dropdown-submenu a.dropdown-toggle { color: #c80000; }
.page-template {  height: auto !important; }

#LeftMenu ul,
#LeftMenu ul li {
  /* margin: 0; padding: 0; border: 0; */
  list-style: none; /* line-height: 1; */
  display: block;
  position: relative;
}
#LeftMenu {
  color: #ffffff;
}
#LeftMenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#LeftMenu > ul > li > a {
  padding: 15px 20px;
}
.has-sub > a:after {
  content: "";
  width: 0;
  height: 0;
  float: right;
  margin: 10px 10px 0 0; /* border-right: 10px solid transparent; border-left: 10px solid transparent; border-top: 6px solid #5F5F5F; */
}
.holder {
  border: 1px solid transparent;
  padding: 11px 26px;
  z-index: 3;
  position: absolute;
  margin: 11px 12px 0 0;
  right: 0;
  background: rgba(255, 65, 65, 0.24);
}
/* #LeftMenu > ul > li.open > a { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15); border-bottom: 1px solid #1682ba; } */
#LeftMenu > ul > li:last-child > a,
#LeftMenu > ul > li.last > a {
  border-bottom: 1px solid #ff0000;
}
#LeftMenu ul ul li a {
  cursor: pointer;
  padding: 4px 0px 4px 17px;
  z-index: 1;
}
#LeftMenu ul ul li:first-child > a {
  box-shadow: none;
}
/* #LeftMenu ul ul ul li:first-child > a { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); } */
#LeftMenu ul ul ul li a {
  padding-left: 30px;
}
#LeftMenu ul ul li.has-sub > a::after {
  content: "";
  width: 0;
  height: 0;
  float: right;
  margin: 10px 10px 0 0;
  /* border-right: 10px solid transparent; border-left: 10px solid transparent; border-top: 6px solid #5F5F5F; */
}
#LeftMenu .current-menu-ancestor.current-menu-parent ul.sub-menu {
  display: block;
}
#LeftMenu .current-menu-item ul.sub-menu {
  display: block;
}

section.inner-body .contentcol .productlist ul li {
  width: 47%;
  display: inline-block;
  vertical-align: top;
}
/* .product-gallery ul li { width: auto; } */
.forty {
  display: inline-block;
  float: right;
  max-height: 43px;
  margin-top: -6px;
}

.certificate-pop {
  padding: 0;
}
.certificate-pop .modal-dialog {
  max-width: 550px;
  width: none;
  margin-top: 20px;
}
.certificate {
  margin: 0 auto;
  text-align: center;
}
.certificate img {
  margin: 0 auto;
  text-align: center;
}

.icon-pdf img {
  cursor: pointer;
}

.footbot { padding:0; }
.footbot .cpyright {
  clear: both;
  display: block;
  font-weight: 400;
  color: #949394;
  font-size: 14px;
  line-height: 25px;
}

.footbot .cpyright .flink {
  display: inline-block;
  color: #b3b4c8;
}
.footbot .cpyright .flink:first-child a {
  margin-left: 0;
}
.footbot .cpyright .flink a {
  color: #b3b4c8;
  text-decoration: none;
  margin: 0 10px;
}
.footbot .cpyright .flink a:hover {
  color: #fff;
  text-decoration: none;
}

.footermenu {
  padding-bottom: 10px;
}
 

.footermenu ul { margin: 0; padding: 0; }
.footermenu ul li { display: inline-block; margin:10px 20px 0 0; padding: 0; list-style: none; }
.footermenu ul li a { font-weight:400; color: #dddcdd; font-size: 15px; font-family: "Kanit", sans-serif; }
.footermenu ul li a:hover { color: #fff; }

.footermenu ul.sub-menu {
  margin-top: 7px;
}
.footermenu ul.sub-menu li a {
  font-weight: 400;
  font-size: 14px;
  color: #b3b4c8;
}
.footermenu ul.sub-menu li a:hover {
  color: #fff;
}
.footaddress {
  color: #b3b4c8;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.footaddress b {
  display: inline-block;
  margin-bottom: 7px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}

/* .home h2 {
  font-size: 45px;
  line-height:55px;
  font-family: "Kanit", sans-serif;
  font-weight:600;
  margin-bottom: 20px;
} */

.home h3 {
  font-size: 30px;
  color: #2b357d;
  line-height: 38px;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.home h4 {
  font-size: 20px;
  color: #ed1c24;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}
.home h5 {
  font-size: 16px;
  color: #3d3d3d;
  margin:10px 0 20px 0;
}

section.whatwe_believe { padding:90px 0; position: relative; color: #575757; }
section.whatwe_believe .hdtxt { font-size: 16px; }
section.whatwe_believe .hdtxt p { font-size: 16px; padding:1px 0 10px 0; }
section.whatwe_believe h2 { font-size:41px; line-height:55px; color: #000; margin:10px 0 20px 0; font-weight:500; }
section.whatwe_believe h5 { font-size: 16px; color: #3d3d3d; margin:0px 0 15px 0; font-weight:500; }
section.whatwe_believe .txt h5 { margin-top:16px; }
section.whatwe_believe .txt a { color: #fff; text-decoration: none; padding:10px 30px; border-radius: 25px;
  background: #ed1c24; border: 1px solid #ed1c24; }
section.whatwe_believe .txt a:hover {   color: #fff;  border: 1px solid #c80000;  background:#c80000; }
section.whatwe_believe .clm { padding-top:0px; padding-bottom: 20px; }
section.whatwe_believe .clm .content { width: 100%; padding:0; }
section.whatwe_believe .clm .content .icon { display: block; padding:10px 0 15px 0; }
section.whatwe_believe .clm .content .txt { font-size: 16px; line-height:23px; padding:10px 0px 0px 0px; }
section.whatwe_believe .clm .content .txt h4 { font-size: 20px; line-height: 23px; padding: 0 0 15px 0; }

.worldclass { padding:90px 0; position: relative; min-height: 600px; color: #e5e2e2; }
.worldclass .boxtxt { text-align: left; font-size: 16px;  }
.worldclass .boxtxt p {color: #e5e2e2; }
.worldclass h2 { font-size:41px; line-height:55px;  margin:10px 0 30px 0; font-weight:500; }
.worldclass h5 { font-size: 16px; margin:0px 0 20px 0; font-weight:500; color: #fff; }
.worldclass a { color: #fff; text-decoration: none; padding:10px 30px 10px 30px; border-radius: 25px; background: #ed1c24; border: 1px solid #ed1c24; display: inline-block; margin:20px 0 0 0; }
.worldclass a:hover {  color: #fff;  border: 1px solid #c80000; background:#c80000; }

.trusted { padding:70px 0; position: relative; background: #f5f5f5; }
.trusted h2 { font-size:35px; line-height:45px; margin:10px 0 20px 0; font-weight:500; color: #000000; }
.trusted .txt { text-align: left; }
.trusted .txt p { color: #000; font-size: 18px; }
.trusted .icon { text-align: center; padding:10px 0; }
.trusted a.viewallcert { font-size: 16px; color: #fff; text-decoration: none; padding:10px 30px; border-radius: 25px; background: #ed1c24; border: 1px solid #ed1c24; display: inline-block; margin:10px 0 20px 15px; }
.trusted a.viewallcert:hover { color: #fff; border: 1px solid #c80000; background:#c80000; }


/* tailored  */
section.tailored { padding:90px 0; background: #fff; }
section.tailored h2 { font-size:35px; line-height:45px; margin:10px 0 20px 0; font-weight:500; color: #000000; }
section.tailored h3 { color: #fff; } 
section.tailored .introtxt { font-size:20px; color: #000; } 
section.tailored .introtxt i { font-size:18px; font-style: normal; color:#666666; }
section.tailored .introtxt p { font-size:20px; }
section.tailored .introtxt a { font-size: 16px; color: #fff; text-decoration: none; padding:10px 30px; border-radius: 25px; background: #ed1c24; border: 1px solid #ed1c24; display: inline-block; margin:15px 0 20px 15px; float:right; }
section.tailored .introtxt a:hover { color: #fff; border: 1px solid #c80000; background:#c80000; }
section.tailored .clm { padding-top:20px; }
section.tailored .clm .tailoredbox { width: 100%; padding:35px; border-radius:10px; min-height:360px; max-width:380px; }
section.tailored .clm .tailoredbox .txt { font-size:16px; color: #fff; }

.expertisebg { background:#f8f8f8 url(images/20yearsBG.png) no-repeat right top;
  /* filter: blur(1px);
  -webkit-filter: blur(1px); */
 }
.expertise { padding:90px 0; 
/* filter: none !important ;
  -webkit-filter:none !important; */
}

.expertise h2 { font-size:35px; line-height:45px; margin:10px 0 20px 0; font-weight:500; color: #000000; }
.expertise i { color: #000; font-size: 20px; padding:15px 0; font-style:normal; }
.expertise .imgclm { text-align: center; padding-top: 50px; }
.expertise .introtxt { font-size:16px; color: #000; } 
.expertise .introtxt a { color: #fff; text-decoration: none; padding:10px 30px; border-radius: 25px; background: #ed1c24; border: 1px solid #ed1c24; display: inline-block; margin:10px 0 10px 10px; }
.expertise .introtxt a:hover { border: 1px solid #c80000;  background:#c80000; }

.ready { padding:90px 0 70px 0; background: rgba(228,228,227,.8); font-size:18px; color: #000;  }
.ready .readytxt { max-width: 600px; margin: 0 auto; text-align: center; }
.ready .readytxt i { color: #333; font-size: 20px; padding:15px 0; font-style:normal; }
.ready .readytxt h2 { font-size:35px; line-height:45px; margin:10px 0 20px 0; font-weight:500; color: #000000; }
.ready .readytxt a { min-width: 180px; font-size: 15px; color: #fff; text-decoration: none; padding:10px 30px; border-radius: 25px; background: #ed1c24; border: 1px solid #ed1c24; display: inline-block; margin:10px 2px 10px 2px; text-align: center; }
.ready .readytxt a:hover { border: 1px solid #c80000;  background:#c80000;  }

/* .ready .readytxt a:last-child { background: transparent; color: #ed1c24; }
.ready .readytxt a:last-child:hover { border: 1px solid #c80000;  background:#c80000; color: #fff; } */





/* Home product */
section.homeproduct {
  padding: 60px 0;
}
.home .homeproduct h3 {
  color: #ed1c24;
  text-align: center;
}

section.homeproduct .clm {
  padding-top: 20px;
  padding-bottom: 15px;
  min-height: 267px;
}

section.homeproduct .clm .content {
  display: table;
  width: 100%;
}
section.homeproduct .clm .content .icon {
  margin: 10px 0px;
  display: table-cell;
  width: 50px;
  vertical-align: top;
  text-align: left;
}
section.homeproduct .clm .content .heading {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  text-align: left;
}
section.homeproduct .clm .content .heading h4 {
  font-size: 23px;
  padding: 0;
  color: #2b357d;
}
section.homeproduct .clm .description {
  font-size: 14px;
  line-height: 23px;
  padding: 10px 20px 15px 0;
  text-align: left;
  color: #757575;
  display: block;
}
section.homeproduct a {
  text-decoration: none !important;
}
section.homeproduct a:hover {
  text-decoration: none !important;
}
/* section.homeproduct .learnmore {
  padding: 5px 0px 0px 0px;
} */
section.homeproduct a .learnmore {
  color: #b99351;
  text-decoration: none;
  font-weight: 600;
  padding: 5px 50px 5px 0px;
  display: inline-block;
  background: #fff;
  font-size: 14px;
  margin-top: 5px;
  /* transition: none; */
}
section.homeproduct a:hover .learnmore {
  color: #b99351;
  background: url(images/more-icon-hover.png) no-repeat right 10px;
}







#menu-item-44 {
  font-size: 0 !important;
}

.clienthome {
  text-align: center;
}
.clienthome .logos {
  display: inline-block;
  margin: 10px 20px;
}

/* Our Speciality  */
.hometeam {
  padding: 60px 0;
  min-height: 550px;
}
.hometeam h3 {
  color: #fff;
  text-align: center;
}
.hometeam .clm {
  padding-top: 15px;
  padding-bottom: 15px;
}
.hometeam .htbox {
  min-height: 158px;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: left;
  color: #666666;
  position: relative;
  font: 14px;
  display: table;
  width: 100%;
  box-shadow: 1px 6px 10px #987d4d;
}
.hometeam .htbox .photo {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}
.hometeam .htbox .photo figure {
  margin: 0;
  border-radius: 50%;
  background-color: red;
}
.hometeam .htbox .contentcol {
  display: table-cell;
  width: auto;
  vertical-align: top;
  padding: 0px 0 0 30px;
  position: relative;
}
.hometeam .htbox .contentcol p {
  margin: 0;
  padding: 0;
}
.hometeam .htbox .contentcol .txt {
  position: relative;
}
.hometeam .htbox .contentcol .teamsocial {
  position: absolute;
  bottom: 0;
  right: 0;
}

.hometeam .htbox .photo figure {
  width: 120px;
  height: 120px;
}

.hometeam .htbox .contentcol .name {
  color: #2b357d;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}
.hometeam .htbox .contentcol .designation {
  color: #666;
  font-size: 15px;
}
.hometeam .footer-right ul {
  margin: 0;
  width: auto !important;
}
.hometeam .footer-right ul li a i {
  background: #9b9b9b;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #9b9b9b;
  font-size: 17px;
}
.hometeam .footer-right ul li a:hover i {
  background: #fff;
  color: #9b9b9b;
}

.writeus {
  background:#ebebeb  url(images/Form_Section_bg.png) no-repeat right top; 
  /* background: rgba(235,235,235,.8)  url(images/Form_Section_bg.png) no-repeat right top; */
  
  /* background: rgba(235,235,235,.8) */
  padding:90px 0 60px 0;
  min-height:405px;
}
.writeus h3 { color: #000; margin-bottom: 20px; font-size:27px; line-height: 33px; }

.scroll-to-top {
  background: #07345e;
  color: #fff;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 8px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
i.fa.fa-angle-up {
  font-size: 20px;
  position: relative;
  top: 0px;
}

.facilitiypg .product-content {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.facilitiypg .product-content .coltxt {
  display: block;
  float: left;
}
.facilitiypg .product-content .coltxt p {
  font-weight: 400;
  color: #595959;
}
.facilitiypg .product-content .coltxt ul li {
  width: 48%;
  display: inline-block;
}
.facilitiypg .product-content .colpic {
  display: block;
  float: left;
}

.facilitiypg .product-content:nth-child(even) {
  border: 0;
}
.facilitiypg .product-content:nth-child(even) .colpic {
  float: left;
}
.facilitiypg .product-content:nth-child(even) .coltxt {
  float: right;
}
.facilitiypg .product-content:nth-child(even) .product-right img {
  margin-left: 0;
}
.facilitiypg .product-content:nth-child(odd) {
  border: 0;
}

.product-facility {
  padding: 70px 0;
  min-height: 493px;
}
.product-facility .facilibotpic {
  padding-top: 20px;
}
.product-facility .facilibotpic img {
  box-shadow: 1px 6px 10px rgba(0, 0, 0, 0.3);
}
.product-details.packing {
  padding-bottom: 50px;
}

.product-packing {
  padding: 45px 0 45px 0;
  background: #f8f4ee;
}
.product-packing .packclm {
  padding-top: 20px;
}
.product-packing .packclm h4 {
  color: #2b357d;
  font-size: 23px;
  padding: 10px 0 20px 0;
  line-height: 30px;
}
.product-packing .packclm p {
  color: #575655;
  font-size: 16px;
  line-height: 26px;
  padding-right: 15px;
}
.product-packing .packclm figure {
  margin: 0;
  padding: 20px 0;
}
section.map {
  display: flex;
}
.view-full {
  height: 215px;
  overflow: hidden;
  transition: 0.2s linear;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-center {
  justify-content: center;
}
/* .product-packing .packclm img {
  margin: 0 auto;
} */
.custom-row {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* about */
.ideology {
  background: #f6f2ec;
  padding: 65px 0 80px;
}

.content-head {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.content-head h3 {
  font-weight: 600;
  margin-bottom: 22px;
  font-size: 23px;
  color: #2b357d;
}
.content-head p {
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 23px;
  color: #2b357d;
}
.id-content p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.id-content {
  margin-right: 20px;
}
.id-content ul li::before {
  position: absolute;
  left: 0;
  content: "";
  background: url(images/tick-icon.png) no-repeat center;
  width: 17px;
  height: 12px;
  top: 5px;
}
.id-content ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.id-content ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 20px;
}
.mission-bg {
  padding: 70px 0;
  background: #f8f4ee;
}
.mission-box {
  background: #fff;
  max-width: 490px;
  padding: 30px 35px 38px;
  border-radius: 7px;
  margin-bottom: 30px;
  box-shadow: 0 3px 9px #f4f0ea;
}
.custom-h3 {
  font-weight: 600;
  margin-bottom: 22px;
  font-size: 23px;
  color: #2b357d;
}
.mission-box img {
  max-width: 47px;
  max-height: 47px;
  margin-bottom: 20px;
}
.mission-box h3 {
  margin-bottom: 18px;
}
.mission-box p {
  color: #333333;
  opacity: 0.7;
  line-height: 24px;
  margin-bottom: 0;
}
.mission-bg .qa-box {
  padding-left: 0px;
}
.mission-right h3 {
  margin-bottom: 28px;
}
.mission-right .qa-content h5 {
  font-weight: 600;
  color: #050505;
}
.mission-right p {
  margin-bottom: 0;
}
/* timeline */
.journey{
  padding: 60px 0;
}
.journey h3.custom-h3{
  text-align: center;
  margin-bottom: 40px;
}
.timeline-bar h3{
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}
.timeline-bar p{
  opacity: .9;
  font-size: 16px;
  margin-bottom: 0;
}
.timeline-bar {
  list-style: none;
  margin: 350px auto;
  padding: 0;
  width: 100%;
  border-top: 3px dotted transparent;
  position: relative;
}
.timeline-bar::after{
  content: '';
  width: calc(100% - 25%);
  border-top: 3px dotted #2b357d;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -3px;
}
.timeline-bar li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.timeline-top {
  position: absolute;
  width: 100%;
  background: #ec6618;
  padding: 50px 20px;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  min-height: 280px;
}
.timeline-bar li:nth-child(odd) .timeline-top{
  background: #ec6618;
  bottom: 0;
  margin-bottom: 100px;
}
.timeline-icon {
  position: absolute;
  width: 68px;
  height: 68px;
  background: #ec6618;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.timeline-bar li:nth-child(odd) .timeline-icon{
  margin-top: 5px;
}
.timeline-bar li:nth-child(even) .timeline-icon{
  bottom: 0;
  margin-bottom: 100px;
}
.timeline-icon img{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.timeline-yr {
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  color:#2b357d;
  font-size: 20px;
}
.timeline-yr::after{
  content: '';
  width: 8px;
  height: 8px;
  background: #2b357d;
  position: absolute;
  border-radius: 50px;
  bottom: -25px;
  left: 50%;
}
.timeline-bar li:nth-child(even) .timeline-top{
  background: #2b357d;
  margin-top: 10px;
}
.timeline-bar li:nth-child(even) .timeline-icon{
  background: #2b357d;
}

/* timeline */

/* about */
.product-facility img.a-left.control-c.prev.slick-prev.slick-arrow,
.product-facility img.a-right.control-c.next.slick-next.slick-arrow {
  top: 50%;
}



.chilly-product { padding:70px 0 70px 0; } 
.chilly-product h2 { font-size: 41px; line-height: 54px; color: #000; font-weight: 500; } 
.chilly-product .prodleft { padding-right:25px;  border-right:1px solid #e5e5e5; margin-bottom: 30px; }
.chilly-product .prodright { padding-left: 15px; font-size: 16px;  margin-bottom:30px; }

.chilly-product .prodhdr { padding:30px 0 40px 0; font-size:16px; color: #000; }

.chilly-product .prodln { font-size: 18px; color: #000; margin-bottom:30px; }
.chilly-product .prodln .product-box { padding:25px; border-radius:10px; background-color:#000; min-height:288px; width: 100%; }
.chilly-product .prodln .product-box h5 { font-weight:500; color: #000; font-size:17px; padding:0; margin:0 0 10px 0; }
.chilly-product .prodln a { text-decoration: none; }
.chilly-product .prodln a:hover { text-decoration: none; }

.chilly-product .prodln a .product-box .knowmore { font-weight:500; color: #ed1c24; font-size:14px; }
.chilly-product .prodln a .product-box .knowmore span { font-family:Arial, sans-serif; background: #fff; color: #ed1c24; border-radius: 50%; height: 20px; width: 20px; display: inline-block; text-align: center; padding-top:0px; vertical-align: middle;
background: #fff url(images/arrow-off.png) no-repeat center 6px;  }
.chilly-product .prodln a:hover .product-box .knowmore span { background: #ed1c24 url(images/arrow-on.png) no-repeat center 6px;color: #fff; }

.chilly-product .prodln a .product-box .knowmore i { margin-left:5px; color: transparent; font-style: normal; }
.chilly-product .prodln a:hover .product-box .knowmore i { color:#ed1c24 }

.innerbanner_text h2.main-title { position: absolute;  top: 160px; left:20px;  color: #fff; 
  font-family: "Kanit", sans-serif; font-weight: 400;  font-size: 50px; line-height: 60px; }
.innerbanner_text h2.main-title p { font-weight:400 !important; font-size:20px !important; line-height:30px; display: block; }

.innerbanner.productdetail {  /* height:196px;  */ height:100px; }
.innerbanner.productdetail .innerbanner_text h2.main-title { /* top:80px; */  top:25px;
  font-size:32px; }
.innerbanner.sitemapbanner { height:100px !important; }
.pghdr { position: relative; padding:0px 0 25px 0; }
.pghdr h1 { position: relative; font-size:30px; font-weight:500; color: #000; padding-bottom:20px; }
.pghdr h1::after { position:absolute; border-bottom:2px solid #ed1c24; width:175px; bottom: 0; left: 0; content: ""; }

.productdetailsec { padding:50px 0; }
.productdetailsec .leftcolumn { padding:50px 0; }

.productspecification { text-align: left; }
.productspecification .hdr { color: #ed1c24; font-weight:500; font-size: 18px; padding: 20px 0; } 
.productspecification .prodrw { width: 100%; display: table; padding:4px 0 3px 0; }
.productspecification .left { width:160px; display: table-cell; vertical-align: top; padding:0px 5px 0px 0px; }
.productspecification .right { width:auto; display: table-cell; vertical-align: top; padding:0px 0px 0px 5px; }
.productspecification .right .colan { width:30px; display: inline-block; vertical-align: top; }

.productdetailspg .picture img { border-radius: 10px; } 
.productdetailspg .desctxt { padding: 25px 0 5px 0; min-height: 120px; }
.productdetailspg .desctxt i { font-style: normal; color: #ff0000; font-weight: 500; }
.productdetailspg .desctxt p { color: #000; }
.productdetailspg .desctxt p strong { color: #000; font-weight: 600; }
.productdetailspg .desctxt ul { margin:10px 0 30px 0; }
.productdetailspg .desctxt ul li { background: url(images/black-bot.png) no-repeat -10px -12px; padding: 0px 0px 1px 30px; }

.productdetailspg .butnrow { padding:15px 0; }
.productdetailspg .butnrow a { color: #fff; text-decoration: none; padding: 10px 30px; border-radius: 25px; background: #ed1c24; border: 1px solid #ed1c24; }
.productdetailspg .butnrow a:hover { color: #fff; border: 1px solid #c80000;  background:#c80000; text-decoration: none;  } 
.productdetailspg .introductext { font-family: "Kanit", sans-serif; font-weight: 400; padding:1px 0;  }
.productdetailspg .introductext p { font-family: "Kanit", sans-serif; font-weight: 400; font-size:25px !important; line-height:33px !important; font-weight:500 !important; color: #000 !important; margin-bottom: 25px!important ; }

.ltmenu h4 { color: #000; padding:10px 0 15px 20px; font-size: 16px!important; }
.ltmenu ul li a { padding:20px 2px 10px 80px; background-repeat: no-repeat; background-position:7px center; min-height:65px; background-size:65px; }
.ltmenu ul li.S17TejaStem a { background-image:url(images/ltmenu-S17-Teja-Stem.png); }
.ltmenu ul li.S17TejaStemcut a { background-image:url(images/ltmenu-S17Teja-Stemcut.png); }
.ltmenu ul li.S17TejaStemless a { background-image:url(images/ltmenu-S17Teja-Stemless.png); }
.ltmenu ul li.WrinkleStem a { background-image:url(images/ltmenu-273-Wrinkle-Stem.png); }
.ltmenu ul li.S4SannamStem a { background-image:url(images/ltmenu-S4-Sannam-Stem.png); }
.ltmenu ul li.ByadgiwithStem a { background-image:url(images/ltmenu-Byadgi-with-Stem.png); }
.ltmenu ul li.SuperhotWithstem a { background-image:url(images/ltmenu-Superhot-Withstem.png); }

.ltmenu ul li.cuminsingapore a { background-image:url(images/ltmenu-Cumin-Singapore.png); }
.ltmenu ul li.cumineurope a { background-image:url(images/ltmenu-Cumin-Europe.png); }

.ltmenu ul li.fssingapore a { background-image:url(images/ltmenu-Fennel-seeds-Singapore.png); }
.ltmenu ul li.fseurope a { background-image:url(images/ltmenu-Fennel-seeds-Europe.png); }

.ltmenu ul li.turmeric a { background-image:url(images/ltmenu-turmeric.png); }

.ltmenu ul li.fenugreekbold a { background-image:url(images/ltmenu-Fenugreek-Bold.png); }
.ltmenu ul li.fenugreekmedium a { background-image:url(images/ltmenu-Fenugreek-Medium.png); }

.ltmenu ul li.garlic a { background-image:url(images/ltmenu-garlic.png); }
.ltmenu ul li.blackpepper a { background-image:url(images/ltmenu-black-Pepper.png); }
.ltmenu ul li.ginger a { background-image:url(images/ltmenu-Ginger.png); }
.ltmenu ul li.tamarind a { background-image:url(images/ltmenu-Tamarind.png); }

.ltmenu ul li.mustardbold a { background-image:url(images/ltmenu-Mustard-bold.png); }
.ltmenu ul li.mustardmedium a { background-image:url(images/ltmenu-Mustard-medium.png); }
.ltmenu ul li.yellowmustard a { background-image:url(images/ltmenu-Yellow-mustard.png); }
.ltmenu ul li.mustarddal a { background-image:url(images/ltmenu-Mustard-dal.png); }

.ltmenu ul li.sesameseedssemipremium a { background-image:url(images/ltmenu-sesame-semi-premium.png); }
.ltmenu ul li.sesamepremium a { background-image:url(images/ltmenu-sesame-premium.png); }
.ltmenu ul li.sesamenatural a { background-image:url(images/ltmenu-sesame-natural.png); }


#rmp_menu_trigger-151 .responsive-menu-pro-inner, #rmp_menu_trigger-151 .responsive-menu-pro-inner::before, #rmp_menu_trigger-151 .responsive-menu-pro-inner::after { background-color: #676767; }
#rmp_menu_trigger-151:hover .responsive-menu-pro-inner, #rmp_menu_trigger-151:hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-151:hover .responsive-menu-pro-inner::after { background-color: #676767; }
#rmp_menu_trigger-151.is-active .responsive-menu-pro-inner, #rmp_menu_trigger-151.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-151.is-active .responsive-menu-pro-inner::after { background-color: #676767; }
#rmp-container-151 { background-color:#676767 !important; } 


/* Spices page */

.chilly-product.spices h2 { font-size:26px; line-height: 39px; }
.chilly-product.spices .prodhdr h2 { font-size: 30px; line-height: 39px; font-weight:600; }
.chilly-product.spices .product-box { padding:35px 25px 25px 35px; background-color: #eaeaea; }
.chilly-product.spices .product-box h5 { padding:10px 0 10px 10px }

.breadcrumb span:first-child.separator { display: none; }


/* Product main page */
.productmain { text-decoration: none; }
.productmain h2 { font-size: 24px; line-height: 33px; }

.productmain .wpbox { position: relative; text-align: center; max-width:281px; margin:30px auto 0 auto; }
.productmain h5 { color: #fff; margin: 0; font-size: 17px; }
.productmain .wpboxin { position: absolute; top:25%; width: 100%; opacity:1; }
.productmain .hprdcolumn { position: relative; }
.productmain .hprdcolumn .wpbox figure  { margin:0; height: auto; overflow: hidden; border-radius: 5px; }
.productmain .hprdcolumn .wpbox figure img { transition: all 0.3s ease 0s; border-radius: 5px;  }
.productmain .hprdcolumn .wpbox:hover figure img { transform: scale(1.15) }
.productmain .hprdcolumn .wpbox:hover h5 { color: #fff; text-decoration: underline; }
 /* .col-md-10.col-centered.center-divs { display: flex; justify-content: center; } */

.productmain .hprdcolumn .wpbox .prmoverlay { border-radius: 5px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(73, 0, 0, 0.6); }
.productmain .hprdcolumn:nth-child(2) .wpbox .prmoverlay { background-color: rgba(46, 138, 138, 0.5); }
.productmain .hprdcolumn:nth-child(3) .wpbox .prmoverlay { background-color: rgba(120, 90, 69, 0.5); }
.productmain .hprdcolumn:nth-child(4) .wpbox .prmoverlay { background-color: rgba(120, 2, 138, 0.5); }
.productmain .hprdcolumn:nth-child(5) .wpbox .prmoverlay { background-color: rgba(0, 117, 17, 0.5); }
.productmain .hprdcolumn:nth-child(6) .wpbox .prmoverlay { background-color: rgba(0, 132, 255, 0.5); }
.productmain .hprdcolumn:nth-child(7) .wpbox .prmoverlay { background-color: rgba(191, 139, 0, 0.5); }

.productmain .hprdcolumn .wpbox:hover .prmoverlay { /* opacity: 0.8; */ background-color: rgba(73, 0, 0, 0.7); }
.productmain .hprdcolumn:nth-child(2) .wpbox:hover .prmoverlay { background-color: rgba(46, 138, 138, 0.7); }
.productmain .hprdcolumn:nth-child(3) .wpbox:hover .prmoverlay { background-color: rgba(120, 90, 69, 0.7); }
.productmain .hprdcolumn:nth-child(4) .wpbox:hover .prmoverlay { background-color: rgba(120, 2, 138, 0.7); }
.productmain .hprdcolumn:nth-child(5) .wpbox:hover .prmoverlay { background-color: rgba(0, 117, 17, 0.7); }
.productmain .hprdcolumn:nth-child(6) .wpbox:hover .prmoverlay { background-color: rgba(0, 132, 255, 0.7); }
.productmain .hprdcolumn:nth-child(7) .wpbox:hover .prmoverlay { background-color: rgba(191, 139, 0, 0.7); }


/* Quality Assurance  */

.qualitystage { text-align: none; padding: 50px 0; }
.qualitystage .container { max-width: 950px; }
.qualitystage h2 { font-size:30px; line-height:39px; color: #000; font-weight:500; padding-bottom: 15px; }
.qualitystage .introtxt { padding: 30px 0; text-align: center; max-width:750px; margin: 0 auto; }
.qualitystage .introtxt p { font-size:18px; color: #333; }

.qualitystage h3 { font-size:27px; line-height:37px; color: #000; font-weight:500; padding:10px 0; }
.qualitystage .qastagerw { position: relative; }
.qualitystage .qastagerw .qaclm1 { position: relative; padding:0px 50px; min-height: 300px; }
.qualitystage .qastagerw .qaclm2 { position: relative; padding:0px 50px; min-height: 300px; }

.qualitystage .qastagerw:nth-child(even) .qaclm1 { float:right; }
.qualitystage .qastagerw:nth-child(even) .qaclm2 { float: left; text-align: right; }

.qualitystage .qastagerw:nth-child(odd) .qaclm1 { float: left; text-align: right; }
.qualitystage .qastagerw:nth-child(odd) .qaclm2 { float: right; }

.qualitystage .qastagerw:nth-child(2n) .qaclm1 { border-left:2px dashed #eae9dc; }
.qualitystage .qastagerw:nth-child(2n+1) .qaclm2 { border-left:2px dashed #eae9dc; }

.qualitystage .qastagerw:last-child .qaclm1,
.qualitystage .qastagerw:last-child .qaclm2 { border:0; }

/* .qualitystage .qastagerw::after { border-left:2px dashed #ff0000; content:" "; height:100%; width:2px; left:50%; right:auto; top:0; bottom: 0; margin-left:-2px; z-index: 11; position: absolute; } */

.qualitystage .qastagerw::before { background-color: #ef7723; content:" "; height: 18px; width:18px; border-radius: 50%; position: absolute; top:0; left: 50%; right: auto; margin-left:-8px; z-index: 100; }
.qualitystage .qastagerw:nth-child(2)::before { background-color: #ef7723; }
.qualitystage .qastagerw:nth-child(3)::before { background-color: #54af46; }
.qualitystage .qastagerw:nth-child(4)::before { background-color: #fd2830; }
.qualitystage .qastagerw:nth-child(5)::before { background-color: #ad6231; }


.qualitystage .qastagerw .qstagepicture { padding:0px 0 30px 0; }
.qualitystage .qastagerw .qstagetxt { padding:0px 0 30px 0; }
.qualitystage .qastagerw .qstagetxt p { font-size:15px; display: block; margin-bottom: 0; }

.qualitystage .qastagerw .stagenum { background-color: #ef7723; margin-top:-8px; text-transform: uppercase; font-size:14px; font-weight:500; padding:4px 20px; color: #fff; border-radius:15px; display: inline-block; }
.qualitystage .qastagerw:first-child .stagenum { background-color: #ef7723; }
.qualitystage .qastagerw:nth-child(2) .stagenum { background-color: #ef7723; }
.qualitystage .qastagerw:nth-child(3) .stagenum { background-color: #54af46; }
.qualitystage .qastagerw:nth-child(4) .stagenum { background-color: #fd2830; }
.qualitystage .qastagerw:nth-child(5) .stagenum { background-color: #ad6231; }

.quality-bottom { background: #dbf0d1; padding:70px 0 50px 0; }
.quality-bottom .quality-picture { padding:0; text-align: center; }
.quality-bottom .quality-bottomtxt { padding:30px 20px; }
.quality-bottom .quality-bottomtxt p { font-size:16px; color: #000; }


/* accreditationspg */ 
.accreditationspg { padding: 50px 0; }
.accreditationspg h3 { font-size:27px; line-height:37px; color: #000; font-weight:500; padding:10px 0; }
.accreditationspg h3 b { color: #000; font-weight:600; }
.accreditationspg .introtxt { padding: 30px 0; }
.accreditationspg .introtxt p { font-size:18px; color: #333; }

.accreditationspg .awarw { position: relative; display: table; width: 100%; }
.accreditationspg .awarw .awclm1 { position: relative; 
/* display: table-cell; width: 100px; */  }
.accreditationspg .awarw .awclm1 .year { font-size: 20px; font-weight: 600; padding-top: 30px; }
.accreditationspg .awarw .awclm2 { border-left: 2px dashed #ecebdf; position: relative; min-height: 300px; padding-left: 25px; }

.accreditationspg .awarw .awclm2:before { left:-11px; top:35px; width:20px; height: 20px; border-radius: 100%; position: absolute; content: ""; background: #ed1c24; }
/* .accreditationspg .awarw:first-child .awclm2:before { top:0px; }
.accreditationspg .awarw:first-child .awclm1 .year { padding-top:0px; } */

.accreditationspg .awrdcm { min-height:390px; }
.accreditationspg .awarw .awclm2 .arow { border-bottom:2px solid #f0f0f0; padding-bottom:30px; margin-bottom: 30px; }
.accreditationspg .awarw:last-child .awclm2 .arow { border-bottom:0; }
.accreditationspg .awarw .awclm2 .awardbx { max-width:200px; text-align: center; margin:20px auto 20px auto; }
.accreditationspg .awarw .awclm2 .awardbx .awardpicture { padding-bottom:20px; }
.accreditationspg .awarw .awclm2 .awardbx .awardtxt { font-size: 15px; line-height:23px; padding: 10px 0; }
.accreditationspg .awarw .awclm2 .awardbx .awardyear { font-weight: 600; font-size: 17px; }

.accreditation-bottom { background: #f0f0f0; padding:70px 0 70px 0; }
.accreditation-bottom h2 { font-size:27px; line-height:37px; color: #000; font-weight:500; padding:20px 0; }
.accreditation-bottom .acnclm { text-align: left; padding-bottom:30px; }
.accreditation-bottom .acnclm .acnbox { border-radius: 5px; background: #fff; display: table; width:100%; padding:20px; min-height:120px; }
.accreditation-bottom .acnclm .acnbox .icon { display: table-cell; width:70px; vertical-align: middle; }
.accreditation-bottom .acnclm .acnbox .icon img { max-width:70px; vertical-align: middle; }
.accreditation-bottom .acnclm .acnbox .name { padding:0px 0 0 15px; display:table-cell; width:auto; vertical-align:middle; }

.accreditation-bottom .acnclm .acnbox2 { border-radius: 5px; background: #fff; display: table; width:100%; padding:20px; min-height:125px; }
.accreditation-bottom .acnclm .acnbox2 .icon { display: table; max-width:220px; vertical-align: middle; }
.accreditation-bottom .acnclm .acnbox2 .icon img { max-width:220px; vertical-align: middle; }
.accreditation-bottom .acnclm .acnbox2 .name { padding:0px 0 0 15px; display:table; width:100%; vertical-align:middle; }

.contact-pg { padding:70px 0; }
.contact-pg h5 { font-size:20px; color: #000; margin:0px 0 10px 0; }
.contact-pg p { color: #333; font-size:17px; line-height:26px; }
.contact-pg .address-box { color: #333333; font-size: 17px; padding:10px 0; max-width: 500px; }
.contact-pg .social-media { background: url(images/connect.png) no-repeat left top/ 20px; padding-left: 40px; margin-bottom: 35px; } 
.contact-form { background: #e9edf0; display: table; padding:50px 50px 20px 50px; max-width: 550px; }
.contact-form h4 { font-size:24px; color: #000; padding-bottom: 30px; text-align: center; }
.contact-form input { background-color: #fff; padding:8px 20px; border:1px solid #e4e4e4; border-radius:3px; }
.contact-form textarea { background-color: #fff; padding:8px 20px; border:1px solid #e4e4e4; min-height:70px; border-radius:3px; } 


.whowearepg { text-decoration: none; }
.whowearepg h3 { font-size:30px; color: #000; margin:10px 0 15px 0; line-height: 32px; }
.whowearepg .whoweare1 { padding:50px 0 0px 0; background:#fff url(images/who-we-bottom.png) no-repeat right bottom; background-size:85%; background-attachment: scroll; }
.whowearepg .whoweare1 .txt1 { padding:70px 0 30px 0; max-width: 440px;  }
.whowearepg .whoweare1 .txt2 { padding: 50px 0; }

.writeus.whowearefrm { background: rgba(225,230,234, .9) !important; padding: 50px 0 40px 0; }


.corpvideo { padding: 50px 0; background:#f8f5dc; }
.videowrapper { position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0; overflow: hidden;
  }
.videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 8px; }



.sustainabilitysec { padding:60px 0; }
.sustainabilitysec.sec2 { background: #f4f4f7; }
.sustainabilitysec h3 { font-size:26px; font-weight:500; color: #000; margin:10px 0 20px 0; }
.sustainabilitysec p { font-size:16px; color: #000; }
.sustainabilitysec .subcm1 { text-decoration: none; }
.sustainabilitysec .subcm2 { text-decoration: none; }
.sustainabilitysec .sustxt { padding:40px 0 0px 0; max-width: 500px; }
.sustainabilitysec .susimage { text-align: center; margin-top: 15px; }
.sustainabilitysec ul { margin:15px 0 30px 0px; padding:0; }
.sustainabilitysec ul li { margin:0; font-size:17px; list-style: none; background: url(images/Green-Checked.png) no-repeat 1px 5px; padding:0px 0px 15px 30px; }

.sustainabilitysec.growth { background: #dbf0d1; }
.sustainabilitysec.growth .grintro { padding: 20px 0; text-align: center; }
.sustainabilitysec.growth .grbclm { margin-bottom:30px; text-align: center; }
.sustainabilitysec.growth .grbclm .grwbox { min-height: 200px; padding:20px 20px; text-align: center; background:#edf8e8; border-radius: 10px; border: 2px solid #cbdbc3; }
.sustainabilitysec.growth .grbclm .grwbox .icon { margin:10px auto 20px auto; }

.promisebox { margin-top:100px; margin-bottom:30px; display: table; width: 100%; border-radius: 20px; background-image: linear-gradient(to bottom right, #4fc632, #2d8b5c); color: #fff; border: 1px solid #1c7548; }
.promisebox h3 { font-size:26px; font-weight: 500; color: #fff; margin:10px 0 20px 0; }
.promisebox p { color:#fff; }
.promisebox p strong { color:#ffea00; font-weight: 600; }
.promisebox .clm1 { display: table-cell; vertical-align: top; width:230px; padding:0px 20px 0px 20px; text-align: center; }
.promisebox .clm1 img { margin-top:-40px; max-width: 200px; }
.promisebox .clm2 { display: table-cell; vertical-align: top; width:auto; padding:30px 20px 25px 20px; }


.sustainabilitysec.growth.certificate .cgsclm { margin-bottom:20px; }
.sustainabilitysec.growth.certificate .cgsclm .cgsbox { border-radius:10px; min-height:100px; font-weight:600; color: #111; padding:20px 20px; background:#fff; border:1px solid #c4dfb8; }
.sustainabilitysec.growth.certificate .cgsclm .cgsbox .icon { margin:10px auto 20px auto; }

.sustainabilitysec.growth.beyond { background: #fff; }
.sustainabilitysec.growth.beyond .bybclm { margin-bottom:30px; }
.sustainabilitysec.growth.beyond .bybclm h5 { font-size:20px; font-weight: 600; color: #000; margin-bottom: 15px; }
.sustainabilitysec.growth.beyond .bybclm .bybox { min-height:310px; padding:30px 40px 15px 40px; text-align: center; background:#fafafa; border-radius:20px; border:2px solid #727272; }
.sustainabilitysec.growth.beyond .bybclm .bybox:hover { border: 2px solid #6bc854; }
.sustainabilitysec.growth.beyond .bybclm .bybox .icon { margin:10px auto 20px auto; }



.justify-content-center { display: flex; justify-content: center; }
.homevideo { padding:0; width: 100%; }

.innerbanner.newsband { height:190px; color: #fff; background:#ab0004 !important; }
.innerbanner.newsband .bandhd h2  { color: #fff!important; }


.applicationsub { text-decoration: none; }
.applicationsub { text-decoration: none; }
.applicationsub .picture { border-radius: 20px; }
.applicationsub .picture img { border-radius: 20px; }

section.inner-body h3 {
  font-size: 32px;
  color: #000;
  line-height: 35px;
  font-family: "Kanit", sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
}
section.inner-body h3 i { font-size: 20px; font-weight: 500; display: block; font-style: normal; }



/* Responsive Media Queries */

@media screen and (max-width: 1600px) {
  section.recent-events .orange-masked {
    padding: 35px 30px 0px 50px;
  }
}

@media screen and (max-width: 1367px) {
  section.innerbanner-upcoming-events {
    height: 100vh;
  }
  .event-banner-content {
    display: block;
    height: 60%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .product-facility img.a-left.control-c.prev.slick-prev.slick-arrow {
    left: -30px;
  }
  .product-facility img.a-right.control-c.next.slick-next.slick-arrow {
    right: -30px;
  }
}
@media screen and (max-width: 1260px) {
  /* .container { width: 100% !important; } */

  .awardshome .awards-slider img.a-right.control-c.next.slick-next.slick-arrow {
    right: -30px;
  }
  .awardshome .awards-slider img.a-left.control-c.prev.slick-prev.slick-arrow {
    right: -30px;
  }
}
@media screen and (max-width: 1200px) {
  section.banner_section .content h3 {
    font-size: 30px;
  }

  .productfilter .pfbox {
    min-height: 170px;
  }
  .productfilter .pfbox figure {
    height: 140px;
    background: #fff;
  }

  section.inner-body .contentcol .product-gallery ul li {
    padding: 0 !important;
    background: none !important;
  }

  .carrers-table th {
    padding: 15px 10px 15px 10px;
  }
  .carrers-table td {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    width: 100% !important;
  }
  .greyband .col1 {
    padding-left: 15px;
    padding-right: 0;
  }
  header .navbar-nav {
    padding-right: 15px;
  }
  .navbar-header {
    padding-left: 15px;
  }

  header .navbar-nav > li > a {
    padding: 10px 0px;
  }
  /* .nav>li>a {padding: 10px 5px;} */
  img.a-left.control-c.prev.slick-prev.slick-arrow {
    left: 0;
    z-index: 9999;
  }
  img.a-right.control-c.next.slick-next.slick-arrow {
    right: 0;
    z-index: 9999;
  }
  .slick-list {
    padding: 0 0px !important;
  }

  .goals-list ul {
    margin: 0 auto;
    display: table;
    text-align: center;
  }
  .goals-list li {
    width: 160px;
    display: inline-block;
    float: none;
  }
  section.goals {
    padding: 90px 0 60px;
  }
  .about-tab ul li a {
    padding: 10px 10px;
  }
  .about-brief {
    padding: 55px 50px 50px;
  }
  .counting-list h4 {
    font-size: 26px;
  }
  .target-box-row ul {
    list-style: none;
    margin: 0 auto;
    display: table;
    justify-content: unset;
    padding: 0;
    text-align: center;
  }
  .target-box-row ul li {
    display: inline-block;
  }
  .target-box-row ul li a {
    width: 173px;
    display: inline-block;
    height: 250px;
    float: left;
    margin: 15px 15px 15px;
  }
  .profile-bg {
    height: 260px;
  }
  .profile-pic {
    height: 230px;
  }
  .team-brief {
    padding: 50px 50px 25px;
  }
  .profile-cover {
    height: 365px;
  }
  .profile-brief {
    padding: 15px 0;
  }
  .profile-cover:hover .profile-brief {
    padding: 15px;
  }
  .sector-name {
    width: auto;
  }
  .other-sectors ul,
  .other-sectors ul li {
    display: block;
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
  }
  .sector-menu ul li span {
    width: 200px;
  }
  .skewed-bg {
    background-position: 90% 100%;
  }

  section.inner-body .contentcol .innerpad {
    padding: 0;
  }
  section.inner-body.leadershippg .visionbox .visiontxt .txt {
    padding: 15px;
  }
  section.ourspeciality h3 {
    font-size: 26px;
  }
  section.ourspeciality .clm .content {
    min-height: 451px;
  }
  .product-facility img.a-left.control-c.prev.slick-prev.slick-arrow {
    left: auto;
    top: -20px;
    right: 50px;
  }
  .product-facility img.a-right.control-c.next.slick-next.slick-arrow {
    right: 18px;
    top: -20px;
  }
  .product-facility {
    min-height: 440px;
  }
  .timeline-bar{
    margin: 400px auto;
  }
  .timeline-top{
    min-height: 325px;
  }
  .mission-box{
    margin-right: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile-cover h4 {
    font-size: 18px;
  }
  .profile-cover p {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .greyband b {
    font-size: 13px;
    font-weight: 600;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  /* header.navbar-static-top { padding: 3px 15px; } */
  .twitter-box {
    padding-left: 15px;
  }
  .my-updates {
    border-right: 0px solid #e5e5e5;
    padding-right: 15px;
  }
  .logos {
    margin: 0 0px;
    padding: 0 30px;
  }
  .goals-list li {
    margin: 0 30px 25px !important;
  }
  /*.navbar-header { width: 115px;  height: 98px;   }
.about-tab.navbar-static-top.fixed{top: 105px;}
 main {margin-top: 105px;} */
  /* .navbar-static-top.fixed button#responsive-menu-button { top: 25px !important; right: 25px !important; transition: .2s linear;} */

  button#responsive-menu-button {
    transition: 0.2s linear;
    top: 50px !important;
    right: 15px !important; /* position: absolute !important; */
  }
  #page button#responsive-menu-button {
    transition: 0.2s linear;
    top: 20px !important;
    right: 15px !important; /* position: absolute !important; */
  }

  section.banner_section .flex-active-slide .content {
    top: 15px;
  }
  section.banner_section .content h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .banner_section .flex-direction-nav a {
    background-color: #c1d2e2;
  }

  .header-search {
    display: none;
  }
  .modal-dialog {
    width: 98%;
    margin: 50px auto;
  }

  .search-main {
    padding: 0 15px;
  }
  .about-tab ul li {
    display: inline-block;
  }
  .about-tab ul li a {
    padding: 10px 10px;
  }
  .about-tab ul {
    display: table;
    text-align: center;
    margin: 0 auto;
  }
  .about-tab {
    padding: 0px 0;
  }
  .about-brief {
    padding: 55px 100px 20px;
  }
  .counting-list h4 {
    font-size: 22px;
  }
  .counting-list i {
    font-size: 15px;
    padding-top: 2px;
  }
  .banner-text {
    padding: 0;
  }
  .blog-post {
    margin-bottom: 25px;
    min-height: unset;
  }
  .recent-image {
    width: 120px;
  }
  .recent-content {
    width: calc(100% - 120px);
  }
  .single-blog-content {
    padding: 40px 0px 40px 0;
  }
  .single-blog-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .caption {
    background: #fff;
    padding: 30px 0px 0;
    margin: 0 0 30px;
  }
  .related_posts {
    padding: 0px 0 0;
  }
  .profile-cover {
    max-width: 350px;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  .profile-bg {
    height: 290px;
  }
  .profile-pic {
    height: 280px;
  }
  .team-pop .modal-dialog {
    width: 95%;
  }
  .profile-left {
    left: 0;
  }
  .profile-detail {
    padding-left: 20px;
  }
  .team-pop .modal-content {
    padding: 30px 30px 30px 0;
  }

  .directors-bg {
    margin: 30px 0 80px;
  }
  .count-bg {
    padding: 50px 100px;
  }
  .counting-list {
    margin-bottom: 50px;
  }
  .timeline-custom {
    max-width: 420px;
  }
  .investor-log {
    width: 610px;
  }
  .skewed-bg .panel-default > .panel-heading {
    width: 500px;
  }
  .investor-log form {
    width: 60%;
  }
  .profile-cover p {
    max-width: 100%;
  }

  section.inner-body .ltmenu {
    padding:10px 0px;  
  }
  section.inner-body.leadershippg .visionbox .visiontxt .txt {
    padding: 10px 0 0 10px;
  }
  section.inner-body .contentcol h3 {
    font-size: 26px;
  }
  section.inner-body.leadershippg .visionbox .visiontxt .txt p {
    line-height: 21px;
  }
  section.inner-body.aboutpg .bluebox {
    margin: -20px 15px 0 15px;
    max-width: inherit;
  }
  section.inner-body.aboutpg .companyimage img {
    margin-top: 10px;
  }

  .comprw1 .clm1 {
    padding-right: 15px;
  }
  .comprw1 .clm2 {
    padding-left: 15px;
  }
  .contentcol .competencies-imagetext {
    left: 30px;
    right: 30px;
  }
  .contentcol .competencies-blue {
    padding: 30px;
    margin: 0;
  }

  .awardshome .awards-slider .content .txt {
    font-size: 14px;
    line-height: 21px;
  }

  section.inner-body .contentcol .productlist ul li {
    width: 100%;
    display: block;
  }
  .contactfirstrow .contactbox .col1 {
    padding-left: 0;
    width: 100%;
  }
  .contactfirstrow .contactbox .col2 {
    padding-top: 20px;
    padding-left: 0;
    width: 100%;
  }
  .contactmainbx .ctclm1,
  .contactmainbx .ctclm2 {
    padding: 30px;
  }
  .footermenu .ftclm:nth-child(1),
  .footermenu .ftclm:nth-child(3),
  .footermenu .ftclm:nth-child(5) {
    width: 20%;
  }
  .footermenu .ftclm:nth-child(2),
  .footermenu .ftclm:nth-child(4) {
    width: 30%;
  }
  section.ourspeciality .clm .content {
    padding: 25px 25px;
  }
  section.ourspeciality .clm .content {
    padding: 25px 25px;
  }
  .home h3 {
    font-size: 25px;
  }
  section.ourspeciality h3 {
    font-size: 24px;
  }
  section.ourspeciality .clm .content {
    min-height: 590px;
  }
  .av-box p {
    font-size: 16px;
  }
  .timeline-bar{
    margin:0 ;
    border-left: 0;
    padding-left: 0 !important;
    padding-top:0px !important;
    border-top: 0 !important;
  }
  .timeline-bar::after{
    border-left: 3px dotted #2b357d;
    border-top: none;
    width: 3px;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    top: -24px;
  }
  .timeline-bar li{
    width: 100%;
    float: none !important;
    width: inherit !important;
    z-index: 2;
  }
  .timeline-top{
    max-width: 43%;
    position: static;
    margin: 0 auto;
    min-height: 100%;
    margin-bottom: 70px !important;
  }
  .timeline-icon{
    left: 0;
    top: 0;
    right: 0;
  }
  .timeline-yr{
    top: -43px;
    left: 98px;
    max-width: 108px;
    right: 0;
  }
  .timeline-yr::after{
    bottom: 14px;
    left: 1px;
  } 
  .content-head p{
    font-size: 20px;
  }
  .timeline-bar li:nth-child(odd) .timeline-icon{
    margin-top: 0;
  }
  .journey h3.custom-h3{
    margin-bottom: 80px;
  }
  .id-content{
    margin-right: 0px;
  }
  .mission-box{
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .mission-right{
    max-width: 500px;
    margin: 50px auto;
  }
  .mission-bg{
    padding-bottom: 0px;
  }


header.navbar-static-top.fixed { height: 80px; }
header.navbar-static-top.fixed .navbar-header { padding: 15px 10px 15px 15px; }

section.banner_section .bannerfill { min-height:551px; }


}

@media screen and (min-width: 801px) and (max-width: 992px) {
}

@media screen and (max-width: 800px) {
  span.counter {
    float: left;
    font-size: 28px;
    line-height: 33px;
    margin: 0 5px;
  }
  .stats-text {
    text-align: center;
    font-size: 14px;
  }
  img.a-left.control-c.prev.slick-prev.slick-arrow {
    left: 0px;
    z-index: 99999;
  }
  img.a-right.control-c.next.slick-next.slick-arrow {
    right: 0px;
  }
  .footer-left {
    width: 100%;
    float: left;
    margin: 15px 0 0;
  }
  .footer-left .menu-footer-container ul {
    display: table;
    margin: 0 auto;
    text-align: center;
  }
  .footer-left .menu-footer-container ul li {
    display: inline-block;
  }
  .footer-left .menu-footer-container ul li a {
    display: inline-block;
    float: none !important;
  }
  .footer-left .copyrights {
    text-align: center;
    margin-top: 15px;
  }
  .footer-right {
    float: none;
    display: flex;
    clear: both;
    justify-content: left;
  }

  .wrap-banner-content {
    width: 85%;
  }
  .about-tab ul li a {
    padding: 10px 5px;
    font-size: 11px;
  }
  section.testimonials {
    padding: 90px 20px;
  }
  .testimonials.flexslider {
    padding-left: 0;
  }
  .team-pop .profile-bg {
    height: 230px;
  }
  .team-pop .profile-pic {
    height: 210px;
  }
  section.logo-wrapper ul li {
    width: 25%;
  }

  .sortbytext {
    float: right;
    margin-right: 10px;
  }
  .flex-direction-nav {
    display: none;
  }
  .ourfundspg {
    overflow: hidden;
  }
}

@media screen and (max-width: 799px) {
}

@media screen and (max-width: 767px) {
  .greyband .col1 {
    display: none !important;
  }

  .navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-menu {
    width: 100%;
    float: none;
    display: none;
  }
  nav.collapse.navbar-collapse {
    float: none;
    width: 100%;
  }
  .navbar-nav > li {
    display: block;
  }
  header .navbar-nav {
    padding: 15px 0px;
  }
  header .navbar-nav > li > a {
    padding: 10px 0;
  }
  .box-events-row {
    display: flex;
    padding: 0 15px;
  }
  .caret {
    display: inline-block;
  }
  .mobile-display {
    display: block;
  }

  .about-brief {
    padding: 30px 20px;
  }
  .count-bg .flexer {
    display: block;
  }
  .count-bg {
    padding: 50px 15px;
  }
  .counting-list {
    background-size: 45px !important;
  }
  section.target-boxes {
    padding: 50px 0px;
  }
  .recent-image {
    width: 120px;
  }
  .recent-content {
    width: calc(100% - 120px);
  }
  .single-blog-content {
    padding: 40px 0px 40px 0;
  }
  .single-blog-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .caption {
    background: #fff;
    padding: 30px 0px 0;
    margin: 0 0 30px;
  }
  .related_posts {
    padding: 0px 0 0;
  }
  .team-brief {
    padding: 30px 20px;
  }
  .team-brief p {
    font-size: 16px;
    line-height: 28px;
  }
  .profile-cover {
    height: auto;
    text-align: center;
  }
  .profile-bg {
    height: 320px;
  }
  .profile-pic {
    height: 310px;
  }
  .profile-left {
    position: static;
    margin-bottom: 40px;
  }
  .profile-left i {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  .team-pop .modal-content {
    padding: 50px 20px;
  }
  .team-pop .profile-bg {
    height: 250px;
    max-width: 300px;
    margin: 0 auto;
    box-shadow: 1px 6px 10px #414040;
  }
  .team-pop .profile-pic {
    height: 240px;
  }
  .profile-detail {
    padding-left: 0;
  }

  span.endorse {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 18px;
    display: block;
  }
  .year-bar::before {
    content: none;
  }
  .year-bar {
    margin-bottom: 0;
  }
  .timeline-wrapper {
    margin: 50px 0;
  }
  .timeline-nav__item {
    padding: 0;
  }
  .timeline-nav__item::before,
  .timeline-nav__item.slick-current::before,
  .timeline-nav__item:hover::before {
    top: 52px;
  }
  .timeline-nav__item.slick-current::after,
  .timeline-nav__item:hover::after {
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    top: 47px;
  }
  .timeline-nav__item::before,
  .timeline-nav__item.slick-current::before,
  .timeline-nav__item:hover::before {
    top: 56px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .timeline-nav__item {
    margin: 15px 25px 65px 25px !important;
  }
  .microfinancepg {
    padding: 30px 0;
  }
  .sector-menu ul li span {
    width: 230px;
  }
  .timeline-custom {
    width: 100%;
    max-width: 100%;
  }
  .skewed-bg .panel-default > .panel-heading,
  .investor-log {
    width: auto;
  }

  .carrers-table table,
  .carrers-table thead,
  .carrers-table tbody,
  .carrers-table th,
  .carrers-table td,
  .carrers-table tr {
    display: block;
  }

  .carrers-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .carrers-table tr {
    margin: 0 0 0px 0;
    border-bottom: 1px solid #999;
  }
  .carrers-table td {
    border: none;
    border-bottom: 1px solid #999;
    position: relative;
    padding-left: 50%;
  }
  .carrers-table td:before {
    position: absolute;
    top: 10px;
    left: 16px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
  }
  .carrers-table td:nth-of-type(1):before {
    content: "Job Code";
  }
  .carrers-table td:nth-of-type(2):before {
    content: "Position";
  }
  .carrers-table td:nth-of-type(3):before {
    content: "Location";
  }
  .carrers-table td:nth-of-type(4):before {
    content: "";
  }

  .carrers-table td {
    text-align: right !important;
    padding: 15px 15px !important;
  }
  a.desc-button {
    display: inline-block !important;
  }
  .content-carrer {
    padding-right: 0px;
  }

  .banner_section .flex-direction-nav a.flex-prev {
    left: 15px;
    top: 60%;
  }
  .banner_section .flex-direction-nav a.flex-next {
    right: 15px;
    top: 60%;
  }
  .awardshome .awards-slider .content {
    min-height: 200px;
  }
  .awardshome .clm1 {
    text-align: center;
  }

  section.inner-body {
    padding: 30px 0;
  }
  section.inner-body .contentcol .innerpad {
    padding: 0;
  }
  section.inner-body .leftcolumn {
    display: none;
  }
  section.inner-body.leadershippg .historybox .txtclm .txt {
    padding: 20px 20px 20px 20px;
  }
  section.inner-body.leadershippg .visionbox .visiontxt {
    display: block;
    width: 100%;
    text-align: center;
  }
  section.inner-body.leadershippg .visionbox .visionImage {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-right: 15px;
  }
  .competencies-ctstandard .clm {
    border: 0;
  }
  .competencies-ctstandard .clm ul {
    padding: 0 0px 0 15px;
  }

  .stats-box {
    text-align: center;
  }
  .makingindia {
    padding: 0px;
    min-height: auto;
  }
  .makingindia .txt {
    width: 85%;
    padding: 30px 10px;
  }
  .makingindia .txt h3 {
    font-size: 25px;
  }
  .makingindia .txt h3 b {
    font-size: 30px;
  }
  .client-slider.slick-initialized.slick-slider {
    margin: 0;
  }

  section.frss {
    padding: 30px 0;
  }
  section.frss .fsbox {
    padding: 0;
    margin: 30px 0; /* max-width: inherit; */
  }
  section.frss .fsbox img {
    max-width: 380px;
  }

  .hometestimonial h3 {
    font-size: 22px;
    line-height: 29px;
  }
  .hometestimonial .testimonialslider .content .photo {
    display: block;
  }
  .hometestimonial .testimonialslider .content .txt {
    display: block;
    padding: 0px;
  }
  .innerbanner {
    height: inherit;
  }
  .innerbanner .banner_text .bandhd {
    text-align: center;
    margin: 20px 0;
  }
  .innerbanner .banner_text .bandhd h2 {
    font-size: 27px;
    line-height: 33px;
  }
  .footermenu .ftclm:nth-child(1),
  .footermenu .ftclm:nth-child(3),
  .footermenu .ftclm:nth-child(5) {
    width: 32%;
  }
  .footermenu .ftclm:nth-child(2),
  .footermenu .ftclm:nth-child(4),
  .footermenu .ftclm:nth-child(6) {
    width: 32%;
  }
  .footermenu ul.sub-menu {
    display: block;
  }
  .footermenu ul {
    margin-bottom: 10px;
  }

  .stats-box::after {
    width: 50%;
    background: #cab58f;
    height: 1px;
    /* right: 0;
    top: 6px; */
    display: block;
    content: " ";
    position: relative;
    margin: 0px auto 20px auto;
    max-width: 75%;
  }
  .stats-text {
    max-width: inherit;
  }

  .stats-box:last-child::after {
    display: none;
  }
  section.ourspeciality .clm .content {
    padding: 20px 25px;
    min-height: inherit;
    text-align: center;
  }
  section.homeproduct .clm {
    min-height: inherit;
  }
  section.ourspeciality h3 br {
    display: none;
  }
  .product-packing .flexer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-packing .packclm {
    padding-top: 0;
  }
  .timeline-top{
    max-width: 80%;
  }
  .journey{
    padding-bottom: 0;
  }
  .ideology{
    padding: 40px 0;
  }

.home .banner_section .content h1 { font-size: 36px; line-height: 43px; }
.home .banner_section .content h2 { font-size: 23px; line-height:30px; }
.home .banner_section .content p { font-size: 16px; max-width: 70%; }
.home .banner_section .content a { font-size: 15px; }

section.whatwe_believe .hdtxt { padding-top: 30px; }
section.whatwe_believe h2,
.worldclass h2, 
.trusted h2,
section.tailored h2,
.expertise h2,
.ready .readytxt h2 { font-size:25px; line-height:33px; }

section.tailored .introtxt { position: relative; padding-bottom: 80px; font-size: 16px; }
section.tailored .introtxt a { float: none; position: absolute; bottom: 0; }
section.tailored .introtxt p { font-size: 16px; }

section.whatwe_believe .clm .content { text-align: center; }
section.whatwe_believe .txt { text-align: center; }
section.whatwe_believe .txt h5 { text-align: center; }
section.whatwe_believe .clm .content .txt strong { display:block; }
section.whatwe_believe .clm .content .txt p br { display: none; }

.expertise { background:#f8f8f8; }

.innerbanner_text h2.main-title { top:90px; left:15px; font-size: 40px; line-height: 52px; }
.chilly-product h2 { font-size:25px; line-height:33px; padding-bottom: 25px; } 
.chilly-product .prodleft { border: 0; margin: 0; }
.chilly-product .prodright { padding-left: 0; margin: 0; }

.chilly-product.spices h2,
.chilly-product.spices .prodhdr h2,
.sustainabilitysec h3 { font-size: 25px; line-height:33px; }

.pghdr h1 { font-size:25px; } 
.writeus { background-image: none; background: #ebebeb !important; }
.writeus h3 { font-size: 21px; }


.qualitystage h2 { font-size:25px; line-height:33px; }
.qualitystage h3 { font-size:21px; line-height:31px; }
.qualitystage .qastagerw::before { left:25px; }
.qualitystage .qastagerw .qaclm1 { padding:0px 25px; min-height: auto; }
.qualitystage .qastagerw .qaclm2 { padding:0px 25px; min-height: auto; }

.qualitystage .qastagerw:nth-child(even) .qaclm1 { float:left; }
.qualitystage .qastagerw:nth-child(even) .qaclm2 { float: left; text-align:left; }

.qualitystage .qastagerw:nth-child(odd) .qaclm1 { float: left; text-align: left; }
.qualitystage .qastagerw:nth-child(odd) .qaclm2 { float: left; }

.qualitystage .qastagerw:nth-child(2n) .qaclm1 { border-left:0px dashed #eae9dc; }
.qualitystage .qastagerw:nth-child(2n+1) .qaclm2 { border-left:0px dashed #eae9dc; }

.qualitystage .qastagerw .qstagetxt { padding:0px 0 0 30px; border-left:2px dashed #eae9dc; }
.qualitystage .qastagerw .qstagepicture { padding:15px 0 0 30px; border-left:2px dashed #eae9dc; padding-bottom:50px; }

.qualitystage .qastagerw:last-child .qstagetxt { border-left:0; }
.qualitystage .qastagerw:last-child .qstagepicture { border-left:0; }

.videowrapper { max-width: 100% !important; }

.sustainabilitysec { padding:30px 0; }
.sustainabilitysec.growth.beyond .bybclm .bybox { min-height:310px; padding:20px 25px 15px 25px; }
.sustainabilitysec.growth .grbclm { margin-bottom:30px; width: 100%; display: block; }

.promisebox .clm1 { width: 100%; display: table; text-align: center; }
.promisebox .clm2 { width: 100%; display: table; padding:25px; text-align: center; }

.justify-content-center { display: inherit; }

.whowearepg .whoweare1 .txt2 { padding:30px 0; }
.whowearepg .whoweare1 .txt1 { padding:30px 0; max-width: inherit; }

.accreditationspg { padding:0px 0; } 
.accreditationspg .awarw .awclm2 .awardbx .awardyear { font-size: 16px; }

.innerbanner.productdetail { height:100px !important; }



main.page_template.home { margin-top: 140px; }
section.banner_section .bannerfill { min-height:421px; }


}

@media screen and (max-width: 663px) {
  .header-menu {
    width: 100%;
    float: none;
    display: none;
  }
  section.banner_section .bannerfill {
    width: 100%;
    /* min-height: 704px; */
    min-height: 404px;
    position: relative;
  }
  section.banner_section .content {
    padding-top: 120px;
  }
  section.banner_section .flex-active-slide .content {
    top: 0px;
    bottom: 30px;
  }

  section.banner_section .content h3 {
    padding: 0;
  }

  header .navbar-toggle {
    background: transparent;
    margin-right: 0;
    display: none;
  }

  .stats-text {
    width: auto !important;
    text-align: center;
  }
  span.counter {
    float: left;
    font-size: 45px;
    line-height: 33px;
    margin: 0 5px;
  }
  .stats-text {
    font-size: 20px;
  }
  .stats-box {
    padding: 0;
    margin: 0 0 25px;
  }
  .stats-box:last-child {
    padding: 0;
    margin: 0;
  }
  section.stats-section {
    padding: 30px 0;
  }
  .goals-list li {
    margin: 0 20px 25px !important;
  }
  .modal-body {
    position: relative;
    padding: 0;
    display: block;
  }
  .modal-text {
    padding: 35px 25px 20px;
    width: calc(100%);
  }

  section.logo-wrapper ul li {
    width: 33%;
  }
  .grid-item {
    margin: 10px 0px 10px;
    width: 100%;
  }
  .contactmainbx .ctclm1,
  .contactmainbx .ctclm2 {
    padding: 30px;
    width: 100%;
    display: table;
  }
  .contactfirstrow {
    padding: 30px 0 20px 0;
  }
}


@media screen and (max-width:575px) { 
.sustainabilitysec.growth.certificate .cgsclm { width: 50%; font-size: 14px; }
.sustainabilitysec.growth.certificate .cgsclm:nth-child(odd) { padding-right:7px; }
.sustainabilitysec.growth.certificate .cgsclm:nth-child(even) { padding-left: 7px; }

section.banner_section .bannerfill { min-height:371px; } 


}



@media screen and (max-width: 480px) {
  span.counter {
    float: left;
    font-size: 28px;
    line-height: 33px;
    margin: 0 5px;
  }

  section.banner_section .content h3 p {
    line-height: 24px;
    font-size: 15px;
  }

  .stats-text {
    font-size: 16px;
  }
  section.twitter-sec {
    padding: 40px 0;
  }
  section.testimonials {
    padding: 50px 0;
  }
  .goals-list li {
    margin: 0 10px 25px !important;
  }
  .about-brief {
    padding: 30px 10px;
  }
  .abbanner-caption h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .abbanner-caption {
    padding: 15px 10px;
  }
  .about-brief h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about-brief p {
    margin-bottom: 20px;
  }
  .wrap-text p {
    line-height: 28px;
    font-size: 18px;
  }
  .formfield {
    margin: 0;
  }
  .contacticon a {
    word-break: break-all;
  }
  .mapwhite {
    width: 100%;
  }
  .banner-text {
    position: relative;
    padding: 0;
    bottom: 0;
    left: 0;
    padding: 35px;
  }
  .banner-text h1 {
    margin: 8px 0 0;
    font-size: 35px;
    color: #fff;
    line-height: 46px;
    font-weight: 700;
  }
  .related_posts .col-sm-4 {
    width: 100%;
    padding: 0;
  }
  .caption {
    padding: 30px 0px 0;
  }
  section.logo-wrapper ul li {
    width: 50%;
    margin: 0px 0;
  }
  .sortbytext {
    float: right;
    margin-right: 0px;
  }
  .filterimagepart h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .timeline-custom {
    width: 100%;
  }
  .timeline-slide {
    margin: 0 4px;
  }
  .timeline-nav__item.slick-current {
    font-size: 16px;
  }
  .timeline-nav__item {
    font-size: 14px;
  }
  .timeline-slider .slick-list {
    padding: 0px;
  }
  .timeline-custom tbody::before {
    left: 56px;
  }
  .timeline-custom > tbody > tr > td.month-content {
    padding: 0 8px 24px 20px;
    font-size: 13px;
  }
  .timeline-custom > tbody > tr > td.months-list {
    padding: 0 20px 24px 8px;
  }
  .timeline-slide__content {
    width: 100%;
  }

  .about-tab {
    padding-bottom: 15px;
  }
  .year-bar {
    margin-top: 150px;
  }
  .investor-log {
    width: auto;
    padding: 25px;
    margin-top: 0;
    margin-bottom: 40px;
    background-position: 0% 175%;
  }
  .fundpopup .contentsec .clm1 {
    width: 100%;
  }
  .fundpopup .contentsec .txtrow .cm1 {
    width: 40%;
  }
  .fundpopup .contentsec .txtrow .cm2 {
    width: 60%;
  }
  .other-sectors ul li {
    margin-bottom: 25px;
  }
  .skewed-bg .nav-tabs > li > a {
    font-size: 12px;
  }
  #nbx .investor-log {
    background-position: 50% 115%;
  }
  .investor-log form {
    width: 90%;
  }
  #nbx .investor-log h4 {
    line-height: 25px;
  }
  .investor-log h4 {
    font-size: 14px;
  }
  .skewed-bg {
    margin-bottom: 40px;
  }

  .carrers-table td {
    text-align: left !important;
    padding: 10px 10px 15px 10px !important;
    font-size: 13px;
  }
  .carrers-table td:before {
    display: block;
    margin-bottom: 8px;
    position: relative;
    left: 0;
    top: 0;
  }
  .carrers-table td:nth-of-type(1):before {
    content: "Team : ";
  }
  .carrers-table td:nth-of-type(2):before {
    content: "Open Position : ";
  }
  .carrers-table td:nth-of-type(3):before {
    content: "Location : ";
  }
  .carrers-table td:nth-of-type(4):before {
    content: "";
  }

  .blocking-span label {
    display: block;
    width: 100%;
  }
  .resume input {
    border: none;
    width: 100%;
    float: left;
    padding: 10px 0;
    position: relative;
  }
  span.CIco {
    width: 10px;
  }

  section.inner-body.leadershippg .founder .fbox .photo {
    width: 50%;
  }
  section.inner-body.leadershippg .founder .fbox .title {
    font-size: 18px;
    line-height: 24px;
    padding: 15px;
  }
  .contentcol .competencies-list ul {
    margin: 0;
  }
  .contentcol .competencies-list ul li {
    width: inherit;
    display: block;
    padding: 0px 0px 7px 30px !important;
    margin-top: 3px;
  }
  .competencies-ctstandard .clm {
    width: 100%;
  }
  .competencies-fabrication .dimensions {
    padding: 15px;
  }
  .newsdetailspage h1 {
    font-size: 17px;
  }
  .newsdetailspage .single-blog-content {
    padding: 20px 10px 40px 0;
  }

  .awardshome .clm1 img {
    max-width: 200px;
  }
  .awardshome .awards-slider .content .txt {
    padding-left: 0;
    font-size: 13px;
    line-height: 19px;
  }

  .productfilter .nav-tabs > li > a {
    font-size: 16px;
  }
  .productfilter .clm.tbhd {
    padding: 0;
  }

  .product-gallery .slick-arrow {
    top: 30%;
  }
  .footer-right .makeindia {
    float: none !important;
    width: 100%;
  }

  .footer-right ul {
    width: 100%;
  }

  .innerbanner .banner_text {
    padding: 0;
  }
  .innerbanner .banner_text .bandhd h2 {
    font-size: 22px;
  }
  .footermenu .ftclm:nth-child(1),
  .footermenu .ftclm:nth-child(3),
  .footermenu .ftclm:nth-child(5) {
    width: 50%;
  }
  .footermenu .ftclm:nth-child(2),
  .footermenu .ftclm:nth-child(4) {
    width: 50%;
  }
  .footermenu img {
    max-width: 100px;
  }
  .facilitiypg .product-content {
    margin: 0;
  }
  .product-facility {
    min-height: 380px;
    padding: 60px 0;
  }


.home .banner_section .content h1 { font-size:27px; line-height:33px; } 
.home .banner_section .content h2 { font-size:19px; line-height:29px; max-width: 90%; }

section.whatwe_believe .hdtxt { padding-top:20px; }
section.whatwe_believe h2,
.worldclass h2, 
.trusted h2,
section.tailored h2,
.expertise h2,
.ready .readytxt h2 { font-size:19px; line-height: 29px; }


.chilly-product.spices h2,
.chilly-product.spices .prodhdr h2,
.sustainabilitysec h3 { font-size: 21px; line-height:29px; }

.innerbanner_text h2.main-title { font-size:31px; line-height: 43px; }
.chilly-product h2 { font-size:21px; line-height: 29px; }
.chilly-product .prodln { width: 100%; }

.productspecification .left { width:160px; padding-right:5px; } 
.productspecification .right .colan { width:10px; } 

.pghdr h1 { font-size:20px; }
.writeus { padding:60px 0 40px 0; }
.writeus h3 { font-size:19px; }


.footermenu ul li a { font-size: 14px; }
.productmain .hprdcolumn { width: 100%; } 

.contact-form { padding:35px 25px 20px 25px; }
.contact-form h4 { font-size: 20px; }

.sustainabilitysec h3 { font-size:21px; line-height:27px; margin:0 0 15px 0; }
.sustainabilitysec ul li { font-size: 15px; }
.whowearepg .whoweare1 { background-size: 175%; }



.accreditationspg .awarw .awclm1 .year { font-size:16px; }  
.accreditation-bottom .acnclm { width:100%; }


}

@media screen and (max-width: 414px) {


  section.banner_section .bannerfill { min-height:271px; } 

  .accreditationspg .awarw .awclm2 .awrdcm { width: 100%; }


  .productfilter .pfbox {
    min-height: inherit;
    max-width: 278px;
    margin: 0 auto;
    width: 100%;
    float: none;
    padding: 0;
  }
  .footermenu .ftclm:nth-child(1),
  .footermenu .ftclm:nth-child(2) {
    width: 50%;
  }
  .footermenu .ftclm:nth-child(2),
  .footermenu .ftclm:nth-child(4),
  .footermenu .ftclm:nth-child(5),
  .footermenu .ftclm:nth-child(6) {
    width: 100%;
    margin-top: 15px;
  }
  .footermenu ul li a,
  .footaddress b {
    font-size: 14px;
    margin-top: 10px;
  }
  .facilitiypg .product-content .coltxt ul li {
    display: block;
    width: 100%;
  }

.productspecification .prodrw { border-bottom: 1px solid #ebebeb; }  
.productspecification .left { width:auto; padding-right:5px; display:inline-block; } 
.productspecification .right .colan { display:; } 
.productspecification .right { display:inline-block; width:auto; padding:0 0 1px 0;  } 

.accreditationspg .awarw .awclm1 .year { font-size:15px;}



}

@media screen and (max-width: 375px) {
  .goals-list li .image {
    width: 150px;
    height: 150px;
  }
  .goals-list li {
    margin: 0 10px 25px !important;
    width: 150px;
  }
  .footer-right {
    float: none;
    display: block;
  }
  .footer-right ul {
    border-right: 0;
    width: 100%;
    display: table;
    margin: 0 auto;
    text-align: left;
    overflow: auto;
    clear: both;
    padding: 15px 0;
  }
  .footer-right ul li {
    display: inline-block;
  }
  .footer-right ul li a i {
    float: none;
    display: inline-block;
  }
  .makeindia {
    float: none;
    padding: 0;
  }
  .makeindia .image {
    display: inline-block;
    float: none;
  }
  .global-map .addressclm {
    width: 322px;
  }
}
@media screen and (max-width: 355px) {
  .skewed-bg .panel-heading li br {
    display: block;
  }
  .investor-log form {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
}

@media screen and (min-height: 850px) {
}

@supports (-webkit-overflow-scrolling: touch) {
  section.banner_section .bannerfill {
    background-attachment: scroll !important;
  }
  section.about-wildwarrior,
  section.blog-post-row {
    background-attachment: scroll !important;
  }
}
/* End */
