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

body {
  margin: 10px auto;
}

.grid {
  display: grid;
  grid-template-columns:  1fr 1fr;
  grid-template-rows:  1fr 1fr;
  /*grid-template-areas: "a a" "a a";*/
  max-height:640px;
overflow-y: hidden;
}

.grid__thing {
  background-color: rebeccapurple;
}

.first {
  grid-row: 1/4;
}

img-slider {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box img.img-slider{
    width: 100%;
}
body {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 500;
}
    ul.nav.nav-tabs {
    width: 100% !important;
    border: 0;
}
.font-12{
    font-size: 12px !important;
}
.font-14{
    font-size: 14px !important;
}
.font-16{
    font-size: 16px !important;
}
.font-18{
    font-size: 18px !important;
}
.font-26-f{
    font-size: 26px !important;
}
.font-32{
    font-size: 32px;
}
.font-36{
    font-size: 36px !important;
}
.font-weight-400{
    font-weight: 400 !important;
}
.font-weight-500{
    font-weight: 500 !important;
}
.font-weight-600{
    font-weight: 600 !important;
}
.font-weight-700{
    font-weight: 700 !important;
}
.clr-blue{
    color: #007BB6;
}
.heading-col{
  color: #202025;
}
.news-listing
{
  padding:40px 0;
}
.white-bg
{
  background-color: #fff;
}
.clr-grey
{
height: 1px;
background-color: #404040;
}
.mar-b-50
{
  margin-bottom:50px;
}
.mar-t-30
{
  margin-top:30px;
}
.mar-t-50
{
  margin-top:50px;
}
.col-l-grey
{
  color: #888891;
}
.par-col-text
{
  color: #202025;
}
.bg-white-text {
     background: white;
     padding: 6px 12px 5px 12px;
     border-radius: 30px;
     margin-top: 0px;
     margin-bottom: 0px;
      
}   
  
  .white-text
  {
    color: #fff;
  }

  .orange-text
  {
    color: #F15A22;
  }
  .txt-upper
  {
    text-transform: uppercase;
  }
.overlay{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #202025 25.75%, #20202599 66.75%, #ffffff00 93.65%);
}


.overlay2{
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #202025 16.75%, #20202500 83.75%, #ffffff00 93.65%)
}
.rounded-selec {
  width: 120px;
  height: 50px;
}
.misha_loadmore, .blog_loadmore{
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
/*.misha_loadmore:hover, .blog_loadmore:hover{
	background-color: #767676;
	color: #fff;
}*/

@media (max-width : 575px){
.grid {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "a";
}

.mobile-margin-top
{
  margin-top: 50px;
}
.approach-list li p {
  width: 82% !important;
  margin-left: 15px !important;
}
}
.page-id-3325 .padding-5 , .tag  .padding-5 {
    padding-left: 34px;
    padding-right: 34px;
}
.ul-tabs
{
    margin: 0px;
}

.font-space3 {
  letter-spacing: 3px;
}
.px-2 {
/*   padding-right: 10.5rem !important;
  padding-left: 1.5rem !important; */
}
.blog-dot {
  height: 4px;
  width: 4px;
  background-color: #888891;
  border-radius: 8px;
  align-content: center;
  margin-top: 7px;
  margin-left: -10px;
  margin-right: 9px;
}

.spacer-btw-div
{
    margin-top:40px;
}

.blog-img-fluid {
max-height: 300px;
object-fit: cover;
width: 100%;
}

header .menu ul li .submenu{z-index: 100;} 

.casestudies .case-study-img img {
max-height: 440px;
width: 100%;
object-fit: cover;
    
}

.case-study-b-img
{
  display: initial !important;
	max-width: 163px;
}
.clr-007BB6
{
 color: #007BB6;
}
.max-w-box
{
    max-width: 180px;
}
ul.approach-list {
	margin: 30px 0;
}

.approach-list li {
	list-style: none;
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-bottom: 20px;
}

.approach-list li p {
	margin-bottom: 0;
}

.approach-list li span {
	vertical-align: top;
	color: #6E6E77;
	display: inline-block;
	width: 5%;
}

.approach-list li p {
	margin-bottom: 0;
	display: inline-block;
	width: 91%;
	font-weight: 500;
}
.help-block.form-error {
  color: red;
}
.ml-30 {
  margin-left: 30px;
}

.padding-for-quote
{
    padding-top:10px;
    padding-right:20px;
    padding-left:20px;
    padding-bottom:20px;
}
.rounded-white-bg
{
box-sizing: border-box;
width: 115px;
height: 115px;
background: #FFFFFF;
border: 1px solid #F2F2F3;
 border-radius: 50%;
}
.partner-title
{
  text-align: left;
  line-height: 32px;
  color: #6E6E77;
}  
.partner-subtitle
{
 
  text-align: left;
  color: #6E6E77;
}  
.partner-logo
{
  padding: 20px;
}
.margin-left-partner
{
    margin-left: 150px;
}
.page-template-tpl-partners .nav-link {
    color: #6E6E77 !important;
}
.page-template-tpl-partners .nav-pills .nav-link.active {
    background-color: #fff !important;
    color: #007BB6 !important;
    border-left: thick solid #007BB6;
    transition: 0.3s;
    transition-timing-function: linear;
}
.border-right
{
   border-right: 1px solid #6E6E77; 
   
}
.content-wra {position:absolute; left:-90139px}
