/*
Theme Name: ojmarine
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: "DMSans-Regular";
  src: url("fonts/DMSans-Regular.eot");
  src: url("fonts/DMSans-Regular.ttf");
  src: url("fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/DMSans-Regular.woff") format("woff"),
    url("fonts/DMSans-Regular.woff2") format("woff2"),
    url("fonts/DMSans-Regular.svg#DMSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DMSans-Medium";
  src: url("fonts/DMSans-Medium.eot");
  src: url("fonts/DMSans-Medium.ttf");
  src: url("fonts/DMSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/DMSans-Medium.woff") format("woff"),
    url("fonts/DMSans-Medium.woff2") format("woff2"),
    url("fonts/DMSans-Medium.svg#DMSans-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
}

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: 17px;
  line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  line-height: 25px;
  font-family: "Kanit";
  font-weight: 500;
}

p {
  margin-bottom: 1.2em;
}

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;
}

 

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: 35px;
  color: #000;
  border: none;
  font-size: 16px;
  border-radius: 0px;
  border-bottom: 2px solid #c7c7c7;
  padding: 5px 0px 10px 0px;
  transition: 0.2s ease;
  background-color: transparent;
  width: 100%;
  border-radius: 0;
  margin:10px 0 3px 0;
  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 #39b44a !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) {
  .manufacture { padding-top: 10px; }
  .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: 202px;
  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: #000;
  position: relative;
  transition: 0.2s linear;
  letter-spacing: 0px;
  border-bottom: 1px solid #ccc !important;
  text-transform: none !important;
  font-size: 17px;
  font-weight: 500;
}
.dropdown-menu > li:last-child > a {
  border-bottom: 0 !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #39b44a !important;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #39b44a;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

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

/* 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*/

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; */ background: transparent;
  width: 100%;
  /* position: fixed; */ position: absolute;
  transition: 0.2s linear;
  /* border-bottom: 0px solid rgba(0, 0, 0, 0.1); */
}
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;
  margin-top: 30px;
}
header .navbar-nav > li > a {
  color: #003399;
  position: relative;
  transition: 0.2s linear;
  font-size: 18px;
  font-weight: 400;
  padding:9px 20px 9px 20px;
  border:1px solid transparent;
  margin-left:5px;
  border-radius:25px;
  font-family: "Kanit";
  
}
header .navbar-nav > li.active > a,
header .navbar-nav > li > a:hover {
  /* color: #0081fd; */
  /* border-top: 4px solid #0081fd; */
  border: 1px solid #0e3e9f;
}
header .navbar-nav>li>a:hover {
  color: #003399;
  /* border-top: 4px solid #0081fd; */
  border: 1px solid #0e3e9f;
}
header .current-menu-item.active { color: #003399 !important; }

.navbar-header {
  width: 206px;
  padding: 17px 0px 17px 15px;
  transition: 0.2s linear;
}
.header-menu {
  width: calc(100% - 206px);
  float: right;
  padding: 0px 0;
  transition: 0.2s linear;
  position: relative;
}
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; */ position: relative;
}
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:121px; padding: 10px 0px; */
  transition: 0.3s linear;
}
header.navbar-static-top.fixed .header-menu {
  padding: 0px 0;
  transition: 0.3s linear;
}

.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 */

footer {
  background-color: #1f222b;
  padding: 0px 0px 0px 0px;
  position: relative;
}
.footer-right {
  display: block;
}
.footer-right ul {
  list-style: none;
  margin: 25px 0 20px 0;
  padding: 0;
  overflow: auto;
  width: 165px;
  display: inline-block;
}
.footer-right ul li a i {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  background: #2d358d;
  color: #fff;
  margin: 0 8px 0 0px;
  font-size: 19px;
  transition: 0.2s linear;
  text-align: center;
  line-height: 29px;
  border: 1px solid #2d358d;
}
.footer-right ul li a:hover i,
.footer-right ul li:hover a i {
  background: #fff;
  color: #2d358d;
  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;
}
section.banner_section .mainband {
  /* top: 0;
  position: relative; */
  background: #e8eef5;
}

section.banner_section .bannerfill {
  width: 100%;
  position: relative;
  background: #e8eef5;
  height: 907px;
  align-items: center;
}
section.banner_section .flex-direction-nav {
  display: block;
}
section.banner_section .parent {
  position: relative;
  height: 100%;
}
section.banner_section .content {
  position: relative;
  padding: 225px 15px 15px 15px;
  z-index: 99;
  align-items: center;
  text-align: left;
  max-width:460px;
  color: #0f1d37;
  line-height: 35px;
}

