/* Theme Description
-------------------------------------------------

	  Theme Name: ProMaxBPO
	  Author: ProMaxBPO
	  Support: Fleek Bangladesh
	  Description: This service provide by Fleek Bangldesh
	  Version: 0.1
	  
------------------------------------------------- 
*/
/* CSS Index
-------------------------------------------------

	1. Theme default css
	2. Servives

-------------------------------------------------

/**************************************************************/
/*********************** Default Style ************************/
/**************************************************************/

/* ********************** */
/* DEFAULT COLOR VARIAVLE FOR ALL ELEMENTS*/
/* ********************** */
:root{
  --primary-color: #182f58;
  --secondary-color: #182f58;

  /* --primary-color: #182f58;
  --secondary-color: #e80a89; */
  --secondary-dark-color: #0b2921;
  --secondary-over-dark-color: #223831;
  
  --white-color: #ffffff;
  --light-bg-color: #f2f3f5;
  --light-text-color: #7cB99a;
  --border-color: #e5e8ec;
  --dark-color: #0a021c;
  
  --font-small: 13px;
  --font-smaller: 11px;

  --fW3: 300;
  --fW4: 400;
  --fW6: 600;
  --fW7: 700;
  --fW8: 800;

  --d: 2500ms;
	--angle: 90deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: rgb(135, 146, 245);
	--c2: rgba(168, 239, 255, 0.1);
}
/* ********************** */
/* DEFAULT COLOR VARIAVLE FOR ALL ELEMENTS*/
/* ********************** */


/* ********************** */
/* DEFAULT CSS FOR ALL ELEMENTS*/
/* ********************** */
*{
  padding: 0;
  margin: 0;
}
*,::before,::after{
  box-sizing: border-box;
}

body{
  font-family: 'Inter', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: var(--dark-color);
  background-color: var(--white-color);
}
a{
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
p{
  opacity: 80%;
}
ul{
  list-style: none;
}
img{
  max-width: 100%; 
  vertical-align: middle;
}
strong{
  font-weight: 800;
}
table{
  border-collapse: collapse; 
  border-spacing: 0;
}
input::placeholder{
  font:inherit;
}
h1,h2,h3,h4{
  font-family: 'Poppins', sans-serif;
}
h1{
  font-size: calc(1.3em + 1vw);
  font-weight: 800;
  line-height: 1;
}
h2{
  font-size: 2.5em;
}
h3{
  font-size: 1.2em;
  font-weight: 700;
}
h4{
  font-size: 1em;
  font-weight: 600;
}
.active{
  background-color: var(--primary-color) !important;
}
.active-nav{
  color: var(--primary-color) !important;
  font-weight: 500 !important;
}
.active-dropdown{
  color: var(--primary-color) !important;
}
/* ********************** */
/* DEFAULT CSS FOR ALL ELEMENTS*/
/* ********************** */
.default-hero{
  padding: 100px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.default-hero::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a021c46;
}
.default-hero h1{
  position: relative;
  z-index: 1;
  font-size: 100px;
  text-align: center;
  color: transparent;
  letter-spacing: 2px;
  color: #098ccd3a;
	-webkit-text-stroke: 1px var(--border-color);
}
.paginate{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 22px;
  font-weight: 500;
  color: var(--white-color);
  margin-top: 20px;  
}
.active-paginate{
  color: var(--secondary-color);
}


/* ********************** */
/* REUSED CSS FOR STYLE*/
/* ********************** */
.container{
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 50px;
}
.colum{
  margin-left: 0.938em;
  margin-right: 0.938em;
}
.colum .row{
  padding: 0.938em;
}
.flexwrap{
  display: flex;
  flex-wrap: wrap;
}
.flexcenter{
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexitem{
  display: flex;
  align-items: center;
}
.fextcol{
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.btn {
  display: inline-block;
  padding: 15px 35px;
  font-weight: 500;
  font-size: 18px;
  background: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
  transition:.3s;
}
.btn:hover {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);

}
.light-btn{
  font-size: 16px;
  font-weight: 300;
  color: var(--secondary-dark-color);
  border: 1px solid var(--secondary-color);
  padding: 5px 10px;
  border-radius: 2px;
  transition: .3s;
}
.light-btn:hover{
  color: var(--white-color);
  background-color: var(--secondary-color);
}
.carusal-btn{
  padding: 10px 20px;
  border: transparent;
  background-color: var(--primary-color);
  color: var(--white-color);
  cursor: pointer;
  transition: .3s;
}
.carusal-btn:hover{
  background-color: var(--secondary-dark-color);
}
a{
  text-decoration: none;
}
ul{
  list-style: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
div#preloader-active {
  height: 1px;
}
.short-title{
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-color);
}
.title{
  font-size: 35px;
  line-height: 40px;
  text-transform: capitalize;
  font-weight: 700;
  color: var(--primary-color);
  margin: 10px 0;
}
.sub-title{
  font-size: 18px;
  margin-bottom: 20px;
}
.text-center{
  text-align: center;
}
 .highlightbox{
  z-index: 2;
 }
 .highlightbox::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 40%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 5px;
  z-index: -1;
 }
