@charset "UTF-8";
:root {
  --themecolor1: #3d3d3d;
  --themecolor2: #1F1F20;
  --themecolor3: #ffffff;
  --themecolor4: #707070;
  --themecolor5: #F0F0F0;
  --themecolor6: #878787;
  --themecolor7: #b7b7b7;
  --themecolor8: #808080;
  --text-colordark: #333333;
  --font-face1: "Poppins", sans-serif !important;
  --outline-color: #F7F7F7;

}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;

}
h1,
h2,
h3,
h4,
h5,
h6 {

  font-family: var(--font-face2);
}
p {

  font-weight: 350;
  font-size: 18px;
  font-family: var(--font-face1);
}

/* ========= Color Style =========*/
.bg-dark {
  background: var(--themecolor2) !important;
}
.text-red {
  color: var(--themecolor1);
}
.bg-red {
  background: var(--themecolor1);
}
.text-dgray {
  color: var(--themecolor2);
}
.text-lgray {
  color: var(--themecolor6);
}
.text-lgray2 {
  color: var(--themecolor7);
}
.text-lgray3 {
  color: var(--themecolor8) !important;
}
.text-white {
color: var(--themecolor3) !important;
}

.lightgraybg{background: var(--themecolor5);}
.darkblackbg{background: #050505;}
.clientSwiper {
background: var(--themecolor5);
position: relative;
overflow: hidden;
}
.bodypx{padding:0 7%;}
/* ========= Color Style =========*/

/* ========= Font Style =========*/


.fn-face1 {
  font-family: "Poppins", sans-serif;
}

.fn-w1 {
  font-weight: normal;
}
.fn-w2 {
  font-weight: 300;
}
.fn-w3 {
  font-weight: 600;
}

.fn-12 {
  font-size: 12px;
}
.fn-14 {
  font-size: 14px;
}
.fn-16 {
  font-size: 16px;
}
.fn-18 {
  font-size: 18px;
}
.fn-20 {
  font-size: 20px;
}
.fn-24 {
  font-size: 24px;
}
.fn-28 {
  font-size: 28px;
}
.fn-30 {
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
}
.fn-32 {
  font-size: 32px;
}
.fn-34 {
  font-size: 34px;
}
.fn-36 {
  font-size: 36px;
}
.fn-48 {
font-size: 48px;
}

.fn-40 {
font-size: 40px;
}

h2 { font-weight: 500;
  font-size: 48px;
  color: var(--themecolor2);
}
h3 { font-weight: 600;
  font-size: 20px;
  color: var(--themecolor2);
}
.fs-50 {
  font-size: 50px !important;
}
.fs-48 {
font-size: 40px; line-height: 35px;
}

.fs-40 {
  font-size: 40px!important;
  }

.fs-60 {
font-size: 60px !important;
line-height: 1.2;
}
.fw-200{font-weight: 200;}

.line-h1 {
  line-height: 24px;
}
.line-h2 {
  line-height: 28px;
}
.line-h3 {
  line-height: 30px;
}
.line-h4 {
  line-height: 36px;
}
.line-h5 {
  line-height: 40px;
}
.line-h6 {
  line-height: 48px;
}
.letter-spacing1 {
  letter-spacing: 1px;
}
/* ========= Font Style =========*/

/* ========= Padding Style =========*/
.padding1 {
  padding: 100px 0;
}
.padding2 {
  padding: 80px 0;
}
.padding3 {
  padding: 60px 0;
}
.padding4 {
  padding: 40px 0;
}
.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
.pr-100 {
  padding-right:10%;
}
.py-80 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-50 {
padding:0 7%;
}
/* ========= Padding Style =========*/


.blackbg{background:#151515;}
.free{border-radius: 3px;}
.free:hover{background:#2d2c2c;}
.progress {
height: 9px;
background-color: #F2F2F2;
border-radius: 5px;
}


body {
	background: url(../images/body-bg.jpg) no-repeat;
	font-family: "Poppins", sans-serif;
	background-size: cover;
}

.logoimg {
	padding: 3% 3% 1px 15px;
}
.w-110 {
	max-width: 400px;
}


.social-icons {
	position: fixed;
	background: #000;
	width: 100%;
	left: 0;
	right: 0;
  bottom: 0;
	padding: 0 3%;
}


.social-icons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px; /* border ki thickness */
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

@media only screen and (max-width: 767px) {
.w-110 {
	width: 48%;
}
  .fs-48 {
	font-size: 39px;
	line-height: 46px;
}

.fn-24 {
	font-size: 18px;
}

.fn-30 {
	font-size: 24px;
	font-weight: 500;
	line-height: 27px;
}

body {
	
	padding-bottom: 50px;
}
  .fs-40 {
    font-size: 28px;
    line-height: 40px;
  }
  p {
    font-size: 16px;

  }

}
@media only screen and (max-width: 575px) {
  .logoimg {
    width: 155px;
  }
  .fs-48 {
	font-size: 33px;
}
.fn-24 {
	font-size: 16px;
}

}

@media only screen and (max-width: 375px) {
  p {
    font-size: 14px;

  }
  .fs-40 {
    font-size: 26px;
  
  }
}