section.banner_section .content h1 {
  font-size: 74px;
  text-transform: none;
  color: #333333;
  margin: 0px 0 25px;
  font-weight: 400;
  font-family: "Kanit";
  line-height: 80px;
}
section.banner_section .content p {
  font-size: 21px;  
  font-weight: 400;
  font-family: "Open Sans";
}
section.banner_section .content a {
  font-weight: 500;
  padding: 10px 20px;
  background: transparent;
  color: #dde0e5;
  border: 1px solid #ffffff;
  font-size: 14px;
  text-decoration: none;
}
section.banner_section .content a:hover {
  background: #fff;
  color: #596067;
  text-decoration: none;
}

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

/* home band animation start */
section.banner_section .content h3 {
  color: #2e368f;
  font-size: 48px;
  line-height: 1.3em;
  /* font-weight: 600; */
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  text-transform: none;
  display: inline-block;
  padding: 15px;
  font-family: "Poppins";
}

/* End */
/*stats section*/
section.stats-section {
  padding: 70px 0;
  background: #e8f4fa;
}
.stats-box {
  padding: 0;
}
.stat-icon {
  padding: 10px 0 10px 55px;
  min-height: 83px;
  text-align: left;
}
div.counter {
  font-size: 35px;
  line-height: 33px;
  font-weight: 800;
  color: #2093d1;
  text-align: center;
}
.stats-text {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}
/*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;
  max-height: 433px;
  /* max-width: 483px; */
}

.logos p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
  margin: 0 0 0;
  padding: 0 10px;
}
.button-row {
  margin: 10px auto;
  text-align: center;
}
.button-row a {
  display: inline-block;
  color: #119123;
  text-decoration: none;
  font-weight: 400;
}
.button-row a:hover {
  color: #119123;
}
/*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;
  }
}

 
/* 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;
}
 

.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;
}
 
.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: "Open Sans", 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;
  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:10px 0px 10px 0px;
}
.social-list ul {
  list-style: none;
}
.social-list ul li {
  float: left;
  width: 30px;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  margin: 0 5px;
  height: 30px;
  color: #1f222b;
}
.social-list ul li a {
  color: #1f222b !important;
  transition: 0.5s ease;
}
.social-list ul li:hover a {
  color: #003399 !important;
  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: #0f8ec7;
}

.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: #0f8ec7;
}
.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 #0f8ec7;
  border-bottom: solid 3px #0f8ec7;
  padding: 25px 0;
  font-size: 22px !important;
  line-height: 36px !important;
  color: #0f8ec7;
  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*/
 
/* 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;
}
 

.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;
}
.banner_section .flex-control-paging {
  display: block;
}
.flex-direction-nav a:before {
  color: #252627 !important;
  font-size: 0;
}
.banner_section .flex-control-paging li a { text-indent: inherit; font-size:0; border-radius:0; border: 0; border-left: 1px solid #ffffff; height:50px; width:205px; padding:5px 25px; }
.banner_section .flex-control-paging li a.flex-active { background:none; }
.banner_section .flex-control-paging li a:hover { background: none; }
.banner_section .flex-control-paging li { position: relative; }
.banner_section .flex-control-paging li:first-child a { border:0; }
.banner_section .flex-control-paging li a::after { font-size:15px; font-weight:500; position: absolute; left:25px; top:5px; color: #fff; width: 150px; }
.banner_section .flex-control-paging li:nth-child(1) a::after { content: "Marine-Crewing Solution"; }
.banner_section .flex-control-paging li:nth-child(2) a::after { content: "Digitized Safety Platform"; }
.banner_section .flex-control-paging li:nth-child(3) a::after { content: "IT & ITES"; }
/* .banner_section .flex-control-paging li:nth-child(4) a::after { content: "Textiles & PPE Trading";  } */
.banner_section .flex-control-nav { position: relative; max-width: 1150px; margin:-150px auto 10px auto; text-align:left; 
border-left: 0px solid #007cff; padding:0px 0 10px 0; display: none;}


@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;} */
}



.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;
}
  

.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 {
  font-size: 32px;
  margin-bottom: 30px;
}
.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 5px;
}
.hometestimonial .testimonialslider .content .txt {
  color: #575757;
  font-size: 17px;
  line-height: 23px;
  padding: 0 30px 0 30px;
  min-height: 90px;
  text-align: left;
  display: table-cell;
  width: auto;
  vertical-align: top;
}
.hometestimonial .testimonialslider .content .txt p {
  margin: 10px 0px 20px 0px;
}
.hometestimonial .testimonialslider .content .txt strong {
  font-weight: 600;
  font-size: 20px;
  color: #414141;
}
.hometestimonial .testimonialslider .content .txt em {
  margin: 5px 0px 10px 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  display: block;
  color: #414141;
}
.hometestimonial .testimonialslider ul.slick-dots {
  margin: 0;
  padding: 0;
  margin-top: 25px;
  list-style: none;
  text-align: center;
  display: none !important;
}
.hometestimonial .testimonialslider li {
  list-style: none;
  background: #bcbcbc;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 10px 3px;
}
.hometestimonial .testimonialslider li.slick-active {
  background: #6bc777;
}
.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: 84px; */
  margin-top: 0;
}
main.page_template.home {
  height: auto;
  
}
.innerbanner {
  height: 275px;
  position: relative; 
  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: 100px; */
  padding-top: 20%
  
}
.innerbanner .banner_text .bandhd h2 {
  font-size: 36px;
  line-height: 45px;
  color: #fff;
  font-weight:600;

}

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

