/*!
Theme Name: Indium Software
Author: Indium Software
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: indium-software
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Indium Software is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 @font-face {
  font-family: 'CircularStd-Bold';
  src: url('https://indiumsoftware.com/wp-content/themes/indium-software/fonts/CircularStd-Bold.woff');
  font-display: swap;
 }
 @font-face {
	font-family: 'GraphikRegular';
	src: url('https://indiumsoftware.com/wp-content/themes/indium-software/fonts/GraphikRegular.woff');
	font-display: swap;
 }
 @font-face {
 font-family: 'GraphikLight';
 src: url('https://indiumsoftware.com/wp-content/themes/indium-software/fonts/GraphikLight.woff');
 font-display: swap;
 }
 body {
  font-family: GraphikRegular;
  background:#fff;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
  margin: 0;
  color:#2C2B2B;
 }

 *, a {
  border: 0;
  outline: none;
 }

 a,a:hover,a:active{
  text-decoration: none;
 }
 b, strong{
  font-weight: bold;
 }

 .row {
  padding:0;
  margin:0;
 }

 ul {
  padding: 0px;
  margin: 0px;
 }
 .container-footer{
   max-width: 1200px;
   margin: 0 auto;
   padding: 0;
   height: 100%;
 }
 .container{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
 }
 .container-inner{
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
 }
 .container-left{
  max-width: 1300px;
  height: 100%;
 }
 .container-smaller{
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  height: 100%;
 }
 .row {
  padding: 0;
  margin: 0;
 }

 .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  padding:0;
 }
 .columns{float:left;padding: 0 15px;}
.columns-1{width:8.333333333333334%;}
.columns-2{width:16.666666666666668%;}
.columns-3{width:25%;}
.columns-4{width:33.333333333333336%;}
.columns-5{width:41.666666666666664%;}
.columns-6{width:50%;}
.columns-7{width:58.333333333333336%;}
.columns-8{width:66.66666666666667%;}
.columns-9{width:75%;}
.columns-10{width:83.33333333333333%;}
.columns-11{width:91.66666666666667%;}
.columns-12{width:100%;}
 h1, h2, h3, h4, h5, h6, p {
  margin:0;
  padding:0;
 }
 ul, ol {
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 18px;
  list-style: none;
 }
 ul li, ol li {
	 font-family: GraphikRegular;
  color: #2C2B2B;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
 }
 p{
 	font-family: GraphikRegular;
 	font-size: 16px;
 	line-height: 24px;
 	color: #2C2B2B;
 	padding-bottom: 20px;
 }
 h1, h2, h3, h4, h5, h6{
 	font-family: CircularStd-Bold;
 	color: #000;
 	padding-bottom: 20px;
 	font-weight: bold;
 }
 h3{
 	font-size: 35px;
 	line-height: 40px;
 	padding-bottom: 20px;
 }
 a:hover, a{
 	text-decoration: none;
 }
 img {
  max-width: 100%;
  height: auto;
  border: none;
 }

 .clearfloat {
  height: 0;
  line-height: 0;
  clear: both;
 }
 /*-------------------------------*/
 /* Navigation                    */
 /*-------------------------------*/
 li.nav-item {
 		margin: 0 0 0 10px;
 }

 ul.navbar-nav.ml-auto {
 		padding: 0;
 		justify-content: center;
 		align-items: center
 }

 .dropdown-menu .nav-link {
 		display: inline-block
 }

 .custom-logo-link img,
 a.navbar-brand img {
 		width: 150px;
 }

 .navbar-light .navbar-nav .nav-link {
 		position: relative;
 		color: #000;
 		padding: 0 0 4px 0;
 		margin: 4px 16px 0 8px;
 		font-weight: 500;
 		font-size: 16px;
 	  text-transform: uppercase;
 }

 .navbar-light .navbar-nav .nav-link:hover {
 		color: #000;
 }

 .navbar-light .navbar-nav li.nav-item.tel .nav-link:hover {
 		color: #26b1fc;
 }
 .nav-link-ltr::before {
 		width: 0%;
 		bottom: 0;
 }

 .nav-link-ltr:hover::before {
 		width: 100%;
 }

 .header {
 		width: 100%;
 		z-index: 1002;
 		margin: 0;
 		padding: 20px 0;
 }

 .header.sticky {
 		background-color: #fff;
 		box-shadow: 0 0 2rem rgba(0, 0, 0, .1);
 }

 .navbar-toggler {
 		color: #fff;
 		height: 30px;
 		width: 30px;
 		cursor: pointer;
 		padding: 0;
 		border-radius: 0;
 		border: none;
 }

 .navbar-toggler span {
 		width: 20px;
 		height: 2px;
 		margin-bottom: 3px;
 		background-color: #0b354b;
 		display: block;
 }

 button:focus {
 		outline: none;
 }

 .navbar-toggler span.bar1 {
 		-ms-transform: rotate(45deg);
 		-webkit-transform: rotate(45deg);
 		-moz-transform: rotate(45deg);
 		-o-transform: rotate(45deg);
 		transform: rotate(45deg);
 		-ms-transform-origin: 1px 3px;
 		-webkit-transform-origin: 1px 3px;
 		-moz-transform-origin: 1px 3px;
 		-o-transform-origin: 1px 3px;
 		transform-origin: 1px 3px;
 		width: 24px;
 }

 .navbar-toggler span.bar2 {
 		-ms-transform: rotate(-360deg) scale(0);
 		-webkit-transform: rotate(-360deg) scale(0);
 		-moz-transform: rotate(-360deg) scale(0);
 		-o-transform: rotate(-360deg) scale(0);
 		transform: rotate(-360deg) scale(0);
 }

 .navbar-toggler span.bar3 {
 		-ms-transform: rotate(-45deg);
 		-webkit-transform: rotate(-45deg);
 		transform: rotate(-45deg);
 		-ms-transform-origin: 9px 2px;
 		-webkit-transform-origin: 9px 2px;
 		transform-origin: 9px 2px;
 		width: 24px;
 }

 .navbar-toggler.collapsed span.bar1,
 .navbar-toggler.collapsed span.bar2,
 .navbar-toggler.collapsed span.bar3,
 .navbar-toggler.collapsed span.bar4 {
 		-ms-transform: none;
 		-webkit-transform: none;
 		transform: none;
 		width: 25px;
 }
 ul.navbar-nav{
	 padding-left: 60px;
 }
 .navbar-toggler * {
 		-ms-transition: all 0.4s ease;
 		-webkit-transition: all 0.4s ease;
 		-moz-transition: all 0.4s ease;
 		-o-transition: all 0.4s ease;
 		transition: all 0.4s ease;
 }

 .dropdown-menu li.features .nav-link {
 		display: block;
 		text-align: center;
 }
 body .wp-megamenu-wrap .wpmm-nav-wrap > ul, .wpmm-main-wrap-primary{
   height: 100%;
 }
 body .wp-megamenu-wrap .wpmm-nav-wrap > ul{
   top: 30%;
 }
 body .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a{
   text-transform: uppercase;
 }
 .table{
 		 display: table;
 		 width: 100%;
 		 height: 100%;
 		 margin: 0!important;
 	 }
  .table-inner{
  display: table-cell;
  vertical-align: middle;
  }
  /*styling open close button*/
 .button {
  display:inline;
  position:absolute;
  right:50px;
  top:20xpx;
  z-index:999;
  font-size:30px;
 }
 .button a {
  text-decoration:none;
 }
 .btn-open:after {
  color:#191919;
  content:"\f0c9";
  font-family:"FontAwesome";
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
 }
 .btn-close:after {
  color:#fff;
  content:"\f00d";
  font-family:"FontAwesome";
  transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
 }
 .btn-close:hover:after {
  color: #fff;
 }
 #wp-megamenu-primary{
   position: fixed;
   width: 100%;
   top: 0;
   box-shadow: 0 4px 12px -6px #1e1e1e;
   z-index: 100;
   margin-top: 34px;
   padding: 0 20px;
 }
 #wp-megamenu-primary ul li a{
   transition: all 0.5s;
 }
 #wp-megamenu-primary ul li.current_page_item a, #wp-megamenu-primary ul li:hover a,  #wp-megamenu-primary ul li.current-menu-ancestor a{
   font-family: CircularStd-Bold;
   transition: all 0.5s;
 }
 #wp-megamenu-primary ul li:hover ul.wp-megamenu-sub-menu li a{
   font-family: GraphikRegular!important;
   color: #fff!important;
 }
 .ticker{
   background: #2f3c7f;
   text-align: center;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 1000;
 }
  .ticker p, .ticker a, .ticker a:hover, .ticker *{
    color: #fff;
    padding: 5px 0;
  }
  .ticker a, .ticker a:hover{
    padding: 5px 15px;
    background: #f06a3e;
    margin-left: 10px;
   border-radius: 6px;
  }
  .ticker a:hover{
    background: #fff;
    color: #2f3c7f;
    transition: all 0.5s;
  }
 .wpmm_mobile_menu_btn{
   background: #1e1e1e;
 }
 .page-id-330 #wp-megamenu-primary, .page-id-322 #wp-megamenu-primary, .page-id-325 #wp-megamenu-primary{
   background: none!important;
 }
 .page-id-330 #wp-megamenu-primary ul li a, .page-id-322 #wp-megamenu-primary ul li a, .page-id-325 #wp-megamenu-primary ul li a {
   color: #fff!important;
 }
  .parallax {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
  width: 100%;
  background-attachment: fixed!important;
  }
  .table{
 			display: table;
 			width: 100%;
 			height: 100%;
 			margin: 0!important;
 		}
  .table-inner{
 	display: table-cell;
 	vertical-align: middle;
  }
  a.main-button,
  input.main-button,
  div.main-button,
  button.main-button, #menu-primary-menu li.main-button a {
      font-size: 16px;
      color: #fff;
      padding: 10px 20px;
      text-align: center;
      display: inline-block;
      font-family: CircularStd-Bold;
      text-transform: capitalize;
      transition: 0.5s;
      background: #F06A3E;
      border-radius: 6px;
  }

    div.main-button{
      margin: 0 auto 30px;
      cursor: pointer;
    }
  a.main-button:hover,
  input.main-button:hover,
  div.main-button:hover,
  button.main-button:hover,  #menu-primary-menu  li.main-button a:hover {
      background: #F06A3E;
  }
  a.main-button:hover, #menu-primary-menu  li.main-button a:hover, div.main-button:hover, div.main-button:hover, .video input.main-button:hover {
    background: #2f3c7f!important;
    transition: all 0.5s!important;
  }
  .wp-megamenu-wrap .wpmm-nav-wrap > ul > li{
    padding: 0;
  }
  ul.wp-megamenu-sub-menu {
    background: #2f3c7f!important;
    border-radius: 10px;
    box-shadow: 0 4px 36px 0 rgb(10 10 10 / 25%)!important;
}
ul.wp-megamenu-sub-menu li{
  padding: 0;
}
ul.wp-megamenu-sub-menu li a{
  font-size: 14px!important;
}
ul.wp-megamenu-sub-menu li, ul.wp-megamenu-sub-menu li a{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
ul.wp-megamenu-sub-menu li:last-child{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
ul.wp-megamenu-sub-menu li a, ul.wp-megamenu-sub-menu li:hover a{
  padding: 20px!important;
}
 #menu-primary-menu li.main-button a{
  color: #fff!important;
}
ul.wp-megamenu-sub-menu li:hover, ul.wp-megamenu-sub-menu li.current_page_item {
  background: #1e1e1e;
  transition: all 0.5s;
}
 ul.wp-megamenu-sub-menu li:hover a,  ul.wp-megamenu-sub-menu li a:hover, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li:hover>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.current-menu-ancestor>a, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li.active>a, .wpmm-woo-product-category ul li.cat-list a:hover, .wpmm-woo-product-category.layout_2 ul li a:hover, #wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a{
   color: #fff!important;
 }
 #menu-primary-menu li.wpmm_dropdown_menu a{
   position: relative;
   text-transform: uppercase!important;
   font-size: 14px!important;
   padding: 15px 8px;
   transition: all 0.5s;
 }
 #wp-megamenu-primary ul li:hover ul.wp-megamenu-sub-menu li a{
   text-transform: none!important;
 }
 #menu-primary-menu li.menu-item-has-children a::after{
   display: inline-block!important;
    margin-left: .255em!important;
    vertical-align: .255em!important;
    content: ""!important;
    border-top: .3em solid!important;
    border-right: .3em solid transparent!important;
    border-bottom: 0!important;
    border-left: .3em solid transparent!important;
 }
  #menu-primary-menu li.menu-item-has-children ul.wp-megamenu-sub-menu li a::after{
    display: none!important;
  }
  a.cta{
    margin-left: 15px;
  }
 a.arrow-button{
  color: #000;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
  font-family: CircularStd-Bold;
  font-weight: bold;
 }
 a.arrow-button i, a.main-button i, p.main-button i{
  color: #fff;
  transition: all 0.5s;
  padding-left: 5px;
 }
 .team-inner a.arrow-button{
   margin-top: 20px;
 }
 .team-inner a.arrow-button i, .job-inner a.arrow-button i{
   color: #000;
 }
 a.arrow-button:hover i, a.main-button:hover i, p.main-button:hover i, .job-inner a.arrow-button:hover i{
  transform: translate3d(6px,0,0);
  transition: all 0.3s;
 }
 .team-inner a.arrow-button:hover i{
   transform: none!important;
   transition: all 0.3s;
 }
 a.block{
  display: block;
 }
  h2{
 	font-size: 37px;
 	line-height: 42px;
 	color: #000;
 	padding-bottom: 20px;
  }
  .services-banner, .homepage-banner, .career-banner{
    margin-top: 145px;
 	height: 470px;
 	background-position: center!important;
 	background-size: cover!important;
  padding: 60px 0;
  }
  .single-post-main .single-post-banner, .page-id-5373 .con, .team-inner, .job-inner{
    margin-top: 145px;
  }
  .career-banner{
    height: 500px;
  }
  .single-post-main .single-post-banner img{
    width: 100%;
    height: 470px;
    object-fit: cover;
  }
  .team-inner h1, .team-inner p{
    padding-bottom: 10px;
  }
  .team-inner img{
    width: 100%;
    height: auto;
    transition: all 0.5s;
  }
  .team-inner h1{
    font-size: 32px;
    line-height: 38px;
  }
  .team-inner .sep{
    padding: 30px 0;
    margin: 30px 0 0;
    border-top: 1px solid #000;
  }
  .team-inner .sep h4{
    text-transform: uppercase;
  }
  .single-post-main .single-post-banner .caption-inner{
    background: #1a1a1a;
    padding: 30px;
  }
  .single-post-main .single-post-banner .caption-inner h3.cat{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
  }
  .single-post-main .single-post-banner .caption-inner h1{
    font-size: 40px;
    line-height: 48px;
  }
  .single-post-main .single-post-banner .caption-inner .date-author p.date, .single-post-main .single-post-banner .caption-inner .date-author p.author{
    display: inline-block;
    padding: 0 10px;
  }
  .single-post-main .single-post-content figure, .single-post-main .single-post-content img{
    width: 100%;
    height: auto;
  }
  .single-post-main .single-post-content h3{
    font-size: 35px;
    line-height: 40px;
  }
  .single-post-main .single-post-content .quote img{
    width: 80px;
    position: absolute;
    top: -20px;
    background: #fff;
    padding: 0px 10px;
  }
  .single-post-main .single-post-content .quote blockquote{

  }
  .single-post-main .single-post-content .quote blockquote p{
    color: #000;
    font-style:italic;
    padding: 0;
  }
  .single-post-main .single-post-content .quote cite{
    font-family: CircularStd-Bold;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    color: #000;
    position: absolute;
    right: 20px;
    padding: 0 10px;
    bottom: -10px;
    background: #fff;
  }
  .single-post-content .widget-content{
    padding: 30px;
    background: #f6f6f6;

  }
  .single-post-main .single-post-banner .caption-inner
  .career-banner{
    height: 600px;
  }
  .homepage-banner{
    height: 100%;
    text-align: center;
    padding: 0;
    position: relative;
  }
  .homepage-banner .close-icon {
    background: #F06A3E;
    padding: 5px;
    display: inline-block;
    width: 30px;
    margin-bottom: 20px;
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s;
}
.homepage-banner .without-tab .slide-content{
  top: 33%;
}
.homepage-banner .close-icon:hover{
  background: #2f3c7f;
  transition: all 0.5s;
}
.homepage-banner .close-icon{
  right: 0;
}
.homepage-banner .close-icon img{
  height: auto!important;
}
  .services-banner.full-banner{
    height: 100vh;
    margin: 0;
  }
  .services-banner h1, .homepage-banner h2{
 	 color: #fff;
 	 font-size: 37px;
 	 line-height: 42px;
  }
  .homepage-banner h2{
    font-size: 44px;
    line-height: 48px;
  }
  .services-banner p{
    color: #fff;
    font-size: 20px;
    line-height: 38px;
  }
  .career-banner p, .career-banner h1{
    padding-bottom: 40px;
  }
  .homepage-banner p{
    color: #fff;
    font-size: 20px;
    line-height: 28px;
  }
  .homepage-banner p.bold{
    font-family: CircularStd-Bold;
  }
  .homepage-banner .tabs-nav{
    margin-top: -25%;
  }
  .homepage-banner .tabs-nav ul{
    border-radius: 10px;
    display: inline-block;
    background: #1a1a1a8c;
  }
  .homepage-banner .tabs-nav ul li{
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
    float: left;
  }
  .homepage-banner .tabs-nav ul li a{
    display: block;
    padding: 25px;
    position: relative;
    cursor: pointer;
  }
  .homepage-banner .tabs-nav ul li a h6{
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    color: #fff;
  }
  .homepage-banner .tabs-nav ul li a.active h6,   .homepage-banner .tabs-nav ul li a:hover h6{
    color: #F06A3E;
  }
  .homepage-banner .tabcontent {
  display: none;
  height: 100%;
  }
