:root {
    --blue: #b9f507;
    --black: #fff;
    --white: #fff;
    --black-1: #131313;
    --gray: #07167D4A;
    --border: 1px solid var(--blue);
    --theme-radius: 10px;
    --blue0: #081A37;
    --black-0: #000000;
}

body {
   background: var(--blue0)!important;
}
h1 {
      font-size: 58px;
      font-weight: 700;
      line-height: 62px;
}
h2 {
      font-size: 48px;
      font-weight: 700;
      line-height: 54px;
}
h3 {
      font-size: 42px;
      font-weight: 700;
      line-height: 48px;
}
h4 {
      font-size: 32px;
      font-weight: 700;
      line-height: 38px;
}
h5, .sub-home{
      font-size: 25px;
      font-weight: 700;
      line-height: 32px;
}
h6 {
      font-size: 20px;
      font-weight: 700;
      line-height: 26px;
}
p {
      font-size: 17px;
      font-weight: 400;
      line-height: 24px;
      color: var(--black);
}
h1, h2, h3, h4, h5, h6, p, span, a {
    font-family: "Montserrat", Sans-serif;
    margin-bottom: 20px;
}
h1 {
  color: var(--white);
}
h2, h3, h4, h5, h6 {
    color: var(--black);
}
a {
  text-decoration: none;
}
.t-white, .t-whiteP p {
      color: var(--white);
}
.hov_blue:hover {
 color: var(--blue);
}
.t-black {
    color: var(--black);
}
.t-blue {
    color: var(--blue);
}
.bg_bland {
  background-blend-mode: color;
  background: rgba(0, 0, 0, 0.50);
}
.theme-btn {
    color: var(--black-0);
    font-weight: 500;
    background: var(--blue);
    padding: 12px 20px;
    box-shadow: 5px 5px 0px 0px var(--white);
}
.theme-btn:hover {
  background: var(--white);
  box-shadow: 5px 5px 0px 0px var(--blue);
}

