/*
Theme Name: 3CDigital 
Author : Niyati technologies
*/

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

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

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

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

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

body {
  margin: 0;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  /* color: #747474; */
  color: #4e4e4e;
}

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 {
  font-size: 15px;
 /* color: #747474; */
 color: #4e4e4e;
  line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid transparent;
  background-image: linear-gradient(
    to right,
    #f15a2d,
    #f2632a,
    #f46c28,
    #f47525,
    #f57d23
  );
  padding: 8px 36px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0.25rem;
  margin-top: 20px;
  transition: 0.2s linear;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border: 1px solid #f15a2d;
  background: none;
  transition: 0.2s linear;
  color: #f15a2d;
}

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: #4e4e4e;
  border: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  border-bottom: 1px solid #b2b2b2;
  padding: 5px 0px 10px 0px;
  transition: 0.2s ease;
  background-color: transparent;
  width: 100%;
  border-radius: 0;
  margin: 0 0 20px;
  transition: 0.2s linear;
}

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

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

/*.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 #2da7df !important;
  transition: 0.2s linear;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.main-navigation ul ul li {
}

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

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

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

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

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

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

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

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
    top: 30px;
    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;
  border: none;
  box-shadow: 0 3px 5px rgba(66, 65, 65, 0.493);
}
.dropdown-menu > li {
  padding: 0px;
  border-left: 3px solid transparent;
  transition: 0.2s linear;
}

.dropdown-menu > li > a {
  padding: 12px 18px;
  color: #393b42;
  position: relative;
  transition: 0.2s linear;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0px;
  display: block;
}
.dropdown-menu > li:last-child > a {
  border-bottom: 0 !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #000 !important;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.dropdown-menu li ul.dropdown-menu {
  position: absolute;
  left: 200px;
  top: -3px !important;
  min-width: 270px;
}
.dropdown-menu > li:hover, .dropdown-menu > .active {
  border-left: 3px solid #2da7df;
  background-image: linear-gradient(
    rgb(236 236 236 / 50%),
    rgb(235 235 235 / 60%)
  );
  background: rgb(236 236 236 / 60%);
  transition: 0.2s linear;
}
.dropdown-menu > .active > a{
  color: #2da7df;
}

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

/*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;
  width: 100%;
  position: fixed;
  transition: 0.4s linear;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
  padding: 25px 0;
  z-index: 10;
  margin-top: 7px;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -300em;
}
header .navbar-nav {
  font-size: 14px;
  float: none;
  width: 100%;
  text-align: center;
  transition: 0.2s linear;
  margin: 0;
}
header .navbar-nav > li > a {
  color: #3d3c3e;
  position: relative;
  transition: 0.2s linear;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 0px;
  margin: 0 25px;
  border-radius: 0;
  border-bottom: 3px solid transparent;
}
header .navbar-nav > li > a::before {
  background-image: linear-gradient(#2da7df, #2da7df),
    linear-gradient(silver, silver);
  background-size: 0 5px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.2s ease-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
header .navbar-nav > li.active > a {
  color: #2da7df;
  transition: .2s linear;
}
header .navbar-nav > li.active > a::before,
header .navbar-nav > li > a:hover::before {
  content: "";
  background-image: linear-gradient(#2da7df, #2da7df),
    linear-gradient(silver, silver);
  width: 35px;
  height: 4px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: 100% 5px, auto;
}
header .navbar-nav > li > a.dropdown-toggle::before {
  content: none;
}
.navbar-header {
  width: 221px;
  transition: 0.2s linear;
  /* margin: 23px 0 0 15px; */
  margin-left: 15px;
}
.header-menu {
  width: calc(100% - 236px);
  float: right;
  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.4s linear;
  padding: 10px 0px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: fixed;
  margin-top: 0;
}
header.navbar-static-top.fixed .navbar-nav > li {
  transition: 0.4s linear;
}
header.navbar-static-top.fixed .navbar-nav > li > a {
  transition: 0.4s linear;
}
header.navbar-static-top.fixed .navbar-nav > li {
  transition: 0.4s linear;
}
/* header.navbar-static-top.fixed .navbar-header{
    width: 180px;
    transition: .4s linear;
} */

