body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
b,
i,
strong {
  font-family: "poppins", sans-serif;
}

img {
  max-width: 100%;
}




/* Main Css */

/* banner secton */

.case-study-banner {
  background: url(Orange-Banner.svg)
    no-repeat center center;
  padding: 150px;
  background-size: cover;
  /* margin-top: 3%; */
}

#pageloader {
    display: none;
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#pageloader img {
    left: 68%;
    position: absolute;
    top: 36%;
    width: 24px;
    height: 24px;
}
a#download-link {
    display: none;
}
 

.case-study-detail-banner {
  padding: 114px;
  background-size: cover;
  background-blend-mode: overlay !important;
}
 
.case-study-detail-banner .display-4{
  font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

.display-4{ 
  color: white;
  font-weight: 400;
}
.banner-content h4 {
  font-weight: 300;
}

.banner-content h2 {
  font-weight: 400;
}

.btn-check:focus+.btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgb(255 140 7 / 50%);
}


.btn-check:active+.btn-outline-warning:focus, .btn-check:checked+.btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem #f27c2287;
}

.btn-outline-warning {
    color: #f27c22;
    border-color: #f27c22;
}

body .btn-outline-warning:hover {
    color: #ffffff !important;;
    background-color: #f27c22;
    border-color: #f27c22;
}


/* Card layout */
  
.grid {
 	padding-top: 50px;
    padding-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    background: url(bg-image.png) no-repeat;
    background-size: cover;
}
.grid__item {
  width: 30%;
  margin-bottom: 30px;
}
.clearfix{
	display: none;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
     padding: 0.25rem; 
}



.grid__item:hover {
  transform: translateY(-0.5%);
 	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}

.card__img {
  display: block;
  width: 100%;
  height: 18rem;
  object-fit: cover;
}
.card__content {
  padding: 1rem 2rem;
}
.card__header {
  font-size: 2rem;
  font-weight: 500;
  color: #0d0d0d;
  margin-bottom: 1.5rem;
}
.card__text {
  font-size: 1.0rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  color: #3d3d3d;
  margin-bottom: 2.5rem;
}
.card__btn {
  display: block;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  text-align: center;
  color: #ffa733;
  background-color: #fff7e6;
  border: none;
  border-radius: 0.4rem;
  transition: 0.2s;
  cursor: pointer;
}
.card__btn span {
  margin-left: 1rem;
  transition: 0.2s;
}
.card__btn:hover, .card__btn:active {
    background-color: #ebf3ff;
    border: 1px solid #ebf3ff!important;
}
.card__btn:hover span, .card__btn:active span {
  margin-left: 1.5rem;
}
button:not(:hover):not(:active):not(.has-background) {
    border: 1px solid #110878!important;
    color: #110878!important;
    transition: 0.3s;
}


/* Popup-------------------------------------------------------------*/

.btn-danger {
  color: #000000;
  background-color: #ffffff;
  border: 2px solid #212c5c;
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #212c5c;
  border-color: #212c5c;
  box-shadow: 0 0 0 0.25rem rgb(167 178 247 / 31%);
}
.btn-check:active+.btn-danger, .btn-check:checked+.btn-danger, .btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #212c5c;
  border-color: #212c5c;
}
.btn-danger:hover {
  color: #fff;
  background-color: #212c5c;
  border-color: #212c5ca6;
}

.btn-check:focus+.btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #212c5c;
  border-color: #212c5c;
  box-shadow: 0 0 0 0.25rem rgb(141 149 198 / 31%);
}
.btn-check:active+.btn-danger:focus, .btn-check:checked+.btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgb(141 149 198 / 31%);
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #ffffff;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-footer {
  margin: 0px auto;
}
.modal-title {
  font-weight: bold;
  color: #212c5c;
  margin: 0px auto;
}
h4 {
  margin: 0 0 30px;
  padding: 0;
  color: #000000;
  text-align: center;
}
.modal-body .user-box {
  position: relative;
}
.modal-body .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #212c5c;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #928888;
  outline: none;
  background: transparent;
}
.modal-body .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #696868;
  pointer-events: none;
  transition: 0.5s;
}

.modal-body .user-box input:focus ~ label,
.modal-body .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #212c5c;
  font-size: 12px;
}


/* case study Description----------------------------------------------- */

.wrap {
  margin: 0 auto;
  margin-bottom: 35px;
}

.title {
  font-size: 6.6vw;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 1.1;
}

h2,
h3 {
  font-family: 'poppins', sans-serif;
}