section.inner-body {
  padding:50px 0 50px 0;
  min-height: 266px;
  font-size: 16px;
  color: #2e2e2e;
  font-family: "Poppins";
  line-height: 24px;
  font-weight: 400;
}
section.inner-body h2 {
  padding:10px 0 35px 0;
  font-size: 30px;
  color: #2e2e2e;
  font-weight: 700;
  line-height: 25px;
}
section.inner-body a {
  color: #f6821f;
  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 20px 22px;
  text-align: left;
}

section.inner-body .leftcolumn {
  margin: 0;
}
section.inner-body .ltmenu {
  background: #e9f4fa;
  padding: 20px 30px;
  min-height: 250px;
  margin-bottom: 20px;
}
section.inner-body .ltmenu ul {
  padding: 0px 0px;
}
section.inner-body .ltmenu ul li {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #d0dbe1;
}
section.inner-body .ltmenu ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 0px;
  color: #323d43;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
section.inner-body .ltmenu ul li a:hover {
  color: #2093d1;
}
section.inner-body .ltmenu ul li.current_page_item a {
  color: #2093d1;
}

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 {
  /* font-size: 14px; */
  line-height: 25px;
  color: #666;
}
section.inner-body .contentcol p {
  /* font-size: 14px; */
  font-weight: 500;
  line-height: 25px;
  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;
}

 

 

.formcontact {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}
.formcontact input[type="text"],
.formcontact input[type="email"],
.formcontact input[type="tel"] {
  width: 100%;
  background-color:transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid #7f7f7f;
  border-radius: 0;
  padding-left: 1px;
  font-size: 17px;
  /* font-family: "Poppins"; */
  color: #6d747a;
}
.formcontact textarea {
  width: 100%;
  background-color:transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid #7f7f7f;
  border-radius: 0;
  overflow: hidden;
  resize: none;
  box-sizing: border-box;
  height: 95px;
  padding-left: 1px;
  font-size: 17px;
  /* font-family: "Poppins"; */
}
.formcontact input[type="submit"] {
  border-radius: 0px;
  width: 260px;
  display: block;
  padding: 10px 0;
  color: #003399;
  border: 0;
  font-size: 17px;
  background: #fec52e;
  margin:10px auto;
  font-weight: 700;
  transition: 0.5s;
  text-align: center;
}
.formcontact input[type="submit"]:hover,
.formcontact input[type="submit"]:focus {
  background: #003399;
  color:#fff;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  clear: both;
}
div.wpcf7-validation-errors {
  display: none !important;
}
.formfield {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.page-template-page-contact #menu-item-1125.current_page_parent a::before {
  width: 0;
}
div.wpcf7-response-output {
  clear: both;
  border: 0 !important ;
  font-size: 14px;
  color: #398f14;
  color: #ff0000;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  color: #ff0000;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  color: #ff0000 !important;

}
/*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: #2093d1;
}
.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: #429cd4;
}

.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: 13px;
  color: #333;
  font-weight: 600;
}
.news-sidebar .allnews a:hover {
  text-decoration: none;
  color: #429cd4;
}
.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;
}

/* 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;
}
/* 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; 
}

.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: 13px !important;
}

header .current-menu-ancestor.current-menu-parent a.dropdown-toggle {
  color: #fff !important;
  background: #39b44a;
}
/* header .current-menu-ancestor.current-menu-parent .dropdown { color: #3399cc !important; } */
header .navbar-nav > li.current_page_ancestor > a {
  color: #fff !important;
  background: #39b44a;
}
header
  .navbar-nav
  > li.current-menu-parent
  ul
  li.dropdown-submenu
  a.dropdown-toggle {
  color: #fff !important;
}
.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;
}

.ourproduct {
  padding: 80px 0 50px 0;
  background: #fff;
  font-size: 16px; 
  text-align: left;
  line-height: 29px;
  
}
.ourproduct .prodintro { max-width: 990px; margin: 25px auto; }

.ourproduct h3 {
  margin: 10px 0 30px 0;
  text-align: center;
  font-family: "Kanit";
  color: #1b55c8;
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
}
.ourproduct h4 {
  margin:0px 0 40px 0;
  text-align: center;
  font-family: "Kanit";
  color: #1b55c8;
  font-size: 35px;
  font-weight: 400;
  line-height: 120%;
}

