/*
Theme Name: Valuecoders Case Studies
Theme URI: ''
Author: Valuecoders Team
Author URI: https://www.valuecoders.com/
Description: Custom themes.
Version: 0.1
Requires at least: 4.7
Requires PHP: 5.2.4
Text Domain: casestudies
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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 with others.
*/


@media only screen and (min-width: 768px) {
	@font-face {
	  font-family: "Montserrat";
	  src: url("../woff2/montserrat-medium-3.woff2") format("woff2"),
		url("../woff/montserrat-medium-3.woff") format("woff"),
		url("../ttf/montserrat-medium-2.ttf") format("truetype");
	  font-weight: normal;
	  font-style: normal;
	  font-display: swap;
	}
  }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  font-family: "Montserrat", sans-serif;
  color: #666E86; 
 
}



h1{font-weight: bold; font-weight: 700;}
h2,h3,h4,h5,h6{
	font-weight: 500;
  color: #010101;
 
}
h2, h3, h6{
  font-weight: 500;
}
li{
  font-size: 16px;
  line-height: 26px;
}
.dis-flex {
  display: flex;
  flex-wrap: wrap;
}
.dis-flex-justify {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-1 {
  flex-basis: 100%;
}
.flex-2 {
  flex-basis: 50%;
}
.flex-3 {
  flex-basis: 33.33%;
}
.flex-4 {
  flex-basis: 25%;
}
.flex-5 {
  flex-basis: 20%;
}
.flex-8 {
  flex-basis: 38%;
}
.margin-t-100{
  margin-top:100px;
}
.margin-t-80{
  margin-top:80px;
}
.padding-t-100{
  padding-top: 100px;
}
.padding-b-100{
  padding-bottom: 100px;
}
.padding-t-120{
  padding-top: 120px;
}
.padding-b-120{
  padding-bottom: 120px;
}
li{
  list-style: none;
}
h3{
  font-size: 20px;
  line-height: 30px;
}
p{
  font-size: 16px;
  line-height: 26px;

  font-weight: normal;
}
a{
  text-decoration: none;
  color: #016BE3;
}
.container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
}

.col-lg-12.headingsec {
  padding: 100px 0 0;
  margin: 0 0 20px;
}
.col-lg-12.headingsec h1 {
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  color: #253053;
  font-weight: 700;
}

.site-main .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
li.nav-item a:hover {
  color: #016BE3 !important;
  font-weight: 700;
}
.site-main .nav-tabs .nav-item {
  margin: 0 25px 0 0;
}
.site-main .tab-item .nav-link {
  font-size: 20px;
  line-height: 23px;
  color: #253053;
  border: none !important;
  background: 0 0;
  text-decoration: none;
  font-weight: 500;
}
.site-main .tab-item .nav-link .active {
  color: #016BE3;
  background: 0 0;
  font-weight: 600;

}
.tab-content > .active {
  display: block;
}
.taxonomy_filter {
  cursor: pointer;
}
.list-inline {
  margin-top: 20px;
}
.list-inline li:hover span {
  color: #016BE3;
}
.list-inline-item {
  display: inline-block;
  margin: 0 10px 10px 0 !important;
}
.services_button .badge-primary {
  padding: 5px 10px;
  font-weight: 500;
  background: 0 0;
  border: 1px solid rgba(212, 224, 237, 0.7);
  border-radius: 5px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #737373;
}
.list-inline li:hover {
  color: #016BE3;
}
.list-inline li:hover .badge-primary {
  border-color: #016BE3;
}
.casebox.divname.flex-3 {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  margin-right: 20px;
}

.box-3 {
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  height: 100%;
}

.casebox {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.middle-side-content {
  margin-top: 20px;
}
.middle-side-content,.box-btn { 
  padding: 0 17px 0 30px;
}
.box-btn a:hover{text-decoration: underline;}
.middle-side-content h3 {
  margin: 0;
}
.middle-side-content p {
  opacity: 0.9;
  margin-top: 15px;
  min-height: 106px;
}
.middle-side-content h4{
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.tech-items-list li:hover span{
  color: #016BE3;
}
.tech-items-list li:hover .list-values{
  border-color: #016BE3;
}
.box-btn{
  margin: 40px 0 30px;
}
.box-inline-itm{
  list-style: none;
  display: inline-block;
  margin: 0 10px 10px 0;
}

.list-values{
  padding: 5px 10px;
  font-weight: 500;
  background: 0 0;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  border: 1px solid #D4E0ED;
}

.right-bar ol{margin:20px 0 0;}
.right-bar ol li{font-weight: normal; position: relative; padding-left: 0px;
 padding-bottom:10px; list-style: disc;}

.top-side-image img {
  width: 100%;
}

.box-btn a::after {
  content: url(../png/box-arrow-icon.png);
  position: relative;
  top: 2px;
  left: 9px;
  transition: all 0.3s ease-in-out;
}
.load-more-btn-cls {
  margin-top: 70px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  line-height: 30px;
}

.load-more-btn-cls a::after{
  content: url(../png/box-arrow-icon.png);
  position: relative;
  top: 2px;
  left: 9px;
  transition: all 0.3s ease-in-out;
}

.load-more-btn-cls a {
  padding: 15px 45px;
  border: 1px solid #016BE3;
  border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.load-more-btn-cls a :hover{background: #f1f6ff;}
.ajax-loader img {
    margin: 0px auto 44px;
    display: block;
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1260px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1320px) {
  .container {
    max-width: 1160px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .padding-t-100{
    padding-top: 60px;
  }
  .margin-t-100{
    margin-top: 60px;
  }
  .col-lg-12.headingsec {
    padding: 85px 0 0;
  }
  .flex-3 {
    flex-basis: 50%;
}
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }

  body{font-family: sans-serif;}
  .flex-2, .flex-3, .flex-4 {
    flex-basis: 100%;
  }
}


.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.services_button .active .badge-primary{background:#016BE3; color: #fff;}
.nav-tabs .nav-link.active {
	/*background: #016BE3;*/
	color: #016BE3;
/*	border-color: #dee2e6 #dee2e6 #fff */
}
.listing {
    min-height: 300px;
}
.loading-overlay{
    position: fixed;
    left: 0; 
    top: 0; 
    right: 0; 
    bottom: 0;
    z-index: 2;
    height:100%;
    background: rgba(255,255,255,0.7);
}






.btn-container {
	margin-top: 30px;
}
.btn-container .cta-button {
	display: inline-flex;
	padding: 14px 16px;
	cursor: pointer;
	position: relative;
	background: linear-gradient(270deg, #0b147c 21.77%, #4b1bac 100%);
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 50px;
	box-shadow: 0px 10px 10px 0px #000 0d;
	line-height: 27px;
}
.btn-container .cta-button:after {
	content: "";
	background: url(../svg/white-cta-2.svg) no-repeat;
	width: 26px;
	height: 26px;
	background-size: 100%;
	display: inline-block;
	margin-left: 10px; 
}
.btn-container .cta-button:hover {
	background: #016be3;
}

/*.btn-container .cta-button.white {
	background: #fff;
	color: #05164d;
}*/

.btn-container .cta-button.white:after {
	background: url(../svg/blue-cta.svg) no-repeat;
}
.btn-container .cta-button.white:hover {
	background: #016be3;
	color: #fff;
}
.btn-container .cta-button.white:hover:after {
	background: url(../svg/blue-hovercta.svg) no-repeat;
}