.navbar-nav > li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.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 {
  transition: 0.3s linear;
}

@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: #dcdcdc;
  padding: 26px 0;
  position: relative;
}
.footer-right {
  display: block;
  text-align: center;
}
.footer-right ul {
  list-style: none;
  margin: 25px auto 20px auto;
  padding: 0;
  overflow: auto;
  width: 165px;
  display: inline-block;
}
.footer-right ul li {
  display: inline;
}
.footer-right ul li a i {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  background: #2b357d;
  color: #b5b8d2;
  margin: 0 10px 0 0px;
  font-size: 22px;
  transition: 0.2s linear;
  text-align: center;
  line-height: 31px;
  border: 1px solid #2b357d;
}
.footer-right ul li a:hover i,
.footer-right ul li:hover a i {
  background: #b5b8d2;
  color: #2b357d;
  transition: 0.2s linear;
}

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

/* End */

/* banner */
.container-fluid {
  padding: 0;
}
nav.navbar-expand-lg {
  float: right;
}
.banner_section .carousel-item {
  width: 100%;
  min-height: 900px;
}
.banner_section .carousel-caption h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 50px;
}
.banner_section .carousel-caption h1 + p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  margin-bottom: 15px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.banner_section .carousel-caption a {
  color: #f59a23;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.banner_section .carousel-caption a::after {
  background: url(images/angel-right.png) no-repeat;
  content: "";
  position: absolute;
  width: 9px;
  height: 15px;
  right: -20px;
  top: 4px;
  transition: 0.2s linear;
}
.banner_section .carousel-caption a:hover::after {
  right: -25px;
  transition: 0.2s linear;
}
.banner_section .carousel-caption p {
  color: #f59a23;
  font-weight: 400;
  margin-bottom: 0;
}
.carousel-caption {
  max-width: 920px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/* banner */

/* custom 3c */
h3 {
  font-weight: 700;
  font-size: 22px;
  color: #3d3c3e;
  margin-bottom: 16px;
}
.carousel-item::after {
  background: url(images/blue-layer.png) no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90%;
  background-size: cover;
}
.industries-sec {
  padding: 80px 0 50px;
  background: #f3f3f3;
}
.section-brief {
  max-width: 660px;
  margin-bottom: 75px !important;
}
.section-brief h2 {
  color: #3d3c3e;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 32px;
}
.section-brief p {
  margin-bottom: 0;
  /* font-weight: 500; */
  line-height: 23px;
}
.col-md-3.ind-box {
  background: #fff;
  padding: 0 13px 34px 13px;
  margin: 0 12px 40px;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  border-radius: 10px;
  box-shadow: 0px 9px 12px #e1e1e1;
  position: relative;
  transition: 0.3s linear;
  min-height: 628px;
}

.ind-box img {
  width: 238px;
  height: 161px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
  margin-top: -15px;
  transition: 0.3s linear;
}
.ind-description {
  margin: 35px 5px 0 15px;
  min-height: 300px;
}
.ind-description h3 {
  font-weight: 700;
  color: #3d3c3e;
  font-size: 22px;
  margin-bottom: 18px;
}
.ind-description p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 14;
  line-clamp: 14;
  -webkit-box-orient: vertical;
}
.ind-box a.btn {
  margin-left: 15px;
  position: absolute;
  bottom: 34px;
}
a.cmn-btn {
  background-image: linear-gradient(
    to right,
    #f15a2d,
    #f2632a,
    #f46c28,
    #f47525,
    #f57d23
  );
  padding: 8px 22px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;

  /* moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; */
}
a.cmn-btn:hover {
  background-position: 100% 0;
  /* moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; */
}
.col-md-3.ind-box:hover {
  transition: 0.3s linear;
  background-image: linear-gradient(
    to right top,
    #2062af,
    #2067b2,
    #206bb5,
    #2170b8,
    #2274bb,
    #227abf,
    #227fc3,
    #2385c7,
    #238dcd,
    #2595d3,
    #289ed9,
    #2da6de
  );
  color: #fff;
}
.col-md-3.ind-box:hover h3 {
  color: #fff;
  transition: 0.3s linear;
}
.col-md-3.ind-box:hover img {
  height: 140px;
  transition: 0.3s linear;
}
.services-bg {
  padding: 60px 0 110px;
}
.service-listing ul li b {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  font-size: 18px;
  display: block;
}
.service-listing ul li {
  margin-bottom: 20px;
  position: relative;
}
.service-listing ul li::before {
  margin-bottom: 20px;
  background: url(images/bullet-icon.png) no-repeat;
  content: "";
  position: absolute;
  width: 15px;
  height: 7px;
  left: -40px;
  top: 9px;
}
.service-listing ul {
  list-style: none;
}
.service-listing a.btn {
  margin: 20px 0 0 40px;
  transition: 0.2s linear;
}
.service-listing a.btn:hover {
  background: none;
  border: 1px solid #f15a2d;
  color: #f15a2d;
  transition: 0.2s linear;
}
.services-bg .section-brief {
  margin-bottom: 50px !important;
}
.service-listing {
  margin-top: 40px;
}
.serv-left{
  max-width: 510px;
}
.services-bg .serv-left.section-brief{
  margin-bottom: 20px !important;
}
.serv-left p{
  font-size: 20px;
  line-height: 32px;
}
.footer-menu ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin-right: 30px;
}
.footer-menu ul li a {
  color: #3d3c3e;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s linear;
}
.footer-menu ul li a:hover {
  color: #000;
  transition: 0.2s linear;
}
.social-media ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.social-media ul li {
  list-style: none;
  display: inline-block;
  margin-left: 14px;
  width: 34px;
  height: 34px;
  background: #5d5f61;
  border-radius: 50px;
  position: relative;
  transition: 0.2s linear;
}
.social-media ul li:hover {
  opacity: 0.7;
  transition: 0.2s linear;
}
.social-media ul li a {
  text-align: center;
  transition: 0.3s linear;
  color: #dcdcdc;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.social-media ul li a i {
  font-size: 18px;
}
.copy-right {
  background: #494949;
  padding: 16px 0 16px;
  color: #fff;
}
/* oil and gas */
.innerbanner {
  height: 488px;
}
.innerbanner-text {
  position: absolute;
  top: 280px;
  margin-left: 15px;
}
.innerbanner-text h1 {
  color: #fff;
  font-weight: 600;
  font-size: 52px;
}
.section-top {
  padding: 70px 0 100px;
}
.section-top h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  background: linear-gradient(to right, #2062af 0%, #2475bc 50%, #2ca3dc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-top p {
  font-size: 16px;
}
.section-top a.btn {
  border: 1px solid #f15a2d;
  padding: 8px 22px;
  color: #f15a2d;
  font-weight: 400;
  font-size: 16px;
  background: none;
  transition: 0.2s linear;
}
.section-top a.btn:hover {
  background-image: linear-gradient(
    to right,
    #f15a2d,
    #f2632a,
    #f46c28,
    #f47525,
    #f57d23
  );
  transition: 0.2s linear;
  color: #fff;
  border: 1px solid transparent;
}
.custom-row {
  padding: 0 75px;
}
/* .grad-bdr{
  background: none;
  display: block;
} */
/* .plant-content h3,
.vm-box h3,
.md-breif h3 {
  font-weight: 700;
  font-size: 22px;
  color: #3d3c3e;
  margin-bottom: 16px;
} */
.plant-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 16px;
}
.plant-content p {
  font-size: 16px;
}
.plant-content {
  max-width: 480px;
}
.plant-img {
  max-width: 402px;
  height: 253px;
  border-radius: 5px;
}
.plant-img+.plant-img{
  margin-top: 15px;
}
.plant-listing .custom-row {
  margin-bottom: 70px;
}
.plant-listing .custom-row:nth-child(even) {
  flex-flow: row-reverse;
}
.plant-listing .custom-row:nth-child(odd) .plant-img,
.plant-listing .custom-row:nth-child(even) .plant-content {
  margin-left: 25px;
}
.plant-listing .custom-row:nth-child(even) .plant-img,
.plant-listing .custom-row:nth-child(odd) .plant-content {
  margin-right: 25px;
}
.related-industries {
  padding-top: 35px;
  border-top: 1px solid #ccc;
  margin-top: 120px;
  margin: 120px 75px 60px;
}
.related-box {
  height: 155px;
  max-width: 336px;
  border-radius: 6px;
  position: relative;
  padding: 0 30px 0 40px;
  transition: 0.2s linear;
}
.related-box::after {
  content: "";
  background: rgb(0 0 0 / 50%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  border-radius: 6px;
  transition: 0.2s linear;
}
.related-box:hover::after {
  content: "";
  background: rgb(0 0 0 / 20%);
  transition: 0.2s linear;
}
.related-box h4 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  position: absolute;
  bottom: 35px;
  display: block;
  width: calc(100% - 70px);
  transition: 0.2s linear;
  z-index: 1;
}
.related-box h4::after {
  content: "";
  background: url(images/arrow-icon.png) no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  transition: 0.2s linear;
}
.related-box:hover h4::after {
  right: -10px;
  transition: 0.2s linear;
}
.related-industries .col-md-4 {
  padding: 0 5px;
}
.related-industries .col-md-4:first-child {
  padding-left: 15px;
}
.related-industries .col-md-4:last-child {
  padding-right: 15px;
}