.homepage-banner .tabs-nav ul li a.devops::after{
  bottom: -22px;
}
  .homepage-banner .tab-pane{
    text-align: left;
  }
  .homepage-banner .tab-pane h3{
    font-size: 35px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    float: right;
  }
  .homepage-banner .bx-wrapper .bx-next,
  .homepage-banner .bx-wrapper .bx-next:focus {
      background: url(https://indiumsoftware.com/wp-content/uploads/2021/07/Logos-08.png) no-repeat;
      background-position: center center!important;
      right: -0px;
      background-size: 40px;
  }
  .homepage-banner .bx-wrapper .bx-controls-direction a {
      width: 40px;
      height: 40px;
      bottom: 0!important;
  }

  .homepage-banner .bx-wrapper .bx-prev,
  .homepage-banner .bx-wrapper .bx-prev:focus {
      background: url(https://indiumsoftware.com/wp-content/uploads/2021/07/Logos-07.png) no-repeat;
      background-position: center center;
      left: -0px;
      background-size: 40px;
  }
  .homepage-banner .slide-content{
    position: absolute;
    top: 15%;
    width: 100%;
    height: 100%;
  }
  .homepage-awards img{
    padding-bottom: 20px;
  }
  .homepage-awards p{
    color: #8c8888;
  }
 	.sub-services, .homepage-posts, .homepage-two-section, .homepage-hiring, .homepage-awards, .maps,  .team, .testimonial-image, .counter, .contact, .video, .logos, .pov, .blog2, .full-width-image, .section-image, .about-section, .life, .four-column-dark, .five-column-dark, .tools, .values, .single-post-main .single-post-content, .team-inner, .job-main, .job-inner, .sitemap, footer{
 	padding: 60px 0;
 	position: relative;
  }
  .breadcrumbs{
    padding: 30px 0 0;
  }
  .breadcrumbs .strip{
    background: #f6f6f6;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
  }
  .breadcrumbs a{
    color: #000;
    font-family: CircularStd-Bold;
  }
  .page-id-781 .breadcrumbs, .page-id-781 .breadcrumbs .strip{
    background: #1e1e1e;
  }
  .page-id-781 .breadcrumbs a, .page-id-781 .breadcrumbs span, .page-id-781 .breadcrumbs *{
    color: #fff;
  }
  .con, .page-id-412 .about-section{
    padding: 60px 0 0;
  }
  .con h2{
    font-size: 37px;
    line-height: 42px;
    padding: 0;
  }
  .con form{
    padding: 40px;
    background: #fff;
    box-shadow: 0 13.5px 27px -5.4px rgb(50 50 93 / 25%), 0 8.1px 16.2px -8.1px rgb(0 0 0 / 30%);
    margin: 0 0 30px;
  }
  .quote{
    margin: 60px 0;
    border: 1px solid #f06a3e;
    padding: 60px 30px;
    border-radius: 10px;
    position: relative;
  }
  .newsletter{
    padding: 60px 0 30px;
  }
  .homepage-awards{
    padding: 0 0 60px;
  }
  .sub-services{
    text-align: center;
    background-position: right!important;
    background-repeat: no-repeat;
    height: 100%;
  }
  .sub-services h2, .homepage-posts h2, .team h2, .pov h2, .tools h2, .values h3, .blog2 h2, .maps h2, .job-main h2{
    font-size: 37px;
    line-height: 42px;
    text-align: center;
  }
  .sub-services .space, .homepage-posts .space, .team .space, .newsletter .space, .homepage-awards .space, .about-section .pad .space, .five-column-dark .space, .values .space, .job-main .space{
    padding: 15px;
  }
  .five-column-dark .space, .four-column-dark .space{
    padding: 30px;
  }
  .four-column-dark p{
    font-size: 14px;
    line-height: 24px;
    color: #faf9f6;
  }
  .four-column-dark h4{
    font-size: 20px;
    line-height: 24px;
    font-family: GraphikRegular;
    font-weight: normal;
  }
  .logos .space{
    padding: 20px;
  }
  .sub-services .gap, .five-column-dark .pad{
    padding: 10px 0 30px;
    justify-content: center;
  }
  .sub-services .sub-services-inner a{
    padding: 30px;
    text-align: left;
    box-shadow: 0 10px 25px rgb(214 214 214 / 100%);
    border-radius: 10px;
		background: #fff;
    position: relative;
    transition: all 0.5s;
  }
  .sub-services .sub-services-inner a.non-clickable{
    cursor: auto;
  }
  .sub-services .sub-services-inner a:hover {
    box-shadow: 0 10px 25px rgb(214 214 214 / 40%);
    transition: all 0.5s;
}
.sub-services .sub-services-inner a.non-clickable:hover{
  box-shadow: 0 10px 25px rgb(214 214 214 / 100%);
}
  .sub-services.dark .sub-services-inner a{
    box-shadow: 0 10px 25px rgb(47 60 127 / 80%);
    background: #2f3c7f;
  }
  .sub-services .sub-services-inner img{
    padding-bottom: 20px;
  }
  .sub-services .sub-services-inner img{
    width: auto;
    height: auto;
  }
  .sub-services .sub-services-inner h5{
    font-size: 20px;
    line-height: 28px;
  }
  .sub-services .sub-services-inner p{
    font-size: 16px;
    line-height: 24px;
  }
  .sub-services .sub-services-inner a.services-link, .team-inner p:last-child{
    padding: 0;
  }
  .sub-services .sub-services-inner a.services-link img{
    width: 100%;
    height: 100%;
    padding: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .sub-services .sub-services-inner a.services-link img.icon{
    width: auto;
    height: auto;
    padding-bottom: 20px;
  }
  .sub-services .sub-services-inner .services-space{
    padding: 30px;
  }
  p.read-more, .sub-services.dark p.read-more{
		font-family: CircularStd-Bold;
    color: #F06A3E;
    padding: 0;
    position: absolute;
    bottom: 20px;
    transition: all 0.5s;
  }
  .sub-services .sub-services-inner a:hover p.read-more{
    color: #2f3c7f;
    transition: all 0.5s;
  }
  p.title{
    text-transform: uppercase;
    font-size: 12px!important;
    line-height: 14px!important;
    padding-bottom: 10px;
    text-align: center;
  }
  .homepage-posts .pad, .homepage-two-section-image .pad, .about-section .pad, .four-column-dark .pad, .five-column-dark .pad, .values .pad{
    padding-top: 30px;
  }
  .homepage-posts a.block{
    transition: all 0.5s;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgb(214 214 214 / 80%);
  }
  .homepage-posts.home, .homepage-hiring, .homepage-awards, .full-width-image, .services-banner.about-banner, .career-banner .text-center, .career-video, .four-column-dark, .five-column-dark, .values, .homepage-posts.homepage, .logos h3, .about-section, .single-post-main .single-post-banner .caption-inner, .homepage-posts a.block .read{
    text-align: center;
  }
  .homepage-posts.homepage{
    padding: 80px 0;
  }
  .homepage-posts.home a.block .homepage-posts-inner, .about-testimonial .about-test-contain .bx-wrapper .bx-pager{
    text-align: left;
  }
  .homepage-posts a.block img{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .homepage-posts a.block .homepage-posts-contain{
    margin-top: -10px;
    position: relative;
    z-index: 10;
  }
  .homepage-posts a.block .homepage-posts-contain{
    border-radius: 10px;
  }
  .homepage-posts a.block .homepage-posts-inner{
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
  }
  .homepage-posts.posts-read a.block .homepage-posts-contain .read, .homepage-posts.posts-read a.block:hover .homepage-posts-contain .homepage-posts-inner{
    display: none;
    transition: all 0.5s;
  }
  .homepage-posts.posts-read a.block:hover .homepage-posts-contain .read{
    display: block;
    transition: all 0.5s;
  }
  .homepage-posts.posts-read a.block:hover .homepage-posts-inner, .homepage-posts.posts-read a.block:hover .homepage-posts-contain{
    background: #2f3c7f;
    transition: all 0.5s;
  }

  .homepage-posts.home a.block .homepage-posts-inner{
    padding: 20px;
  }
  .homepage-posts a.block p span{
    color: #5a5a5a;
    font-size: 14px;
    line-height: 16px;
    padding-right: 20px;
  }
  .homepage-posts a.block p span:last-child{
    padding: 0;
  }
  .homepage-posts a.block p img{
    display: inline-block;
    width: 15px;
  }
  .homepage-posts a.block h4{
    font-size: 18px;
    line-height: 24px;
  }
  .homepage-posts.home a.block h4{
    font-size: 18px;
    line-height: 20px;
    padding-left: 10px;
    padding-bottom: 0;
  }
  .homepage-posts.home a.block p{
    padding: 0;
  }
  .homepage-posts a.block span.read-more{
    float: right!important;
    font-family: CircularStd-Bold;
    color: #F06A3E;
    margin-top: 8px;
  }
  .homepage-posts a.block .read{
    padding: 20px;
  }
  .homepage-posts a.block .read span.read-more{
    float: none!important;
    color: #fff;
    font-family: GraphikRegular;
  }
  .homepage-posts a.block  p.tags-more{
    padding: 0;
  }
  .homepage-case .homepage-posts-inner{
    background: #f4f8ff!important;
  }
  .homepage-case a.block:hover{
    box-shadow: none!important;
  }
  .homepage-case a.block:hover div.main-button{
    background: #2f3c7f!important;
    transition: all 0.5s;
  }
   .homepage-banner .tabs-nav ul li a img, .homepage-banner .slide-content img.icon {
     padding-bottom: 10px;
     width: 30px;
   }
   .homepage-banner .tabs, .homepage-banner .slider,  .homepage-banner .tab-content, .homepage-banner .slide-inner, .homepage-banner .slide-image,  .homepage-banner .slide-image img{
     height: 100%;
   }
   .homepage-banner img.image{
     width: 100%;
     height: 100%;
   }
   .homepage-banner .slide-content img.arrow{
     padding-top: 20px;
   }
   p.number{
     color: #d4dae7;
     padding-bottom: 10px;
     text-align: center;
   }
   .homepage-posts.homepage a.block{
     text-align: left;
   }
   .page-id-781 .homepage-posts.homepage a.block{
     box-shadow: 0 10px 25px rgb(30 30 30 / 80%);
   }
   .homepage-two-section{
     background-position: right!important;
     height: 100%;
   }
   .page-id-412 .homepage-two-section{
     margin-top: 15%;
   }
   .homepage-two-section img{
     border-radius: 10px;
     box-shadow: 0 10px 25px rgb(214 214 214 / 80%);
   }
   .homepage-two-section h3, .homepage-posts.home h3, .homepage-posts.homepage h3{
     font-size: 35px;
     line-height: 40px;
     text-align: center;
   }
   .homepage-posts.homepage h3{
     text-align: left;
     display: inline-block;
     padding-right: 20px;
   }
   .homepage-posts.homepage a.arrow-button{
     display: inline-block;
     text-transform: uppercase;
     font-size: 12px;
     line-height: 14px;
     float: right;
     padding-top: 20px;
   }
   .homepage-posts.homepage a.arrow-button i{
     color: #000;
   }
   .homepage-two-section .homepage-two-inner{
     max-width: 400px;
     margin: 40px auto;
   }
   .homepage-two-section .homepage-two-inner p:last-child{
     padding: 0;
   }

  .team{
    height: 100%;
  }
  .team .block{
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
      box-shadow: 0 10px 25px rgb(214 214 214 / 80%);
  }
  .team .block-contain{
    margin-top: -10px;
    position: relative;
    z-index: 10;
  }
  .team img{
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }

  .team h4{
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .team p.desig{
    font-size: 14px;
    line-height: 16px;
    color: #595959;
  }
  .team-inner img{
    border-radius: 10px;
  }
  .team p{
    font-size: 16px;
    line-height: 24px;
  }
  .team ul{
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
    display: block!important;
    border-top: 1px solid #f6f4f3;
  }
  .team ul li{
    display: inline-block;
    padding: 0 10px 0 0;
  }
  .team ul li a{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 5px;
    display: block;
    text-align: center;
    background: #e8f0fc;
  }
  .team-tabs ul li a{
    height: auto;
  }
  .team ul li i{
    color: #F06A3E;
    font-size: 12px;
    text-align: center;
  }
  .homepage-posts, .team, .testimonial-image, .pov, .homepage-awards, .homepage-hiring{
    background-size: cover!important;
    background-repeat: no-repeat!important;
  }
  .testimonial-image{
    height: 470px;
  }
  .testimonial-image .row{
    height: 100%;
  }
  .testimonial-image h3{
    font-size: 28px;
    line-height: 42px;
    padding: 0;
    color: #fff;
    font-family:GraphikLight;
  }
  .testimonial-video video, .services-video video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    top: 0;
  }
  .single-post .homepage-posts a.block img{
    height: 225px;
    object-fit: cover;
  }
  .single-post .homepage-posts p.tags-more img, .single-post .homepage-posts p.p-height img{
    height: auto;
  }
  .testimonial-video .video-content, .services-video .video-content{
    position: relative;
    z-index: 100;
  }
  .counter .counter-background{
    padding: 60px 0;
    background-color: #2f3c7f;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .counter *, .newsletter h3, .contact *, .pov.pov-image *, .homepage-hiring *, .homepage-hiring p.number, .section-image *, .four-column-dark *, .five-column-dark *, .sub-services.dark h5, .sub-services.dark p, .values *, .page-id-781 .homepage-posts.homepage p.number, .page-id-781 .homepage-posts.homepage h3, .page-id-781 .homepage-posts.homepage a.arrow-button, .page-id-781 .homepage-posts.homepage a.arrow-button i, .divider p a, .divider p a:hover, .single-post-main .single-post-banner .caption-inner *, #wp-megamenu-primary .wpmm_mobile_menu_btn{
    color: #fff;
  }
  .homepage-posts a.block:hover .homepage-posts-inner h4, .sub-services.dark p strong{
    color: #000;
  }
  .homepage-hiring{
    height: 100%;
  }
  .homepage-hiring p{
    font-size: 18px;
    line-height: 24px;
  }
  .counter h4{
    font-size: 54px;
    line-height: 58px;
    padding-bottom: 5px;
  }
  .counter h6{
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .counter p{
    font-size: 16px;
    line-height: 24px;
  }
  .counter .counter-inner{
    padding: 0 50px;
    border-right: 2px solid #fff;
  }
  .counter .counter-inner:last-child{
    border: none;
  }
  .newsletter, .logos{
    background: #2f3c7f;
  }

  .newsletter h3{
    font-size: 32px;
    line-height: 36px;
    padding: 0;
  }
  .newsletter input{
    background: #fff;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
  }
  .newsletter input.main-button{
    background: #F06A3E;
  }
  .contact .contact-background{
    padding: 60px;
    background-color: #f06a3e;
    border-radius: 10px;
    box-shadow: 0 10px 35px rgb(215 208 220 / 80%);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .contact h3{
    font-size: 35px;
    line-height: 40px;
  }
  .contact .space{
    padding: 0 30px;
  }
  .contact input, .contact textarea{
    border-radius: 10px;
    padding: 10px;
    color: #cac8c7;
    width: 100%;
  }
  .con input, .con textarea, .con select{
    border-radius: 10px;
    padding: 10px;
    color: #cac8c7;
    background: #f7f9fb;
    margin-bottom: 20px;
    width: 100%;
  }
  .con input.main-button{
    width: 200px;
  }
  .about-form-contain input{
    width: 100%;
    border-radius: 10px;
    padding: 10px;
  }
  .con input.main-button{
    background: #f06a3e;
    color: #fff;
  }
  .con select{
    color: #222;
  }
  .contact input.main-button,   .contact input.main-button:hover{
    background: #000;
    width: 100%;
    text-align: center;
  }
  .video{
    background: #f5f7ff;
  }
  .page-id-6140 .video{
    background: #fff;
  }
  .video .space, footer .space, .blog2 .space, .homepage-two-section-image .space, .section-image .space, .about-section .space, .single-post-content .space, .team-inner .space, .job-inner .space{
    padding-right: 30px;
  }
  .copyrights .space{
    padding-right: 20px;
  }
  .blog2 .space:last-child, .homepage-two-section-image .space:last-child{
    padding: 0;
  }
  .video .video-inner{
    height: 100%;
    margin: 0 auto;
  }
  .video img{
    width: 100%;
    height: 100%;
  }
  .news a.block{
    box-shadow: none;
    border-radius: 0px;
    background: none;
    padding: 0;
  }
  .news h6{
    padding-bottom: 10px;
  }
  .news p{
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .news p a{
    color: #2C2B2B;
  }
  .news p:last-child{
    padding: 0;
  }
  .news .space{
    padding: 0 30px;
    border-right: 2px solid #2f3c7f;
  }
  .news .space:last-child{
    border: none;
  }
  .bx-wrapper {
  border: none!important;
  margin: 0!important;
  box-shadow: none!important;
  background: none!important
}
.logos .bx-wrapper .bx-next,
.logos .bx-wrapper .bx-next:focus {
    background: url(https://indiumsoftware.com/wp-content/uploads/2021/07/Logos-08.png) no-repeat;
    background-position: center center!important;
    right: -45px;
    background-size: 40px;
}
.logos .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    bottom: 0!important;
}

.logos .bx-wrapper .bx-prev,
.logos .bx-wrapper .bx-prev:focus {
    background: url(https://indiumsoftware.com/wp-content/uploads/2021/07/Logos-07.png) no-repeat;
    background-position: center center;
    left: -45px;
    background-size: 40px;
}
.pov .pov-inner{
  max-width: 800px;
  margin: 0 auto;
}
.pov.parallax{
  height: 470px  !important;
}
.pov.pov-image p{
  font-size: 16px;
  line-height: 26px;
}
.pov.pov-image.povcontent p{
  font-size: 22px;
  line-height: 34px;
}
.blog2 .mainspace{
  background: #fff;
  max-width: 350px;
  margin: 0 auto;
}
.blog2 p.cat{
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  background: #F06A3E;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-family: CircularStd-Bold;
}
.blog2 h4{
  font-size: 32px;
  line-height: 36px;
  padding-bottom: 10px;
}
.blog2 p{
  padding: 0 0 10px;
}
.blog2 img.arrow{
  width: 40px;
}
.blog2 .blog-main-inner{
  position: relative;
  box-shadow: 0 10px 25px rgb(111 109 109 / 80%);
  border-radius: 10px;
  transition: all 0.5s;
}
.blog-main-inner img{
  border-radius: 10px;
  height: 350px;
object-fit: cover;
}
.blog-arrow1 {
    transform: translate(-50%, -50%) rotate(
45deg
);
    padding: 20px;
    background-color: #fff;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: -40px;
        background-position: right!important;
}
.blog2 .blog-small a.block{
  position: relative;
  box-shadow: 0 10px 25px rgb(111 109 109 / 80%);
  border-radius: 10px;
  transition: all 0.5s;
}
.blog2 .blog-small a.block:hover, .blog2 a.block:hover .blog-main-inner{
  box-shadow: 0 10px 25px rgb(111 109 109 / 40%);
  transition: all 0.5s;
}
.blog2 .blog-small{
  padding: 30px 0 0;
}
.blog2 .blog-small .image-contain{
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.blog2 .blog-main img.image{
  height: 450px;
  width: 100%;
  border-radius: 10px;
}
.blog2 .blog-small .image-contain img{
  height: 100%;
  border-radius: 10px;
  height: 280px;
  object-fit: cover;
}
.blog2 .blog-small .content{
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
  z-index: 10;
  padding: 20px;
  box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 50%);
  width: 100%;
  border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.blog2 .blog-small p.cat{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-top-left-radius: 6px;
}
.blog2 .blog-small .content h4{
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  color: #fff;
}
.blog2 .blog-small .content img{
  float: right;
  width: 30px;
}
.team-tabs .tabs-nav ul li{
  margin-right: 15px;
  display: inline-block;
  padding: 0;
}
.team-tabs .tabs-nav ul{
  padding-bottom: 30px;
}
.team-tabs .tabs-nav ul li a{
  color: #fff;
  padding: 10px 20px;
  transition: all 0.5s;
  display: block;
  background: #2f3c7f;
  border-radius: 10px;
  width: 100%;
}
.team-tabs .tabs-nav ul li.active a, .team-tabs .tabs-nav ul li:hover a{
  background: #F06A3E;
  transition: all 0.5s;
}
.about-section h3, .about-testimonial h3{
  font-size: 35px;
  line-height: 40px;
}
.about-testimonial input.main-button:hover, .newsletter input.main-button:hover, .contact-background input.main-button:hover{
  background: #fff;
  color: #2f3c7f;
}
.about-section h4{
  color: #F06A3E;
  font-size: 46px;
  line-height: 50px;
  padding-bottom: 10px;
}
.about-section h6{
  font-size: 17px;
  line-height: 24px;
  padding: 0;
}
.about-section .content{
  max-width: 300px;
  margin: 0 auto;
}
.section-image .content, .about-testimonial .about-test-contain{
  max-width: 450px;
}
.about-testimonial .about-test-contain{
  margin: 80px auto;
}
.about-testimonial .about-test-contain .testimonial-inner{
  background: #fff;
  padding: 30px;
}
.about-testimonial .about-test-contain .testimonial-inner p.designation{
  padding: 0;
}
.about-testimonial .about-test-contain .testimonial-inner h6{
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}
.about-testimonial .about-test-contain .bx-wrapper .bx-pager.bx-default-pager a{
  border-radius: 2px;
  background: #e2e4e8;
  width: 40px;
  height: 5px;
  transition: all 0.5s;
}
.about-testimonial .about-test-contain .bx-wrapper .bx-pager.bx-default-pager a.active, .about-testimonial .about-test-contain .bx-wrapper .bx-pager.bx-default-pager a:hover{
  background: #258aff;
  transition: all 0.5s;
}
.about-testimonial .about-form-contain{
  max-width: 470px;
  margin: 80px auto;
}
.about-testimonial .about-form-contain h3{
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}
.life h3, .life .life-inner p{
  color: #fff;
  text-align: center;
}
.life .life-inner{
padding: 15px;
display: inline-block;
}
.life .life-contain{
transition: all .5s ease-in-out;
  column-fill: initial;
  column-count: 3;
}
.life .life-inner .image, .life .life-inner .image img{
width: 100%;
height: 100%;
border-radius: 10px;
}
.life .life-inner .image{
  padding-bottom: 20px;
  border-radius: 10px;
}
.life .life-inner p{
  padding: 0;
}
.life .life-inner .position{
  display: block;
  position: relative;
  transition: all 0.5s;
}
.four-column-dark img, .five-column-dark img, .values img{
  padding-bottom: 20px;
}
 .four-column-dark h4{
  padding-bottom: 10px;
}
.four-column-dark h3, .five-column-dark h3{
  padding-bottom: 5px;
}
 .five-column-dark h6{
  font-size: 32px;
  line-height: 36px;
}
.four-column-dark h6{
  font-size: 20px;
  line-height: 24px;
}
.four-column-dark p, .five-column-dark p{
  padding: 0;
}
.tools .tab ul{
  display: block;
}
.tools .tab .tabs-nav{
  padding: 0 0 60px;
}
.tools .tab ul li{
  display: inline-block;
  border-bottom: 4px solid #ddd;
  transition: all 0.5s;
  padding-bottom: 20px;
  float: left;
}
.tools .tab ul li.active, .tools .tab ul li:hover{
  border-bottom: 4px solid #F06A3E;
  transition: all 0.5s;
}
.tools .tab ul li a{
  padding: 20px;
  display: block;
  border-right: 2px solid #ddd;
}
.tools .tab ul li a h6{
  font-size: 18px;
  line-height: 20px;
  padding: 0;
}
.values h3{
  padding-bottom: 10px;
}
.values .pad{
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
}
.values ul{
  display: block;
  padding: 0;
  margin: 0;
}
.values ul li{
  width: 13.66%;
  display: inline-block;
  text-align: left;
  float: left;
  margin-left: 3%;
}
.values ul li.step2{
  margin-top: 5%;
}
.values ul li.step3{
  margin-top: 10%;
}
.values ul li.step4{
  margin-top: 15%;
}
.values ul li.step5{
  margin-top: 20%;
}
.values ul li.step6{
  margin-top: 25%;
}
  .values ul li h4{
    font-size: 20px;
    line-height: 24px;
  }
  .values ul li p{
    font-size: 16px;
    line-height: 26px;
  }
  .career-video iframe{
    padding-top: 30px;
  }
  .full-width-image img, .life.career-video img, .video img{
    border-radius: 10px;
  }
  .section-image p{
    line-height: 32px;
  }
  .author_bio_section img.avatar{
    display: inline-block;
    margin-right: 20px;
    border-radius: 100%;
    width: auto;
  }
  .author_bio_section p.author_links{
    display: inline-block;
    padding: 0;
    font-family: CircularStd-Bold;
  }
  .author_bio_section p.author_links a, .author_bio_section p.author_links a:hover{
    color: #183b56;
    font-size: 18px;
    line-height: 24px;
  }
  .author_bio_section p.author_desc{
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0 0;
    color: #000;
  }
  .author_bio_section .author-details{
    border-top: 1px solid #edf0f7;
    border-bottom: 1px solid #edf0f7;
    padding: 15px 0;
  }
  .job-main .job-main-inner{
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: 3px solid #F06A3E;
  }
  .job-main .job-main-inner h3{
    font-size: 24px;
    line-height: 28px;
  }
  .job-main .job-main-inner h3 a{
    color: #000;
  }
  .job-inner a.arrow-button{
    padding-bottom: 10px;
  }
  .job-inner .pad{
    padding: 10px 0;
    border-top: 1px solid #f6f9fc;
  }
  .job-inner a.main-button{
    margin-top: 20px;
  }
  .job-inner .pad p{
    padding: 0;
  }
  .job-inner .pad img{
    width: 25px;
  }
  .job-inner .job-inner-desc h1{
    font-size: 32px;
    line-height: 36px;
  }
  .job-inner .job-inner-desc h3{
    font-size: 20px;
    line-height: 24px;
  }
  .job-inner .job-inner-desc ul{
    list-style-type: disc;
  }
  footer{
    background: #1a1a1a;
  }
  footer *, footer .copyrights a:hover{
    color: #fff;
  }
  footer h4, footer ul.cs-footer__nav li.main a, footer ul.cs-footer__nav li.main a:hover{
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2e2b2b;
    display: inline-block;
    margin-bottom: 10px;
    font-family: CircularStd-Bold;
  }
  footer ul.cs-footer__nav li.main{
    padding: 0;
  }
  footer ul.cs-footer__nav li.main::before{
    display: none;
  }
  footer p{
     font-family: GraphikLight;
  }
  footer ul.cs-footer__nav, ul.footer-links{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  footer ul.footer-links{
    display: block;
  }
  footer ul.footer-links li{
    width: 20%;
    float: left;
    display: inline-block;
  }
  footer ul.cs-footer__nav li{
    padding-bottom: 15px;
    position: relative;
    width: 100%;
    float: none;
    display: block;
  }
  footer ul.cs-footer__nav li a{
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-family: GraphikLight;
    color: #fff;
    transition: all 0.5s;
  }
  footer ul.cs-footer__nav li:hover a, footer ul.cs-footer__nav li.current_page_item a{
    color: #F06A3E;
    transition: all 0.5s;
  }
  footer .copyrights a img{
    width: 300px;
  }
  footer .copyrights a{
    padding-right: 10px;
  }
  footer .copyrights a.left{
    padding: 0;
    padding-left: 10px;
  }
  footer .copyrights a, footer .copyrights p{
    display: inline-block;
  }
  footer .copyrights p{
    font-size: 14px;
    line-height: 16px;
    padding: 0;
  }
  footer .widget-content{
    height: 100%;
  }
  p.share{
    padding-bottom: 10px;
  }
  .social ul, ul.share-buttons{
    padding: 0;
    margin: 0;
  }
.social ul li a i, ul.share-buttons li a i{
	color: #fff;
	font-size: 18px;
  padding: 0;

}
.social ul li, ul.share-buttons li{
  display: inline-block;
  padding: 0;
  padding-right: 5px;
  text-align: center;
}
 ul.share-buttons li{
   display: block;
   margin-bottom: 5px;
 }
.social ul li a, ul.share-buttons li a {
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 100%;
  padding: 3px;
  display: block;
}
.social ul li:hover a, ul.share-buttons li:hover a{
  background: #f06a3e;
}
.divider{
  border-top: 1px solid #fff;
  padding: 30px 0 0;
  margin: 30px 0 0;
  text-align: center;
}
.divider p{
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}
.divider p:last-child{
  padding: 0;
}
.divider p a{
  padding: 0 10px;
}
.divider p a:hover{
  color: #f06a3e;
}
.el {
  width: 100vw;
  height: 100vh;
  margin: 0;
  background-image: url(https://indiumsoftware.com/wp-content/uploads/2021/08/Home_Career-Banner-V2-01.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

  -webkit-mask-image: url(https://indiumsoftware.com/wp-content/uploads/2021/08/Indium-Mark-Black.svg);
  mask-image: url(https://indiumsoftware.com/wp-content/uploads/2021/08/Indium-Mark-Black.svg);
  mask-size: 50vmin;
  -webkit-mask-size: 50vmin;
  mask-repeat: no-repeat;
  mask-position:  center 50%;
  background-position: center!important;

  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center 50%;
}
.about-section h4{
  display: inline-block;
}
.about-section span{
  display: inline-block;
  color:#F06A3E;
  font-size: 46px;
  line-height: 50px;
}
.main-blog{
  margin-top: 145px;
  background: #f5f7ff;
  padding: 60px 0;
}
.main-blog form select, .job-main select{
  padding: 13px 20px;
  margin: 0 15px;
  border-radius: 10px;
}
.job-main .select-area, .job-main select option{
  overflow: hidden!important;
}
.job-main select{
  background: #f6f6f6;
}
.main-blog .content{
  background: #fff;
  padding: 30px;
  position: relative;
    height: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.main-blog .link{
  padding: 15px;
}
.main-blog .link .image{
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.main-blog .link .image img {
  transition: transform .5s ease;
}
.main-blog .link .image:hover img {
  transform: scale(1.2);
}
.main-blog .content h3, .main-blog .content h3 {
  font-size: 30px;
  line-height: 36px;
}
  .main-blog .content p.cat a, .main-blog .content p.cat a:hover{
    color: #F06A3E;
    font-family: CircularStd-Bold;
  }
  .main-blog .content p.auth a, .main-blog .content p.auth a:hover{
    color: #000;
  }
.main-blog .content h3 a, .main-blog .content h3 a:hover{
  color: #000;
}
.main-blog .content p.auth{
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 10px;
  margin: 0;
}
.main-blog .content .author{
  position: absolute;
  bottom: 10px;
}
.main-blog .half .image{
  border-bottom-left-radius: 0px;
  border-top-right-radius: 10px;
}
.main-blog .half .content{
  border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    margin-top: -10px;
}
.main-blog .half .content .author{
  position: static;
}
.main-blog .half .content h3{
  font-size: 24px;
  line-height: 28px;
}
.main-blog .image img{
  height: 350px;
  object-fit: cover;
}
.main-blog .half .image img{
  height: 225px;
  object-fit: cover;
}
ul.display-posts-listing{
  padding: 0;
}
ul.display-posts-listing img {
max-height:50px;
max-width:50px;
float:left;
padding-right:4px;
}
ul.display-posts-listing li {
margin-bottom:20px;
display:inline-block;
padding: 0;
}
ul.display-posts-listing li:last-child{
  margin: 0;
}
ul.display-posts-listing li a.image{
  width: 20%;
}
ul.display-posts-listing li a, ul.display-posts-listing li a:hover{
  color: #000;
  font-size: 16px;
  line-height: 18px;
}
.spicewpsearchform{
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    top: 70%;
    margin-top: 1px;
    z-index: 9999;
    background: #fff;
    padding: 0px;
}
.spicewpsearchform label{
  margin: 0;
}
.spicewpsearchform button{
  padding: 10px 20px;
  background: #1a1a1a;
  width: 19%;
}
.spicewpsearchform button i{
  color: #fff;
}
.spicewpsearchform form{
  border:  1px solid #dadada;
}
.spicewpsearchform input{
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  width: 80%;
}
/**Css for image search icon**/
.spicewpsearch_icon {
   background-image: url('images/search-icon.png');
   background-repeat: no-repeat;
   padding: 0 0 0 36px;
   background-position: 5px center;
   background-color: transparent;
   background-size: 18px 18px;

}
.blue{
  background: #2f3c7f;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgb(214 214 214 / 80%);
}
.blue p{
  color: #fff;
  padding-bottom: 10px;
}
.blue p:last-child{
  padding: 0;
}
.sitemap h6{
  padding-bottom: 10px;
}
.sitemap ul{
  padding: 0;
  margin: 0;
}
.sitemap ul li{
  padding-bottom: 10px;
}
.sitemap a, .sitemap h6 a{
  display: inline-block;
  padding-bottom: 0px;
  color: #000;
}
.sitemap .border-bottom{
  margin: 10px 0;
}
.wpcf7 form .wpcf7-response-output{
  color: #fff!important;
}
.page-id-6140 .wpcf7 form .wpcf7-response-output{
  color: #000!important;
}
.homepage-two-section span.hide-desk{
  display: block;
}
.homepage-two-section span.hide-mob, .maps img.mobile{
  display: none;
}

 @media(max-width: 767px) {
  /*-------------------------------*/
  /* Navigation                    */
  /*-------------------------------*/
  body .row .columns.columns-1, body .row .columns.columns-2, body .row .columns.columns-3, body .row .columns.columns-4, body .row .columns.columns-5, body .row .columns.columns-6, body .row .columns.columns-7, body .row .columns.columns-8, body .row .columns.columns-9, body .row .columns.columns-10, body .row .columns.columns-11, body .row .columns.columns-12{
    width: 100%;
    float: none;
    padding: 10px 0;
  }
  body .wp-megamenu-wrap .wpmm-nav-wrap > ul, .wpmm-main-wrap-primary{
    height: auto;
  }
  body .wp-megamenu-wrap .wpmm-nav-wrap > ul{
    top: 100%;
  }
  #wp-megamenu-primary{
    margin-top: 78px;
  }
  .wpmm-mobile-menu a.wpmm_mobile_menu_btn{
    margin: 40px 0;
  }
  #wp-megamenu-primary li.search{
    display: none;
  }
  ul.wp-megamenu-sub-menu li a, ul.wp-megamenu-sub-menu li:hover a{
    padding: 5px!important;
  }
  .ticker{
    padding: 5px 20px;
  }
  a.main-button, input.main-button, div.main-button, button.main-button, #menu-primary-menu li.main-button a{
    font-size: 15px;
  }
  .services-banner, .career-banner{
    height: 100%;
  }
  .homepage-banner{
    height: 450px;
  }
  .career-banner{
    background-image: none!important;
  }
  .services-banner, .homepage-banner .slide-content, .sub-services, .homepage-two-section, .homepage-banner .slide-inner.without-tab .slide-content, .homepage-posts, .homepage-hiring, .homepage-awards, .team .tab-content, .testimonial-image, .counter, .newsletter, .contact, .testimonial-video .video-content, .contact .contact-background, .video, .logos, .pov, .blog2, .full-width-image, .section-image, .about-section, .life, .four-column-dark, .five-column-dark, .tools, .values, .single-post-main .single-post-content, .homepage-posts.homepage, .quote, .main-blog, .con, .team-inner, .job-main, .job-inner, .sitemap, footer, center{
  	 padding: 30px;
  }
  center a.main-button{
    margin: 10px 0;
    display: block;
  }
  .homepage-two-section span.hide-desk{
    display: none;
  }
  .homepage-two-section span.hide-mob{
    display: inline;
  }
  .maps img.desktop{
    display: none;
  }
  .maps img.mobile{
    display: block;
  }
  .breadcrumbs{
    padding: 30px 30px 0px 30px;
  }
  .homepage-two-section .homepage-two-inner{
    margin: 10px 0;
  }
  .services-banner, .homepage-banner, .career-banner, .single-post-main .single-post-banner, .page-id-5373 .con, .main-blog, .team-inner, .job-inner{
    margin-top: 190px;
  }
  .main-blog .content{
    padding: 15px;
  }
  .single-post-main .single-post-banner .caption-inner h1, .team-inner h1{
    font-size: 32px;
    line-height: 38px;
  }
  .single-post-main .single-post-content .quote blockquote p{
    padding-bottom: 20px;
  }
  .single-post-main .single-post-content .quote cite{
    position: static;
    background: transparent;
  }
  .single-post-main .single-post-content .quote img{
    width: 60px;
  }
  .homepage-banner .slide-inner.without-tab .slide-content{
  top: 25%;
}
iframe{
  width: 100%!important;
  height: 300px;
}
.homepage-banner .slide-content{
  top: 0px;
}
  .testimonial-video, .services-video {
    padding: 0;
  }
	.sub-services .space, .homepage-posts .space, .team .space, .contact .space, .counter .counter-background, .blog2 .blog-small .space, .about-section .pad .space, .four-column-dark .space, .five-column-dark .space, .values .space, .main-blog .space, .job-main .space, .main-blog .link{
		padding: 20px 0;
	}
  .team-inner .space{
    padding: 0 0 30px;
  }
  .homepage-banner .tabs-nav{
    margin-top: -0%;
  }
  .homepage-banner .tab-content .slide-content{
    padding: 0 20px!important;
  }
  .homepage-banner .tab-content .slide-inner.tab-pane .slide-content{
    padding: 0 30px;
  }
  .homepage-banner .tabs-nav{
    border-radius: 10px;
    background: #fff;
    margin: 10px 0;
  }
  .homepage-banner .tabs-nav ul li a h6{
    color: #000;
  }
  .homepage-banner .tabs-nav ul{
    background: none;
  }
  .homepage-banner .tab-pane h3{
    float: none;
  }
  .homepage-banner .tabs-nav ul{
    border: none;
    padding: 0px;
  }
  .homepage-banner .tabs-nav ul li{
    float: left;
    width: 20%;
  }
  .homepage-banner .tabs-nav ul li a img, .homepage-banner .slide-content img.icon{
    width: 30px;
  }
  .homepage-banner .tabs-nav ul{
    display: block;
  }
  .homepage-banner .tabs-nav ul li a{
    padding: 5px;
  }
  .homepage-banner{
    padding: 0;
  }
   .homepage-banner .tabs-nav ul li a h6{
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 12px;
  }
  .homepage-banner .tabs-nav ul li a.devops::after{
    bottom: -12px;
  }
  .homepage-banner .slide-content a, .homepage-banner .slide-content a i, .homepage-banner .tab-pane h3{
    color: #fff;
  }
  .homepage-banner .tab-pane h3{
    float: none;
    font-size: 35px;
    line-height: 40px;
  }
  .homepage-banner .slide-content img.arrow{
    display: none;
  }
  .homepage-banner h2, .logos h3, .job-main h2{
    font-size: 32px;
    line-height: 36px;
  }
  .homepage-banner p.home-p{
    font-size: 24px!important;
    line-height: 28px!important;
    padding-bottom: 30px!important;
  }
  .homepage-banner .tabs-nav ul{
    width: 100%;
    left: 0;
    padding: 10px 0 0px;
  }
  .homepage-banner p:last-child{
    padding: 0;
  }
  .homepage-banner .tabs-nav ul li a h6 br{
    display: block;
  }
  .newsletter .space{
    padding: 10px 0;
  }
  .news .space{
    padding: 0 0 30px;
    border-right: none;
    border-bottom: 2px solid #2f3c7f;
  }
  .blog2 .space{
    padding: 0;
  }
  .testimonial-video .video-content, .services-video .video-content{
    padding: 30px;
  }
  br{
    display: none;
  }
  .testimonial-image, .pov.parallax{
    height: 100%;
  }
  .counter .counter-inner{
    margin: 30px;
    padding: 0;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  .video .space, footer .space .section-image .space, .about-section .space, .single-post-content .space{
    padding: 0 0 30px;
  }
  .homepage-two-section-image .space{
    padding: 0;
  }
  .logos .bx-wrapper .bx-prev, .logos .bx-wrapper .bx-prev:focus{
    left: -15px;
  }
  .logos .bx-wrapper .bx-next, .logos .bx-wrapper .bx-next:focus{
    right: -15px;
  }
  .blog-arrow1{
    bottom: -40px;
    left: 50%;
    top: unset;
    right: unset;
  }
  .blog2 .mainspace{
    margin: 40px auto 0;
  }
  .blog2 .blog-main img.image{
    height: 100%;
  }
  .blog2 .mainspace{
    padding: 30px;
  }
  .about-section .content, .section-image .content, .about-testimonial .about-test-contain, .about-testimonial .about-form-contain, .blog2 .mainspace{
    max-width: 100%;
  }
  .about-section h3, .about-testimonial h3{
    font-size: 32px;
    line-height: 36px;
  }
  .about-testimonial .about-test-contain, .about-testimonial .about-form-contain{
    margin: 30px;
  }
  .about-testimonial .about-test-contain .bx-wrapper .bx-pager{
    margin-bottom: 30px;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: -50px!important;
  }
  .life .life-inner .image{
	height: 100%!important;
}
.life .life-contain{
  column-count: 1;
}
.life .life-inner{
  padding: 15px 0;
}
.tools .tab ul li{
  padding-bottom: 10px;
}
.tools .tab ul li a{
  padding: 10px;
}
.tools .tab ul li a h6{
  font-size: 15px;
}
.values ul li{
  width: 100%;
  text-align: center;
}
.values ul li.right, .values ul li.left{
  float: none;
}
.values .pad, .values ul li.middle-left, .values ul li.middle-right, .values ul li.bottom-left, .values ul li.bottom-right{
  margin: 0;
}
.homepage-posts.home a.block img{
  padding-bottom: 10px;
}
.page-id-412 .homepage-two-section{
  margin-top: 35%;
}
.homepage-banner .tabs-nav ul li a::after{
      border-bottom: 10px solid #000;
}
.blog-arrow1{
  display: none;
}
.blog2 .blog-main-inner{
  margin-bottom: 20px;
}
.homepage-two-section h3, .homepage-posts.home h3, .homepage-posts.homepage h3{
  font-size: 32px;
  line-height: 36px;
}
.sub-services h2, .homepage-posts h2, .team h2, .pov h2, .tools h2, .values h3, .blog2 h2, .maps h2{
  font-size: 36px;
    line-height: 42px;
}
.contact h3{
  font-size: 28px;
    line-height: 34px;
}
  footer ul.cs-footer__nav{
    column-count: 1;
  }
  footer ul.footer-links li{
    width: 100%;
    float: none;
    display: block;
  }
  .copyrights .space{
    padding: 0 0 20px;
  }
  .el{
    -webkit-mask-image: none;
    mask-image: none;
  }
  .team-tabs .tabs-nav ul li{
    margin: 0 10px 10px 0;
  }
  .sub-services a.main-button{
    margin-bottom: 10px;
  }
  .main-blog .content h3 a{
    line-height: 24px;
    font-size: 16px;
  }
  .career-video iframe{
    height: 400px;
  }
  .homepage-hiring{
    background-size: cover!important;
  }
  ul.share-buttons li{
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .job-inner a.main-button{
    margin: 20px 0;
  }
  .sub-services .hide{
    display: none;
  }
  .single-post-content .widget-content{
    margin-top: 30px;
  }
  .sub-services a.main-button{
    margin-top: 20px;
  }
  .main-blog button.main-button{
    display: block;
    margin: 20px auto;
  }
  .main-blog .content h3, .main-blog .content h3{
    line-height: 20px;
  }
  .main-blog .content .author{
    position: static;
  }
  .homepage-posts.homepage a.arrow-button{
    float: none;
  }
  .select-area{
    position: sticky;
    top: 200px;
    z-index: 10;
  }
  .team-tabs .tabs-nav{
    position: sticky;
    top: 188px;
    z-index: 11;
    background: #fff;
    padding: 0 30px;
  }
 }
 @media(min-width: 768px) and (max-width: 1023px){
   .el{
     -webkit-mask-image: none;
     mask-image: none;
     height: 470px;
   }
   .wpmm-mobile-menu a.wpmm_mobile_menu_btn{
     margin: 40px 0;
   }
   body .wp-megamenu-wrap .wpmm-nav-wrap > ul, .wpmm-main-wrap-primary{
     height: auto;
   }
   body .wp-megamenu-wrap .wpmm-nav-wrap > ul{
     top: 100%;
   }
   #wp-megamenu-primary{
     margin-top: 44px;
   }
   #wp-megamenu-primary li.search{
     display: none;
   }
   .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a{
      padding: 0 5px 10px 0;
      font-size: 12px!important;
   }
  .services-banner, .homepage-banner, .homepage-two-section, .homepage-hiring, .homepage-awards, .sub-services, .homepage-posts, .maps, .team, .testimonial-image, .counter, .newsletter, .contact, .video, .logos, .pov, .blog2, .full-width-image, .section-image, .about-section, .life, .four-column-dark, .five-column-dark, .tools, .values, .single-post-main .single-post-content,.homepage-posts.homepage, .quote, .main-blog, .con, .team-inner, .job-main, .job-inner, .sitemap, .breadcrumbs, footer, center{
 	 padding: 30px;
  }
  .homepage-banner .tab-content .slide-content{
    padding: 0;
  }
  .homepage-banner .tab-content .slide-inner.tab-pane .slide-content{
    padding: 0 30px;
  }
  .homepage-banner .tab-pane h3{
    float: none;
  }
  .homepage-banner .tabs-nav ul li a{
    padding: 15px;
  }
  .homepage-banner{
    height: 80vh;
    padding: 0;
  }
  .homepage-banner h2{
    font-size: 37px;
    line-height: 42px;
  }
  .homepage-banner .tabs-nav ul{
    left: 0;
  }
  .homepage-banner .tabs-nav{
    margin-top: -35%;
    padding: 30px;
  }
  .blog2 .mainspace{
    background: transparent;
  }
  footer ul.footer-links li{
    width: 100%;
  }
  .team ul li{
    padding: 5px;
  }
  .about-section h3, .about-testimonial h3{
    font-size: 32px;
    line-height: 38px;
  }
  .about-testimonial .about-test-contain, .about-testimonial .about-form-contain{
    margin: 30px;
  }
  a.main-button, input.main-button, div.main-button, button.main-button, #menu-primary-menu li.main-button a{
    font-size: 14px;
  }
  .career-banner .text-center{
    max-width: 100%!important;
    flex: 100%!important;
  }
  .blog-arrow1{
    display: none;
  }
  .blog2 .blog-main-inner{
    margin-bottom: 20px;
  }
  .values .pad{
    margin: 0;
  }
  .values ul li{
    float: none!important;
    margin: 0!important;
    width: 32%;
    padding: 15px;
  }
  .page-id-412 .homepage-two-section{
    margin-top: 0%;
  }
  .sub-services .hide{
    display: none;
  }
  .main-blog .content h3, .main-blog .content h3 {
    font-size: 20px;
    line-height: 24px;
}
.single-post-content .widget-content{
  margin-top: 30px;
}
 }

 @media(min-width: 1024px) and (max-width: 1365px){
   .wpmm-mobile-menu a.wpmm_mobile_menu_btn{
     margin: 40px 0;
   }
   body .wp-megamenu-wrap .wpmm-nav-wrap > ul, .wpmm-main-wrap-primary{
     height: auto;
   }
   body .wp-megamenu-wrap .wpmm-nav-wrap > ul{
     top: 100%;
   }
   #wp-megamenu-primary{
     margin-top: 44px;
   }
   .homepage-banner .without-tab .slide-content {
    top: 10%;
  }
  #wp-megamenu-primary li.search{
    display: none;
  }
   .el{
     -webkit-mask-image: none;
     mask-image: none;
     height: 470px;
   }
   .wp-megamenu-wrap .wpmm-nav-wrap > ul > li > a{
      padding: 0 10px 10px 0;
   }
 .services-banner, .homepage-banner, .homepage-banner .slide-content, .homepage-two-section, .homepage-posts, .homepage-hiring, .homepage-awards, .sub-services , .maps, .team, .testimonial-image, .counter, .newsletter, .contact, .video, .logos, .pov, .blog2, .full-width-image, .section-image, .about-section, .life, .four-column-dark, .five-column-dark, .tools, .values, .single-post-main .single-post-content, .homepage-posts.homepage, .quote, .main-blog, .con, .team-inner, .job-main, .job-inner, .sitemap, .breadcrumbs, footer, center{
  padding: 30px;
 }
 .homepage-banner .tab-content .slide-content{
   padding: 0;
 }
 .homepage-banner .tab-content .slide-inner.tab-pane .slide-content{
   padding: 0 30px;
 }
 .homepage-banner .tab-pane h3{
   float: none;
 }
 .homepage-banner .tabs-nav ul li a{
   padding: 15px;
 }
 .homepage-banner{
   height: 80vh;
   padding: 0;
 }
 .homepage-banner h2{
   font-size: 37px;
   line-height: 42px;
 }
 .homepage-banner .tabs-nav{
   margin-top: -35%;
   padding: 30px;
 }
 .about-section h3, .about-testimonial h3{
   font-size: 32px;
   line-height: 38px;
 }
 .about-testimonial .about-test-contain, .about-testimonial .about-form-contain{
   margin: 30px;
 }
 .career-banner .text-center{
   max-width: 100%!important;
   flex: 100%!important;
 }
 .page-id-412 .homepage-two-section{
   margin-top: 0%;
 }
 .sub-services .hide{
   display: none;
 }
}
 @media(min-width: 1367px) and (max-width: 1918px){
   .page-id-412 .homepage-two-section{
     margin-top: 18%;
   }
 }
 @media(min-width: 1919px) {
	 .services-banner{
	  height: 800px;
	 }
   .blog2 .blog-main img.image{
     height: 100%;
   }
   .page-id-412 .homepage-two-section{
     margin-top: 20%;
   }
 }
 @media(min-width: 2200px) {
   .page-id-412 .homepage-two-section{
     margin-top: 20%;
   }
 }

 @media(min-width: 1024px) and (max-width: 1360px) and (orientation : landscape){
   .wpmm-mobile-menu a.wpmm_mobile_menu_btn{
     margin: 40px 0;
   }
   body .wp-megamenu-wrap .wpmm-nav-wrap > ul, .wpmm-main-wrap-primary{
     height: auto;
   }
   body .wp-megamenu-wrap .wpmm-nav-wrap > ul{
     top: 100%;
   }
   #wp-megamenu-primary{
     margin-top: 44px;
   }
   .homepage-banner .without-tab .slide-content {
    top: 10%;
  }
  #wp-megamenu-primary li.search{
    display: none;
  }
 }
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
select:focus, textarea:focus, input:focus, input, select, textarea {
    font-size: 16px;
  }
}