.wrap .line {
  height: 3px;
  width: 95px;
  margin-top: -19px;
  background: #f27c22;
}

h2 {
  margin: 1em 0 .8em 0;
  color: #000;
  letter-spacing: -1px;
  font-size: 2em;
  line-height: 1.1;
}

h3 {
  margin: 1.7em 0 .8em 0;
  color: #222;
  font-size: 1.333em;
}

p {
  margin: 1em 0; 
  font-family: 'poppins', sans-serif;
}
.outline-btn {
  margin-top: 20px;
  border: 2px solid #727272;
  background-color: transparent;
  padding: 10px 20px;
  font-size: 16px;
  color: #727272;
  border-radius: 5px;
  transition: all 0.3s ease;
  border-radius: 15px;
}

.outline-btn:hover{
  border: 2px solid #f27c22;
}
.con h2{
  position: relative;
  text-decoration: none;
  font-family: 'Poppins',sans-serif;
  color: #000000; 
  letter-spacing: 0.5px;
}
.con h2:after{
  content: "";
  position: absolute;
  background-color: #f27c22;
  height: 3px;
  width: 0%;
  left:0px;
  bottom: -10px;
  transition: 0.3s;
}
.con h2:hover{
  color: #000000;
}
.con h2:hover:after{
  width: 10%;
}
.con2 h2{
  position: relative;
  text-decoration: none;
  font-family: 'Poppins',sans-serif;
  color: #000000; 
  letter-spacing: 0.5px;
}
.con2 h2:after{
  content: "";
  position: absolute;
  background-color: #f27c22;
  height: 3px;
  width: 0%;
  left:0px;
  bottom: -10px;
  transition: 0.3s;
}
.con2 h2:hover{
  color: #000000;
}
.con2 h2:hover:after{
  width: 15%;

}
.grid__item .card{
   width: 100% !important;
}

/* Technology card ----------------------------------------------- */
 .card {
  border: 1px solid var(--color-three);
  transition: border 0.1s, transform 0.3s;
  width: 50%;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(255, 255, 255, 0.15)!important;
}
.card-img-top {
  width: 38%;
  margin: 0px auto;
}
.card-title {
  margin-top: 2px;
  font-size: 18px;
  text-align: center;
}


.card .card-body h2 {
  color: var(--color-two);
}


.card shadow{
  box-shadow: none;
}

.modal-header {
    display: inline-block;
}

div#addMyModal button.close {
    border: unset !important;
}

.wrap .col-md-12 {
    padding: 0;
}

.modal-header button.close {
    border: unset !important;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal-footer {
    margin: 0px auto;
    justify-content: center;
    position: relative;
}
.error{
	margin-top: 43px;
}
p.label_type {
    text-align: center;
    color: white;
    width: 200px;
    margin: 0 auto;
    background: #eb7125;
}
.modal-body .user-box input{
	margin-bottom: 10px;
}
.modal-body .user-box label{
	position: unset;
	margin: 0;
    padding: 0;
}


/* ---------------------
Media Queries 
------------------------ */

@media (max-width: 767px) {
  	.case-study-banner {
/* 		background: unset; */
		background-image: linear-gradient(-225deg, rgb(244 124 37) 20%, rgb(196 62 36) 100%) !important;
    
	}
	.grid {
		padding: 0 15px;
	}
	#submit {
		width: 62%;
		
		}
	 .shadow  {
		width: 100%;
	}
	
	.case-study-detail-banner {
    padding: 47px;
}
}

@media (max-width: 60em) {
  .grid__item {
    width: 47%;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .grid__item {
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .banner {
    padding: 60px 94px;
    
}
}

@media screen and (max-width: 599px) {
  body {
      font-size: 1em;
  }

  .wrap {
      max-width: 85%;
  }
	#submit {
		width: 62%;
		background-image: linear-gradient(-225deg, rgb(244 124 37) 20%, rgb(196 62 36) 100%);
		color: #ffff;
		font-weight: 600;

		}
	.theme-btn:hover {
		color: #fff !important;
		text-decoration: none;
		background-image: linear-gradient(331deg, rgb(244 124 37) 20%, rgb(196 62 36) 100%) !important;
		box-shadow: rgb(0 0 0 / 20%) 0px 2px 10px, rgb(0 0 0 / 30%) 0px 4px 10px !important;
		border: none;
	}
	  .shadow  {
		width: 100%;
	}
.case-study-detail-banner {
    padding: 47px;
}
}
 




