/* oil and gas */
/* contact us */
.contact-pg {
  padding: 70px 0 50px;
}
.contact-pg h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  background: linear-gradient(to right, #2062af 0%, #2ca3dc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-form {
  max-width: 640px;
  margin-bottom: 50px;
}
.contact-form .form-row > .col,
.contact-form .form-row > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}
.contact-form .form-row .col-md-6:first-child {
  padding-left: 5px;
}
.contact-form .form-row .col-md-6:last-child {
  padding-right: 5px;
}
.contact-form .form-row .col-md-12 {
  padding-right: 5px;
  padding-left: 5px;
}
.contact-form textarea {
  height: 100px;
}
.address-box {
  margin-left: 75px;
  font-size: 16px;
}
.address-box h3 {
  color: #3d3c3e;
  font-size: 22px;
  margin-bottom: 20px;
}
.address {
  margin-bottom: 45px;
}

.address ul {
  list-style: none;
  padding-left: 0;
}
.address ul li {
  padding-left: 40px;
  margin-bottom: 22px;
  line-height: 28px;
}

.comp-address {
  background: url(images/company.png) no-repeat left 5px/ 20px;
}
.phone-ic {
  background: url(images/phone.png) no-repeat left 3px/ 16px;
}
.mail-ic {
  background: url(images/mail.png) no-repeat left 7px/ 18px 14px;
}
.clock-ic {
  background: url(images/clock.png) no-repeat left top/ 20px;
}
.mail-ic a {
  color: #2da7df;
  transition: .2s linear;
}
.mail-ic a:hover {
  color: #2da7df;
  text-decoration: underline;
  transition: .2s linear;
}
/* .address-box .address .social-media ul li{
  padding-left: 0;
  margin-bottom: 0;
  line-height: unset;
  margin: 0 14px 0 0;
}
.address-box .address .social-media ul li a{
  color: #fff;
}
.address-box .address .social-media{
  margin-top: 30px;
} */
.contact-sm {
  margin-top: 30px;
}
.contact-sm ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
.contact-sm ul li {
  display: inline-block;
  margin-right: 12px;
  position: relative;
  transition: 0.2s linear;
  padding-left: 0;
  margin-bottom: 0;
  line-height: unset;
  width: 33px;
  height: 33px;
  transition: 0.2s linear;
}
.contact-sm ul li:hover img {
  transition: 0.2s linear;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/* contact us */

/* service page */
.service-template .section-top {
  padding: 70px 0;
}
.service-template .section-brief {
  margin-bottom: 60px !important;
}
.service-template .plant-img {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}
.service-template .plant-img img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.service-template .plant-img img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.service-template .plant-content p {
  color: #4e4e4e;
}
.service-template .plant-content h3 {
  position: relative;
  padding-left: 40px;
}
.service-template .plant-content h3::before {
  content: "";
  position: absolute;
  background: url(images/discovery-icon.png) no-repeat;
  width: 25px;
  height: 32px;
  left: 0;
  top: -6px;
}
.service-template
  .plant-listing
  .custom-row:first-child
  .plant-content
  h3::before {
  content: "";
  position: absolute;
  background: url(images/discovery-icon.png) no-repeat;
  width: 25px;
  height: 32px;
  left: 0;
  top: -10px;
}
.service-template .plant-listing .custom-row:nth-child(2) .plant-content h3 {
  padding-left: 48px;
}
.service-template
  .plant-listing
  .custom-row:nth-child(2)
  .plant-content
  h3::before {
  content: "";
  position: absolute;
  background: url(images/solution-icon.png) no-repeat;
  width: 36px;
  height: 36px;
  left: 0;
  top: -14px;
}
.service-template .plant-listing .custom-row:nth-child(3) .plant-content h3 {
  padding-left: 51px;
}
.service-template
  .plant-listing
  .custom-row:nth-child(3)
  .plant-content
  h3::before {
  content: "";
  position: absolute;
  background: url(images/business-case-icon.png) no-repeat;
  width: 36px;
  height: 36px;
  left: 0;
  top: -14px;
}
.service-template .plant-listing .custom-row:nth-child(4) .plant-content h3 {
  padding-left: 51px;
}
.service-template
  .plant-listing
  .custom-row:nth-child(4)
  .plant-content
  h3::before {
  content: "";
  position: absolute;
  background: url(images/implementation-icon.png) no-repeat;
  width: 42px;
  height: 32px;
  left: 0;
  top: -14px;
}
.service-template .plant-listing .custom-row:nth-child(5) .plant-content h3 {
  padding-left: 51px;
}
.service-template
  .plant-listing
  .custom-row:nth-child(5)
  .plant-content
  h3::before {
  content: "";
  position: absolute;
  background: url(images/drift-icon.png) no-repeat;
  width: 33px;
  height: 31px;
  left: 0;
  top: 5px;
}
.vr {
  position: relative;
}
.vr::after {
  content: "";
  width: 1px;
  height: calc(100% - 220px);
  background: transparent;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 0;
  /* background-image: linear-gradient(#a2a2a2 25%, rgba(255, 255, 255, 0) 0%); */
  background-image: linear-gradient(rgb(114 112 112) 25%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 10px;
  background-repeat: repeat-y;
  z-index: 2;
}
/* .service-template .plant-listing .custom-row::after{
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
} */

.service-template
  .plant-listing
  .custom-row:nth-child(odd)
  .col-md-6:nth-child(1)::after {
  border-radius: 50px;
  content: "";
  width: 6px;
  height: 6px;
  /* background: #3d3c3e; */
  background: #000;
  position: absolute;
  right: -3px;
  top: 0;
  z-index: 3;
}
.service-template
  .plant-listing
  .custom-row:nth-child(even)
  .col-md-6:nth-child(2)::after {
  border-radius: 50px;
  content: "";
  width: 6px;
  height: 6px;
  background: #3d3c3e;
  position: absolute;
  right: -3px;
  top: 0;
  z-index: 3;
}
.serv-chart {
  margin: 90px 0;
}
/* service page */
/* about */
.about-bg .plant-listing {
  padding: 75px 0 10px;
}
.about-bg .plant-img {
  max-width: 486px;
  height: 312px;
}
.about-bg .plant-listing .custom-row:nth-child(odd) .plant-img {
  margin-top: 42px;
}
.vision-section {
  background: url(images/about-blue-bg.png) no-repeat center/cover;
  min-height: 378px;
  padding: 88px 0;
}
.vision-section p {
  margin-bottom: 0;
  font-size: 16px;
}
.col-md-4.vm-box {
  margin: 0 15px;
  -ms-flex: 0 0 30.333333%;
  flex: 0 0 30.333333%;
  max-width: 30.333333%;
  background: #fff;
  padding: 35px 40px;
  border-radius: 4px;
}
.mdemand-section {
  padding: 60px 0 80px;
  background: #f7f7f7;
}
.md-breif h3 {
  margin-bottom: 48px;
  line-height: 32px;
}
.col-md-4.md-box {
  padding: 70px 40px 40px;
  border: 1px solid;
  border-radius: 5px;
  margin: 0 15px;
  -ms-flex: 0 0 30.333333%;
  flex: 0 0 30.333333%;
  max-width: 30.333333%;
  position: relative;
}
.md-box:first-child::after {
  content: "";
  background: url(images/colabrate-icon.png) no-repeat center/cover;
  width: 62px;
  height: 68px;
  position: absolute;
  top: 22px;
  right: 28px;
}
.md-box:nth-child(2)::after {
  content: "";
  background: url(images/develop-icon.png) no-repeat center/cover;
  width: 88px;
  height: 64px;
  position: absolute;
  top: 22px;
  right: 28px;
}
.md-box:nth-child(3)::after {
  content: "";
  background: url(images/build-icon.png) no-repeat center/cover;
  width: 67px;
  height: 45px;
  position: absolute;
  top: 22px;
  right: 28px;
}
.col-md-4.md-box:first-child {
  border-color: #2da7df;
  background: #e8f0f8;
}
.col-md-4.md-box:nth-child(2) {
  border-color: #a7c839;
  background: #edf7eb;
}
.col-md-4.md-box:nth-child(3) {
  border-color: #f68a20;
  background: #feefe9;
}
.md-box h3 {
  font-weight: 700;
  font-size: 22px;
  color: #3d3c3e;
  margin-bottom: 20px;
}
.col-md-4.md-box:first-child h3 {
  color: #2062af;
}
.col-md-4.md-box:nth-child(2) h3 {
  color: #3ea232;
}
.col-md-4.md-box:nth-child(3) h3 {
  color: #f25f2c;
}
.md-box p {
  font-size: 16px;
  margin-bottom: 0;
}
.team-section {
  padding: 70px 0 80px;
}
.team-section h3 {
  margin-bottom: 50px;
}
/* our-team */
.profile-bg {
  height: 237px;
  position: relative;
  overflow: hidden;
  background: #ccdeec;
}

.profile-bg img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-detail p {
  font-size: 15px;
  line-height: 23px;
}

.profile-cover h4, .profile-name h4  {
  color: #4a4a4a;
  font-weight: 700;
  font-size: 18px;
  margin: 0px 0 5px 0;
}
.profile-cover p,
.profile-name p {
  color: #4a4a4a;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
}
.profile-cover {
  margin-bottom: 35px;
  cursor: pointer;
  height: 345px;
  max-width: 245px;
}
.team-pop .modal-dialog {
  max-width: 960px;
}
.team-pop .modal-content {
  padding: 35px 45px 50px 0;
  min-height: 520px;
}
.profile-name p {
  position: relative;
}
.profile-name {
  margin: 10px 0 25px;
}
.profile-name p::after {
  width: 70px;
  bottom: -18px;
  content: none;
}

.team-pop .profile-bg {
  box-shadow: -5px 10px 18px #414040;
}
.profile-left {
  position: absolute;
  left: -30px;
  width: 100%;
  max-width: 245px;
}
.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;
}

.profile-left i:hover {
  color: #006da6;
  background: #fff;
  box-shadow: 0px 1px 6px #006da6;
  transition: .2s linear;
}
.profile-pic {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 237px;
}
.profile-cover:hover .profile-brief {
  transition: 0.2s linear;
  cursor: pointer;
  padding: 20px;
  border-bottom: 3px solid #f46f28;
  box-shadow: 1px 4px 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;
}
button.close {
  background: none;
  position: absolute;
  right: 30px;
  top: 30px;
  margin-top: 0;
  z-index: 1;
  opacity: 1;
}
button.close:hover{
  border: none;
}
.close:focus, .close:hover{
  outline: none;
}
/* our-team */
/* about */

/* Custom Media Queries */

@media only screen and (max-width: 1600px) {
  section.recent-events .orange-masked {
    padding: 35px 30px 0px 50px;
  }
  .banner_section .carousel-item {
    min-height: 830px;
  }
}
@media screen and (max-width: 1400px) {
  .banner_section .carousel-item {
    min-height: 730px;
  }
  .carousel-item::after {
    height: 80%;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1220px;
  }
}
@media screen and (max-width: 1199px) {
  .banner_section .carousel-item {
    min-height: 700px;
  }
  .col-md-3.ind-box {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
  }
  .related-box {
    padding: 0 25px;
  }
  .related-box h4 {
    font-size: 20px;
  }
  .custom-row {
    padding: 0 50px;
  }
  .related-industries {
    margin: 120px 50px 60px;
  }
  .address-box {
    margin-left: 25px;
  }
  .vr::after {
    height: calc(100% - 265px);
  }
  .about-bg .plant-img{
    height: 245px;
  }
  .col-md-4.vm-box{
    -ms-flex: 0 0 29.333333%;
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
  }
  .col-md-4.md-box{
    -ms-flex: 0 0 29.333333%;
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
    padding: 70px 30px 40px;
  }
  .team-pop .modal-dialog {
    max-width: 860px;
  }
  .team-pop .profile-pic,.team-pop .profile-bg{
    height: 207px;
  }
  .carousel-caption{
    max-width: 800px;
    padding: 20px 0px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ind-box img {
    height: 140px;
  }
  .col-md-3.ind-box:hover img {
    height: 110px;
  }
  .col-md-3.ind-box{
    min-height: 730px;
  }
  .ind-description p{
    -webkit-line-clamp: 20;
    line-clamp: 20;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-md-4.md-box{
    padding: 98px 20px 30px;
  }
  .md-box:first-child::after, .md-box:nth-child(2)::after, .md-box:nth-child(3)::after{
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .md-box h3{
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header-menu {
    display: none;
  }
  /* .navbar-header {
    margin-top: 18px;
  } */
  header.navbar-static-top {
    height: 78px;
    display: none;
  }
  .col-md-3.ind-box {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .footer-menu ul li {
    margin-right: 18px;
  }
  header.navbar-static-top,
  header.navbar-static-top.fixed {
    padding: 0;
  }
  .navbar-header {
    margin: 10px 0;
  }
  .mobmenur-container {
    top: 5px !important;
  }
  .custom-row {
    padding: 0;
  }
  .plant-listing .custom-row:nth-child(odd) .plant-img,
  .plant-listing .custom-row:nth-child(even) .plant-content {
    margin-left: 10px;
  }
  .plant-listing .custom-row:nth-child(even) .plant-img,
  .plant-listing .custom-row:nth-child(odd) .plant-content {
    margin-right: 10px;
  }
  .related-industries {
    margin: 120px 0px 60px;
  }
  .plant-img {
    height: 205px;
  }
  .address-box {
    margin-left: 10px;
  }
  .comp-address br {
    display: none;
  }
  li.comp-address strong {
    display: block;
  }
  .contact-form .form-row > .col,
  .contact-form .form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .mob-menu-header-holder {
    background: #fff !important;
  }
  .service-template
    .plant-listing
    .custom-row:nth-child(2)
    .plant-content
    h3::before,
  .service-template
    .plant-listing
    .custom-row:nth-child(3)
    .plant-content
    h3::before {
    top: 0;
  }
  .service-template .plant-content h3 br {
    display: none;
  }
  .vr::after {
    height: calc(100% - 289px);
  }
  .related-box {
    height: 130px;
  }
  .col-md-4.vm-box{
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
    padding: 30px 30px;
    margin: 0 10px;
  }
  .col-md-4.md-box{
    -ms-flex: 0 0 28.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
    margin: 0 10px;
  }
  .md-box h3{
    font-size: 18px;
  }
  .team-pop .modal-dialog {
    max-width:100%;
    margin: 0 20px;
  }
  .profile-left{
    left: 0;
    max-width: 205px;
  }
  .carousel-caption{
    padding: 20px 20px 10px;
  }
  #mobmenuright li.current-menu-item a, #mobmenuright li a:hover{
    color: #2da7df !important;
  }
  .serv-left{
    max-width: 100%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .mobmenur-container {
    right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar-header {
    width: 180px;
    margin-left: 15px;
  }

  .banner_section .carousel-item {
    min-height: 520px;
  }
  .banner_section .carousel-caption h1 {
    font-size: 43px;
    margin-bottom: 10px;
    line-height: 45px;
  }
  .banner_section .carousel-caption h1 + p {
    line-height: 24px;
  }
  .banner_section .carousel-caption a {
    font-size: 15px;
  }
  .banner_section .carousel-caption a::after {
    top: 3px;
  }
  .carousel-item::after {
    height: 100%;
  }
  .industries-sec,
  .services-bg {
    padding: 58px 0 30px;
  }
  .col-md-3.ind-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 330px;
    /* min-height: 470px; */
    min-height: 555px;
  }
  .ind-description {
    min-height: 275px;
  }
  .ind-description p {
    -webkit-line-clamp:11;
    line-clamp: 11;
  }
  .footer-menu ul li {
    display: block;
    margin-bottom: 6px;
  }
  .social-media ul li {
    margin: 0 10px 0 0;
  }
  .social-media {
    margin-top: 20px;
  }
  .innerbanner {
    height: 365px;
  }
  .innerbanner-text {
    top: 220px;
  }
  .innerbanner-text h1 {
    font-size: 44px;
  }
  .section-top {
    padding: 40px 0 50px;
  }
  .section-top h2 {
    font-size: 26px;
  }
  .plant-listing .custom-row:nth-child(odd) .plant-img,
  .plant-listing .custom-row:nth-child(even) .plant-content {
    margin-left: 0px;
  }
  .plant-listing .custom-row:nth-child(even) .plant-img,
  .plant-listing .custom-row:nth-child(odd) .plant-content {
    margin-right: 0px;
  }
  .plant-listing .custom-row:nth-child(even) {
    flex-flow: column;
  }
  .plant-listing .custom-row {
    margin-bottom: 50px;
  }
  .related-industries {
    margin: 40px 0;
  }
  .related-industries .col-md-4 {
    padding: 0 15px;
  }
  .related-industries .col-md-4:first-child {
    padding-left: 15px;
  }
  .related-industries .col-md-4:last-child {
    padding-right: 15px;
  }
  .related-box {
    margin: 0 auto;
    margin-bottom: 15px !important;
  }
  .plant-img {
    margin: 0 auto !important;
  }
  .contact-pg {
    padding: 40px 0;
  }
  .contact-pg h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .contact-form .form-row > .col,
  .contact-form .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .address-box h3 {
    font-size: 20px;
  }
  .mob-standard-logo {
    max-width: 180px !important;
    height: 37px !important;
  }
  .service-template .section-top {
    padding: 40px 0 20px;
  }
  .service-template .section-brief h2 {
    font-size: 24px;
  }
  .service-template .section-brief {
    margin-bottom: 50px !important;
  }
  .service-template
    .plant-listing
    .custom-row:nth-child(odd)
    .col-md-6:nth-child(1)::after,
  .service-template
    .plant-listing
    .custom-row:nth-child(even)
    .col-md-6:nth-child(2)::after,
  .vr::after {
    content: none;
  }
  .service-template
    .plant-listing
    .custom-row:nth-child(2)
    .plant-content
    h3::before {
    top: -14px;
  }
  .service-template .plant-img img {
    margin: 0 auto;
    display: block;
  }
  .serv-chart {
    margin: 50px 0;
  }
  .related-box {
    height: 155px;
  }
  .about-bg .plant-listing{
    padding: 40px 0 10px;
  }
  .col-md-4.vm-box, .col-md-4.md-box{
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 15px;
  }
  .md-breif h3{
    font-size: 20px;
  }
  .mdemand-section, .team-section{
    padding: 40px 0;
  }
  .profile-cover{
    margin-bottom: 20px !important;
  }
  .team-pop{
    margin-top: 140px;
  }
  .profile-left{
    position: static;
    margin: 0 auto;
  }
  button.close{
    right: 10px;
    top: 10px;
  }
  .team-pop .modal-content{
    padding: 30px 20px;
  }
  .team-pop .modal-dialog{
    margin: 0 25px;
  }
  .section-brief h2{
    font-size: 28px;
    margin-bottom: 26px;
  }
  .serv-left p{
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (max-width: 340px) {
  .carousel-caption {
    max-width: 305px;
  }
  .col-md-3.ind-box {
    max-width: 290px;
  }
  .social-media ul li {
    margin-right: 5px;
  }
  .section-top h2 {
    font-size: 24px;
  }
}