.ourproduct .prodbox {
  /* max-width: 320px; */
  margin:20px 0 0px 0;
  color: #666666;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  display: table; width: 100%;
}
.ourproduct .prodbox .clm1 { display: table-cell; width:60px; vertical-align: top; }
.ourproduct .prodbox .clm2 { display: table-cell; width:auto; vertical-align: top; padding-left: 25px; }
.ourproduct .ourproductclm {
  text-decoration: none; min-height:234px;
}

.ourproduct .ourproductclm figure {
  position: relative;
  display: inline-block;
  width: 60px;
  background: #e9effb;
  margin: 0;
  border-radius: 20px;
}

.ourproduct .ourproductclm figure i {
  background-color: #00adef;
  position: absolute;
  width: 167px;
  height: 20px;
  bottom: 0;
  left: 0;
}

.ourproduct .ourproductclm:nth-child(2) figure i {
  background-color: #f6821f;
}

.ourproduct .ourproductclm:nth-child(3) figure i {
  background-color: #db2027;
}

.ourproduct .ourproductclm:nth-child(4) figure i {
  background-color: #cedc91;
}

.ourproduct .prname {
  display: inline-block;
  color: #000;
  font-size: 22px;
  font-weight:500;
  /* max-width: 200px; */
  min-height:35px;
  font-family: "Kanit";
}

.ourproduct .prname p {
  margin-bottom: 15px;
}

.ourproduct .prcat {
  color: #6d747a;
  display: inline-block;
  border-radius: 20px;
  text-align: right;
  padding: 3px 11px;
  border: 1px solid #c3c6c9;
  font-size: 14px;
}
.ourproduct .prodtxt { line-height: 27px; padding: 10px 0; font-family: "Open Sans"; font-size: 16px;  }

.ourproduct .prodbox ul {
  padding: 0;
  margin: 20px 0;
}

.ourproduct .prodbox ul li {
  list-style: none;
  padding: 0;
  color: #848a8e;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 14px;
  padding-bottom: 5px;
}

.ourproduct .prodbox a {
  color: #007cff;
  font-weight: 500;
  text-decoration: none;
  margin-top:15px;
  display: inline-block;
}

.ourproduct .prodbox a:hover {
  color: #000;
  text-decoration: none;
}