.bg-blue {
  background-color: var(--blue);
}
.bg-black {
   background-color: transparent !important;

}
.bg_repeat {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}
.mx-870 {
  max-width: 870px;
}
.mx-550 {
  max-width: 550px;
}
.pt_70 {
  padding-top: 70px;
}
.pb_70 {
  padding-bottom: 70px;
}
.pt-50 {
  padding-top: 50px;
}
.pb_50 {
  padding-bottom: 50px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt_20 {
  padding-top:  20px;
}
.pb_20 {
  padding-bottom: 20px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-20 {
  padding-left: 20px;
}
.r-10{
  border-radius: var(--theme-radius);
}
/* Margin */
.mt-40 {
margin-top: 40px;
}
.mb-10 {
  margin-bottom: 10px;
}
/* Font_Weight */
.f-400 {
  font-weight: 400;
}
.f-500 {
  font-weight: 500;
}
.f-600 {
  font-weight: 600;
}
.f-700 {
  font-weight: 700;
}
.f-800 {
  font-weight: 800;
}
/*  */
 .my-logo img {
  width: 230px;
  object-fit: cover;
} 
 .custom-cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.cursor-inner {
  width: 15px;
  height: 15px;
  background: var(--blue);
  border-radius: 50%;
  
  position: absolute;
  transform: translate(-50%, -50%);
  transition: background 0.1s ease;
}

.cursor-outer {
  width: 40px;
  height: 40px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.navbar-nav li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 15px; 
  transition: all 0.3s ease-in-out;
  color: var(--white);
}
.navbar-nav li a:hover {
  color: var(--blue);
}
.navbar-nav li a.active {
  color: var(--blue) !important;
}
.fa-bars:before, .fa-navicon:before {
    color: var(--black-0) !important;
}
.fa-times:before, .fa-xmark:before {
    color: var(--black-0) !important;
}
.social-icons {
  display: flex;
  padding-left: 150px;
  padding-right: 50px;
}
.social-icons li {
  padding: 6px;
  list-style-type: none;
}
.social-icons li> a >i {
  color: var(--white);
  font-size: 22px;
  padding: 5px;
  border-radius: 50%;
}
.social-icons li> a > i:hover {
  background-color: var(--blue);
  color: var(--black-0);
}
.feather-home {
  width: 100% !important;
}

/* footer */
.white-p p {
  color: var(--white);
}
.wp_scan img {
  width: 230px;
  border-radius:var(--theme-radius) ;
}
.contact-box {
  padding-left: 18px;
}
.contact-box-wapper i {
  font-size: 40px;
}
.contact_box i {
    font-size: 40px;
    color: var(--blue);
}
.contact_box a {
    font-size :16px;
    color: var(--black);
    font-weight: 500;
}
.copy_write {
  border-top: 1px solid var(--gray);
}
/* Home Page */
/* .home_img {
  border: 1px solid var(--blue);
} */
.work_list i {
  font-size: 25px;
}
.work_list span {
  font-size: 18px;
}
.service-box {
  transition: background-color 0.5s ease-in-out;
}
.service-box {
  border: 1px solid var(--blue);
  border-radius: 10px;
  padding: 20px;
}
.service-box:hover{
  background: linear-gradient(50deg, var(--black-0), var(--blue));
  color: var(--white);
}
.service-box:hover i, .service-box:hover p, .service-box:hover h5 {
  color: var(--white);
}
.testimonial-rating img {
	max-width: 110px;
}
.testimonial-item {
	padding: 0 30px 20px 0;
}

.testimonial-box {
	border: var(--border);
	padding:  20px;
	min-height: 260px;
  box-shadow: 10px 10px 0px 0px var(--blue);
}
.portfolio-item img {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.portfolio-item {
  transition-timing-function:linear !important;
}
/* Contacct Form 7 */
.contact-form .half-width {
  width: 49%;
  float: left; 
  box-sizing: border-box; 
}
.contact-form  .form-margi-r {
margin-right: 10px;
}
.contact-form  .form-margi-l {
margin-left: 10px;
}
.contact-form label {
color: var(--black);
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 27px;
}
.contact-form input {
  color: var(--black);
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}
.contact-form .wpcf7-textarea {
  width: 100%;
  height: 150px; 
  padding: 8px;
  color: var(--white);
}
.contact-form .wpcf7-text {
  width: 100%;
  padding: 8px;
}
.contact-form .wpcf7-submit, .form-submit .submit  {
  color: var(--black-0);
  font-weight: 500;
  background: var(--blue) !important;
  box-shadow: 5px 5px 0px 0px var(--white);
  border: none;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  border-radius: 0px 0px 0px 0px;
  padding: 18px 25px 18px 25px;
}
.contact-form .wpcf7-submit:hover, .form-submit .submit:hover {
background-color: var(--white) !important;
box-shadow: 5px 5px 0px 0px var(--blue) !important;
}
.contact-form  .wpcf7-form-control {
  border: var(--border);
  background-color: transparent;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: var(--white) !important;
    border: 1px solid var(--blue) !important;
	font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 24px;
	font-family: "Montserrat", Sans-serif !important;
}
/* portfilo */
.port-container {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px !important;
}
.port-btn {
  background-color: var(--blue);
  padding: 8px 10px;
  display: flex;
  align-items: center;
  color: var(--black-0);
  max-width: 130px;
  gap: 10px;
  justify-content: center;
  position: relative;
  top: 60px;
  margin-left: 15px;
  transition: all 0.5s ease; 
  text-decoration: none;
}
.port-img {
overflow: hidden;
position: relative;
height: 220px; 
} 
.port-img img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: top; 
transition: object-position 7s ease-in-out;
}
.port_waper {
  overflow: hidden;
 border: 1px solid var(--blue);
  border-radius: var(--theme-radius);
}
.port_waper:hover .port-btn {
  top: -30px;
}
.port_waper:hover img {
  object-position: bottom; 
}
.about-port {
 padding: 0 20px 20px 20px;
}
.hover-port {
  min-height: 200px;
  overflow: hidden;
  position: relative;
} 


/* portfilo */
.theme-btn-2 {
  box-shadow: 5px 5px 0px 0px var(--black);
}
.t-black {
  color: var(--black);
}
.c_theme {
  color: var(--blue)
}
/* Conter Section */
.counter-section {
 display: flex;
 align-items: center;
 justify-content: space-between;
 text-align: center;
 gap: 20px;
 }
.counter-box  {
  border: 1px solid var(--blue);
  padding: 30px 20px 30px 20px;
  border-radius: var(--theme-radius);
  flex: 1 1 30%;
  max-width: 33.33%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.counter,.unit {
            color: var(--blue);
            font-size: 48px;
            line-height: 54px;
            font-weight: 700;
        }
        .counter-box p {
            margin-top: 8px;
        }