/* Messenger------------------------------------- */
.messenger{
  position: fixed;
  display: flex;
  align-content: center;
  justify-content: center;
  right: 1%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 100px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.527);
}
.messenger i{
  font-size: 35px;
  text-align: center;
  line-height: 60px;
  color: var(--white-color);
  transition: .3s;
}
.messenger i:hover{
  transform: scale(120%);
}

/* 
--------------------------------------------------
----------------Service Section-------------------
-------------------------------------------------
*/
.service-section{
  width: 100%;
  min-height: 100vh;
  background-color: var(--border-color);
  padding: 50px 10px;
  /* margin-bottom: 50px; */
  /* background-image: url(../img/gallery/bg.jpg); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.service-section .services{
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2em;
}
.service-section .services .card{
  flex: 1;
  flex-basis: 450px;
  max-width: 500px;
  height: auto;
  background-color: var(--secondary-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: .3s;
  /* overflow: hidden; */
}
.service-section .services .card .img-wrapper{
  width: 100%;
    height: auto;
  overflow: hidden;
  margin-bottom: 15px;
}
.service-section .services .card .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: .3s;
}
.service-section .services .card .card-footer{
  background-color: var(--white-color);
  width: 100%;
  height: 50px;
  text-align: center;
  color: var(--white-color);
  line-height: 50px;
  transition: .3s;
}
.service-section .services .card .card-footer h3{
  color: var(--secondary-color);
  font-size: 20px;
  text-transform: uppercase;
  transition: .3s;
}
.service-section .services .card:hover .card-footer{
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.service-section .services .card:hover h3{
  color: var(--white-color);
}
.service-section .services .card:hover .img-wrapper img{
  transform: scale(105%);
}
.numbaring{
  position: absolute;
  top: 15px;
  right: 15px;
}
.numbaring h1{
	color: white;
	font-size: 30px;
  letter-spacing: 2px;
	-webkit-text-stroke: 1px var(--border-color);
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container{
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 20px;
  }
  .service-section .services .card{
    flex: 1;
    flex-basis: 300px;
    max-width: 450px;
  }
  .service-section .services .card .img-wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container{
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 10px;
  }
  .service-section .services .card{
    flex: 1;
    flex-basis: 300px;
    max-width: 360px;
  }
  .service-section .services .card .img-wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container{
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 10px;
  }
  .service-section .services .card{
    flex: 1;
    flex-basis: 400px;
    max-width: 576px;
  }
  .service-section .services .card .img-wrapper{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .container{
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 10px;
  }
  .service-section .services .card{
    flex: 1;
    flex-basis: 400px;
    max-width: 575px;
  }
}