section.clientlogosec { padding:10px 0 50px 0; color:#7a8086; }
section.clientlogosec h3 { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 30px; color: #000; padding-bottom:10px; }
section.clientlogosec .txt {  border-top: 2px solid #cccccc; margin:20px auto; padding:50px 0 30px 0; text-align:center;  font-size: 15px; }
.site_footer figure { margin: 0 auto; text-align: center; width: 193px; }
.site_footer .fclm { padding-bottom:30px; padding-top:40px; color:#fff; font-size:17px; min-height: 155px; }
.footaddress { font-size:17px; /* font-family: "Poppins";*/ font-weight:400; 
background: url(images/icon-map.png) no-repeat 0px 5px / 27px; padding:5px 0 0px 40px;
 }
.footaddress p { line-height:31px; color:#9c9c9d; }
.footaddress b { color: #fff; margin-bottom:0px; /* font-family: "Poppins";*/ font-weight:500; font-size:17px; display: block; padding-bottom:10px; }
.footphone { /* font-family: "Poppins"; */ background: url(images/icon-mobile.png) no-repeat 0px 0px / 27px; padding:5px 0 10px 40px; }
.footemail { /* font-family: "Poppins"; */ background: url(images/icon-mail.png) no-repeat 0px 0px / 27px; padding:5px 0 0 40px; }
.site_footer .fclm a { color: #fff; text-decoration: underline; }
.site_footer .fclm a:hover { color: #fff; text-decoration:none;  }
.footbot { padding: 15px 0; background: #1c1f27;}
.footbot .cpyright { color: #949494; font-size:14px; line-height: 25px; padding:0px 0 0px 0px; font-weight: 400; }
.footbot .cpyright .cpytxt { float: left; margin-top:10px; }
.footbot .cpyright .cpytxt a { color: #fff; text-decoration: none; margin:0 0 0 10px; }
.infrastructure { position: relative; background:url(images/Ships.png) left top no-repeat , url(images/BG-tile.png) repeat-x left top;  
  color: #fff; line-height: 29px; padding:60px 0 40px 0; 
/* min-height:722px; */
min-height:825px;
 }

.infrastructure .txt { color: #000; font-size: 18px; padding:60px 10px 30px 0; }
.infrastructure .txt p { padding:0px 60px 10px 0; }
.infrastructure h3 { font-family: "Poppins", sans-serif; font-weight:600; font-size:30px; line-height: 45px; color: #000; padding-bottom:20px; }
.infrastructure figure { margin: 0; }
.infrastructure a { font-family: "Poppins"; font-weight: 500; text-decoration: none; display: inline-block; padding:5px 15px; color: #cce1f0; font-size:15px; border:1px solid #cce1f0; border-radius:25px; margin-right: 10px; margin-top:25px; line-height:29px; }
.infrastructure a:hover { text-decoration: none; color: #000; background: #fece33; }
.infrastructure a.get { background:#fece33; border-color:#fece33; color: #000; }
.infrastructure a.get:hover { background:transparent; border-color: #83b9db; color: #fff; }
.infrastructure .smcontent { padding:50px 0 0 0px; }
.infrastructure .smcontent .smhead { font-family: "Poppins"; font-weight:500; padding:10px 15px; border-bottom: 1px solid #56789f; border-top: 1px solid #56789f; font-size: 14px; text-transform: uppercase; line-height: 25px; max-width: 350px; }
.infrastructure .smcontent .smhead p { margin: 0; }
.infrastructure .smcontent .smhead i { color:#0099ff; font-style: normal;}
.infrastructure .smcontent .smlogo { padding:30px 0; }
.infrastructure .smcontent .smtxt {  padding:0px 0 0 20px; font-size:18px; line-height:27px; color:#e7eaf8; }
.infrastructure .smcontent h4 { color: #fff; padding:0px 0 20px 0px; font-weight:500; font-size:40px; line-height:45px; }

.infrastructure .smimage { margin-top:0px; }
.infrastructure .smimage figure img { position: relative; bottom:0; top: auto; left: 0; }
.homeprofile { background:#ffffff; padding:90px 0; }
.homeprofile h3 { font-family: "Poppins"; font-weight:800; font-size: 35px;  line-height: 45px;  color: #000;  padding-bottom:40px; }
.homeprofile h5 { font-family: "Poppins"; font-weight:700; font-size:20px; color:#000; padding:0px 0 15px 0;  }
.homeprofile h5 i { font-style: normal; font-weight: 500; }
.homeprofile p { padding:0px; font-weight: 400; line-height: 25px; color: #757575; }
.homeprofile a i.fa { display: inline-block; font-size:20px; margin:5px 5px 0 0; background: #637687; color: #fff; height: 35px; width: 35px; line-height: 35px; border-radius: 50%; text-align: center; }

.homeprofile .social-list { float: left !important; }

.enquirysec { padding: 50px 0 20px 0; }
.formcontact input[type="email"] { padding-left:32px; background: url(images/icon-email.png) no-repeat 0 11px / 24px; }
.formcontact input[type="tel"] { padding-left: 32px; background: url(images/icon-phone.png) no-repeat 0 11px / 24px; }
.formcontact input[type="text"] { padding-left: 32px; background: url(images/icon-user.png) no-repeat 0 11px / 24px; }
.formcontact .compicon { padding-left: 32px; background: url(images/icon-company.png) no-repeat 0 11px / 25px !important; }
.formcontact .locaticon {
  padding-left: 32px;
  background: url(images/icon-location.png) no-repeat 0 11px / 25px !important;
}

section.inner-body h4 { font-family: "Poppins", sans-serif; font-weight: 600; color: #2e2e2e; font-size: 25px; font-weight:400; padding: 0px 0 20px 0; text-transform: uppercase; }
section.inner-body h3 { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 30px; padding:20px 0 30px 0; color:#000; }
.visionmission { padding:30px 0; position: relative; }
.visionmission .ourvision { padding: 50px; background: #e2eabd; position: relative; }
.visionmission .ourvision::before { content: ''; position: absolute; left:0px; top:35px; background: #cedc91; height: 155px; width: 8px; }
.visionmission .visionimg { padding:30px 0; }
.visionmission .ourmission { padding:50px; background: #b2e6fa; position: relative; }
.visionmission .ourmission::before {  content: ''; position: absolute; left: 0px; top: 35px; background: #00adef; height: 155px; width: 8px; }
.visionmission .aboutplant { padding:30px; }
.ourpromoters {  padding: 30px; display: none; }
.ourpromoters h3 { text-align: center; border-top:2px solid #e5e5e5; padding:50px 0 !important; }
.ourpromoters .promcol { border: 0; }
.ourpromoters .promcol .promobox { padding:0 10px 0 0; }
.ourpromoters .promcol .promobox figure { margin:0; position: relative; max-width:198px;}
.ourpromoters .promcol .promobox .promorole { margin: 0; min-height: 100px; }
.ourpromoters .promcol .promobox .promorole h5 { font-size:20px; font-weight: 700; font-family: "Poppins", sans-serif;   color: #2e2e2e; padding:20px 0 10px 0; }
.ourpromoters .promcol .promobox .promorole .promodescp { font-size: 16px; font-family: "Poppins";   font-weight: 400; }
.ourpromoters .promcol .promobox figure::before { content: ''; position: absolute; left: 0px; bottom:0px; background: #00adef; height:10px; width:72px; }
.ourpromoters .promcol:nth-child(2) .promobox figure::before { background:#f6821f; }
.ourpromoters .promcol:nth-child(3) .promobox figure::before { background:#db2027; }
.pdrow { text-decoration: none; padding-top:20px; padding-bottom: 20px; }
.pdrow .pdclm1 { text-align: left; }
.pdrow:nth-child(odd) .pdclm1 { float: right; }
.pdrow .pdclm1 h5 { font-family: "Poppins"; font-weight:700; font-size: 23px; color: #2e2e2e; padding-bottom:10px; }
.pdrow .pdclm1 h5 i { font-family: "Poppins"; font-size:19px; font-style: normal; }
.pdrow .pdclm1 b { font-size: 14px; font-family: "Poppins";  font-weight: 400; color: #2e2e2e; background: #e5e5e5; border-radius:15px; padding:3px 15px; display: inline-block; }
.pdrow .pdclm1 em { color: #6d747a; }
.pdrow .pdclm1 strong { color: #2e2e2e; }
.pdrow .pdclm1 p i { color: #ff0000; font-style: normal; font-weight: 600; }
.wpcf7 form.sent .wpcf7-response-output { color: green; }

.ctboxbg { background: #fff; float: left; padding: 30px 30px; margin:20px 0 10px 0; }
.ctboxbg h3 { text-align: center;  font-family: "Kanit";
  color: #1b55c8; font-size: 35px; font-weight: 400; line-height: 120%; margin-bottom: 20px;  }
.ctboxbg .ctrow { padding:25px 0px 10px 0px; position: relative; }
section.inner-body .ctboxbg h3 { font-size: 24px;  }
section.inner-body .ctrow { padding-bottom: 20px;}
section.inner-body .ctrow p { margin-bottom:7px !important; }
section.inner-body .ctrow h4 { font-size:18px; font-weight:600; padding:10px 0px 15px 0px; margin-bottom:15px; position: relative; text-transform: none; }
section.inner-body .ctrow h4::after {  content: '';  position: absolute; left: 0px; bottom: 0px; background: #00adef; height:5px; width:60px; }
section.inner-body .ctrow h4::after { background: #00adef; }
section.inner-body .ctrow:nth-child(2) h4::after { background: #f6821f; }
section.inner-body .ctrow:nth-child(3) h4::after { background: #cedc91; }
section.inner-body .ctrow .adrw { display: block; width: 100%; padding-bottom:6px; }
section.inner-body .ctrow .adrw .clm1 { display: inline-block; width:65px; vertical-align: top; font-weight: 600; }
section.inner-body .ctrow .adrw .clm2 {  display: inline-block; width: auto; vertical-align: top; }
section.inner-body .brochure { margin:20px 0 10px 0; }

.prlist { text-decoration: none; }
.prlist .plbox { background: #f6f6f7; padding:0px 0px 20px 0px; min-height: 240px; }
.prlist .plbox h5 { background: #aee2f6; padding:8px 20px; font-size:16px; }
.prlist .plbox li { font-size: 14px; background: url(images/bullet.png) no-repeat 20px 16px; padding:10px 0px 0px 35px; }
.prlist .bclm { text-decoration: none; }
#rmp_menu_trigger-39 .responsive-menu-pro-inner,
#rmp_menu_trigger-39 .responsive-menu-pro-inner::before,
#rmp_menu_trigger-39 .responsive-menu-pro-inner::after {  background-color: #4a5258 !important; }


.success_story { background: #f2f2f2; padding:100px 0 50px 0; }
.success_story h3 { font-size: 45px; color: #000; text-align: center; }
.success_story h4 { font-size: 21px; color: #333333; font-weight:600; line-height: 30px;}
.success_story .sclm { padding:0; padding-top:40px; }
.success_story .sclm:nth-child(1) { margin-top:200px; }
.success_story .sclm:nth-child(2) { margin-top:100px; }
.success_story .sclm:nth-child(3) { margin-top:0px; }
.success_story .sclm .ssbox { padding: 30px; font-size: 15px; color: #666666; }
.success_story .sclm .ssbox p { padding:20px 0px 0px 0px; line-height:27px; }
.success_story .sclm .ssbox a { color:#007cff; display:inline-block; padding-right: 60px; }
.success_story .sclm .ssbox a:hover { background: url(images/arrow-more.png) no-repeat right 5px !important; }


.profcontent { padding: 0; }
.profcontent .profrow { display: table; width: 100%; }
.profcontent h5 { font-size: 17px; font-weight:600; color: #333; margin:0 0 20px 0; }
.profcontent .profrow .pfcol1 { display: table-cell; width:170px; vertical-align: top; text-align: center; font-size: 16px; }
.profcontent .profrow .pfcol1 img { border-radius:15px; width:170px;  }
.profcontent .profrow .pfcol2 { display: table-cell; width:auto; vertical-align: top; padding-left:50px; text-align: left;}
.profcontent .profrow .pfcol1 b { color:#111; font-weight: 600; font-size:21px; display: block; padding:15px 0 5px 0; }
.footermenu h2 { color: #fff; font-weight: 800; margin: 25px auto; }

.manufacture { padding:30px 0 50px 0; }
/* .manufacture .container { border-top: 0px solid #bcbcbc; padding-top:0px; } */
.manufacture .txt { color: #666; font-size:16px; padding:0px 10px 30px 0; text-align: left; }
.manufacture .txt p { padding:0px 0px 10px 0; }
.manufacture h3 { font-family: "Poppins", sans-serif; font-weight:700; font-size:31px; line-height: 40px; color: #000; padding-bottom:20px; }
.manufacture .txt ul { margin: 0; padding: 0;  }
.manufacture .txt ul li { list-style: none; background: url(images/bullet.png) no-repeat 0px 6px;
  padding: 0px 0px 7px 20px; text-align: left; }


.manufacture.home { padding:30px 0 50px 0; display: none; }
.manufacture.home .container {  border-top: 1px solid #bcbcbc; padding-top: 60px; }
.manufacture.home .txt { color: #666; font-size: 16px; padding: 0px 10px 30px 0; text-align: left; }
.manufacture.home h3 { font-family: "Poppins", sans-serif; font-weight: 700; font-size: 31px; line-height: 40px;
  color: #000; padding-top: 20px; text-align: right;  }
.manufacture.home .clm { text-align: center; }
.manufacture.home .clm .picture { text-align: center; }
.manufacture.home .clm .txt { color: #374553; text-align: center; padding:15px 10px; font-size: 18px; font-weight:600; }


.agencyintro { font-size:19px !important; padding:40px 0 0 0; }
.agencyintro p { font-size:19px;  }
.agency { text-decoration:none; }
.agency .agencybox { text-align: center; }
.agency .agencyclm { margin: 20px 0; width: 20%; }
.agency .txt { line-height: 23px; padding:20px 0 15px 0; font-family: "Open Sans"; font-size: 15px; min-height:110px;  } 
.agency .agencylogo { text-align: center; }





/* Custom 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;
  }
}

@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 {
    margin-left:25px;
  }
  /* .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;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .profile-cover h4 {
    font-size: 18px;
  }
  .profile-cover p {
    font-size: 13px;
  }

.agency .agencyclm { width:33%; }

}

@media screen and (max-width: 991px) {
  .manufacture.home h3 { font-size:27px; }
  .banner_section .flex-control-paging li a { width:175px; padding: 5px 15px; }
  .success_story .sclm  { margin-top:0!important; padding:20px 15px; }
  .success_story .sclm .ssbox { padding:20px 0px; }
  
  .infrastructure {
    background:url(images/Ships.png) no-repeat left bottom / 50%, 
    url(images/BG-tile.png) repeat-x left top, #2c65d6;
    padding:0px 0 40px 0;
    /* background-color:#2c65d6 !important; */
  }

  
  .navbar-collapse.collapse {
    display: none !important;
  }
  
  .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;   }
 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 .bannerfill {
    height: 520px;
  }
  section.banner_section .content h1 { font-size: 45px; line-height: 50px; }
  section.banner_section .flex-active-slide .content {
    padding:150px 15px 15px 15px;
    max-width: 400px;
  }
  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 15px;
  }
  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;
  }

  .agency .agencyclm { width:50%; }
  
   
}

@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%;
  }
  .stat-icon {
    padding: 10px 0 10px 50px;
    background-size: 50px !important;
  }
  .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) {
.infrastructure {
  position: relative;
  background: url(images/Ships.png) no-repeat left bottom / 50%, url(images/BG-tile.png) repeat-x left top, #2c65d6;
  color: #fff;
  /* url(images/icon-map.png) no-repeat 0px 5px / 27px */
  line-height: 25px;
  padding:0px 0 240px 0;  
  /* min-height:inherit; */
}
.infrastructure .smcontent { padding:50px 0 0 0px ;}
.infrastructure .smcontent h4 {  
  font-size:22px;
  line-height:29px;
}

.ourproduct .ourproductclm { min-height: inherit; }
.ourproduct { padding:40px 0 30px 0; }
.manufacture.home h3 {  font-size: 25px; line-height: 35px; text-align: center; }
.manufacture.home .clm { padding-top: 25px; }

.profcontent .profrow .pfcol1 {
    margin: 0 auto;
    display: table;
  }

.profcontent .profrow .pfcol2 { display: table; width:100%; max-width:370px; margin:20px auto; padding-left:auto; }

.infrastructure .smcontent .smtxt { font-size:16px; line-height: 25px; padding: 20px 10px 0 20px; }
.banner_section .flex-control-nav { border: 0; }
.banner_section .flex-control-paging li:first-child a { border-left:3px solid #007cff;}
.banner_section .flex-control-paging li a { width: 170px; padding: 5px 15px; }

section.banner_section .bannerfill { width: 100%;  height:450px; }
section.banner_section .content {  max-width: 100%; }
section.banner_section .content h1 { font-size:35px; line-height: 40px; color: #fff; }
section.banner_section .content p { font-size:17px; color: #fff; line-height: 25px; }
.ourproduct .prodbox { min-height: inherit; }
.homeprofile { padding: 40px 0; }
.homeprofile h3,
section.clientlogosec h3,
.infrastructure h3, 
.manufacture h3,
.success_story h3, 
.ourproduct h3 { font-size: 25px; line-height:35px; padding-bottom: 20px;  margin:0; }
.ourproduct h4,.success_story h4 { font-size: 26px; }
.ourproduct .prname { font-size: 18px;}

.footermenu { margin: 0; }
.site_footer .fclm { padding:30px 0 0 0; font-size: 15px; min-height: inherit; }
.site_footer .fclm:last-child { padding-bottom: 10px; padding-top:10px; }
.footaddress { font-size: 15px; }
.site_footer figure { margin:0; text-align: left;}

section.inner-body h2 { padding:10px 0 25px 0; font-size:25px; }
.visionmission .ourvision, .visionmission .ourmission { padding: 30px; }
section.inner-body h3 { font-size: 25px; text-align: left; padding:10px 0 20px 0; line-height: 37px; }
.ourpromoters .promcol .promobox { padding: 10px 0 30px 0;}
.ourpromoters .promcol .promobox .promorole h5 { font-size: 17px; }
.ourpromoters .promcol .promobox .promorole { min-height: 90px; }
.visionmission .aboutplant { padding: 30px 0px 0px 0px; }
.ourpromoters { padding:15px 0px 5px 0px;}
.ourpromoters h3 { padding: 30px 0 20px 0 !important; text-align: left; }
.pdrow .pdclm1 h5 { font-size: 19px; }
.pdrow .pdclm1 h5 i { font-size: 16px;}
.ctboxbg { padding:20px 0px;  margin:20px 0 10px 0; }
section.inner-body .ctboxbg { max-width: 100%; }
section.inner-body .ctboxbg h3 { font-size: 19px; text-align: center; }

  .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;
  }
  

  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:200px;
  }
  .innerbanner .banner_text .bandhd {
    padding-top:70px;
  }
  .innerbanner .banner_text .bandhd h2 {
    font-size: 27px;
    line-height: 33px;
  }
}

@media screen and (max-width: 663px) {
  .header-menu {
    width: 100%;
    float: none;
    display: none;
  }
section.banner_section .content h1 { font-size: 30px; line-height:35px; }

  
   

   

  header .navbar-toggle {
    background: transparent;
    margin-right: 0;
    display: none;
  }
  .stat-icon {
    padding: 10px 10px 10px 10px;
    background-size: 40px !important;
    text-align: center;
  }
  .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;
    background: #fff;
  }
  .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: 480px) {
.banner_section .flex-control-paging li a { width: 150px; padding: 5px 5px 5px 10px;}
.banner_section .flex-control-paging li a::after { left: 10px; }
.homeprofile h3 { font-size: 20px; }
.profcontent .profrow .pfcol1 { margin: 0 auto; display: table; }
.profcontent .profrow .pfcol2 { display: table; width: 250px; margin: 0 auto; padding-left: 0;}

  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;
  }
.footbot .cpyright .cpytxt { margin-bottom: 20px; float: none; }
.footbot .cpyright .cpytxt a { display: inline-block; width:110px; margin:10px auto; text-align: center; }
.social-list {
    display: block;
    float: none !important;
    margin: 10px auto 10px 40px;
    width: 200px;
}

.agency .agencyclm { width:100%; }
.agency .txt {  min-height:inherit; padding-bottom: 15px; }

}

@media screen and (max-width: 414px) {
  .productfilter .pfbox {
    min-height: inherit;
    max-width: 278px;
    margin: 0 auto;
    width: 100%;
    float: none;
    padding: 0;
  }
.prlist .bclm {
      width: 100%;
    }
    
}

@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 */


