/* navbar css */
a{
  text-decoration: none !important;
}
body{
  background-color: #FEFCFE !important;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: #000 !important;
  color: #FFF !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.navbar{
    z-index: 2 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #FF4432 !important;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: rgb(0 0 0 / 88%) !important;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent !important;
  border: 1px solid #EE6457 !important;
  border-radius: 0.25rem;
}
.navbar-logo-bottom{
  border-right: 2px solid #ddd;
  height: 40px
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background-size: 100% 100%;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.active_menu{
    color: #FF4432 !important;
}
/*
color and background-color css */
.basic-color{
    color: #FF4432 !important;
}
.linear-color{
    font-size: 50px;
    background: linear-gradient(91deg, #0a0101 33.92%, #0a0313 102.58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.btn-danger{
    background-color: #EE6457 !important;
    border-radius: 41.987px !important;
    border: none !important;
}
.btn-danger-custom{
    background-color: #fff;
    border-radius: 41.987px !important;
}
.btn-danger-custom:hover{
    background-color: #fff;
    color: #EE6457;
    border-radius: 41.987px !important;
}
.mobile-show{
  display: none;
}
.map-responsive{
  display: none;
}
.more_btn a{
  text-decoration: none;
  color: #fff;
}
/*
section-1 css */

.text-center-svg{
    text-align: end;
}

.screen-position{
    position: absolute;
    top: -60px;
    width: 100%;
}
.screen-position-2{
    position: absolute;
    bottom: 72px;
    z-index: 3;
}
.text-custom{
  text-align: justify;
  color: #000;
font-size: 17.531px;


}
.bold-head{
color: #FF6758;
font-size: 30.493px;
font-weight: 600;

}
.client-happy-responsive{
  padding-left: 5px;
  padding-right: 5px;
}


/*
section-2 css */

.custom-card{
    border-radius: 6.395px;
   background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(64, 64, 64, 0.30);
}
.services-section{
  padding-top: 15px !important;
}
.responsive-new-show{
  display: none;
}
/* footer css */

a{
    text-decoration: none;
}
.footer {
  background: linear-gradient(180deg, #3297E5 0%, #00BFFF 100%);
padding-top: 60px;
padding-bottom: 0px;

}
.footer-section-top {
    margin-bottom: -5px;
}
/*END FOOTER SOCIAL DESIGN*/

@media only screen and (max-width:768px) {
.single_footer{margin-bottom:30px;}
}
.single_footer h4 {
color: #fff;
margin-top: 0;
margin-bottom: 25px;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
}
.single_footer h4::after {
content: "";
display: block;
height: 2px;
width: 40px;
background: #fff;
margin-top: 20px;
}
.single_footer p{color:#fff;}
.single_footer ul {
margin: 0;
padding: 0;
list-style: none;
}

.single_footer ul li a {
color: #fff;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
line-height: 36px;
font-size: 15px;
text-transform: capitalize;
text-decoration: none;
}
.single_footer ul li a:hover { color: #FF6758; }


.single_footer_address ul li{color:#fff;}
.single_footer_address ul li span {
font-weight: 400;
color: #fff;
line-height: 28px;
}
.contact_social ul {
list-style: outside none none;
margin: 0;
padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
display: block;
position: relative;
margin-top: 15px;
width: 100%;
}
.subscribe__input {
background-color: #fff;
border: medium none;
border-radius: 5px;
color: #333;
display: block;
font-size: 15px;
font-weight: 500;
height: 60px;
letter-spacing: 0.4px;
margin: 0;
padding: 0 150px 0 20px;
text-align: center;
text-transform: capitalize;
width: 100%;
}
@media only screen and (max-width:768px) {
.subscribe__input{padding: 0 50px 0 20px;}
}

.subscribe__btn {
background-color: transparent;
border-radius: 0 25px 25px 0;
color: #01c7e9;
cursor: pointer;
display: block;
font-size: 20px;
height: 60px;
position: absolute;
right: 0;
top: 0;
width: 60px;
}
.subscribe__btn i{transition: all 0.3s ease 0s;}
@media only screen and (max-width:768px) {
.subscribe__btn{right:0px;}
}

.subscribe__btn:hover i{
color:#EE6457;
}
button {
padding: 0;
border: none;
background-color: transparent;
-webkit-border-radius: 0;
border-radius: 0;
}
/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {margin-top:40px;}
.social_profile ul{
list-style: outside none none;
margin: 0;
padding: 0;
}
.social_profile ul li{float:left;}
.social_profile ul li a {
text-align: center;
border: 0px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
margin: 0px 5px;
font-size: 18px;
color: #fff;
border-radius: 30px;
width: 50px;
height: 50px;
line-height: 50px;
display: block;
border: 1px solid rgba(255,255,255,0.2);
}
@media only screen and (max-width:768px) {
.social_profile ul li a{margin-right:10px;margin-bottom:10px;}
}
@media only screen and (max-width:480px) {
.social_profile ul li a{
width:40px;
height:40px;
line-height:40px;
}
}
.social_profile ul li a:hover{
background:#EE6457;
border: 1px solid #EE6457;
color:#fff;
border:0px;
}
/*END SOCIAL PROFILE CSS*/
.copyright {
margin-top: 0px;
padding-top: 10px;
color:#fff;
font-size: 15px;
}
.copyright a{color:#fff;transition: all 0.2s ease 0s;}
.copyright a:hover{color:#EE6457;}
.footer-w3 {
  text-align: end;
}

/* card hover css */

.text {
    color: white;

    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .custom-card:hover .overlay {
    opacity: 1;
  }
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: black;
  }
  .custom-card {
    position: relative;
    width: 100%;
  }



/* hme page tv css */

  #myTV {
    position: relative;
    margin: auto;
    display: block;
     background-image:url(/img/Screen-apple.png);
      width:75%;
      background-repeat: no-repeat;
      background-size: contain;
      height:364px;
      z-index: 4;
  }


  .subscribe-img {
    position: absolute;
    top: 8%;
    left: 5%;
    width: 89%;
    height: 204px;
}
/* .subscribe-img {
    position: absolute;
    top: 7%;
    left: 7%;
    transform: rotateY(53deg);
    width: 77%;
    height: 186px;
} */
/* .subscribe-img {
    position: absolute;
    top: 7%;
    left: 6%;
    transform: rotateY(53deg);
    width: 79%;
    height: 186px;
}
   */

#particles-js {
    height: 580px;
    width: 100%;
  }




  .line_box {
    left: 37%;
    position: absolute;
    top: 1530px;
}

.line_box svg .linedot {
    transition: fill 0.3s ease-in-out;
}

.line_box svg .linedot.active {
    fill: #ff0000; /* Initial color when active */
}




@keyframes jump {
    25% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-0.5em);
    }

    75% {
      transform: translateY(0);
    }
  }

  .typing {
    display: inline-flex;
    height: 1rem;
    width: min-content;
    align-items: flex-end;
  }
  .typing-two {
    display: inline-flex;
    flex-wrap: wrap !important;
    height: 5rem;
    width: min-content;
    align-items: flex-end;
  }


  .dot-1-span{
    width:  20px;
    height: 20px;
    background: black;
    border-radius: 50%;
    margin: 0 0.2em;
    animation: jump 1500ms infinite;
  }
  .dot-2-span{
    width:  20px;
    height: 20px;
    background: #FF6758;
    border-radius: 50%;
    margin: 0 0.2em;
    animation: jump 1500ms infinite;
  }
  .dot-3-span{
    width:  20px;
    height: 20px;
    background: black;
    border-radius: 50%;
    margin: 0 0.2em;
    animation: jump 1500ms infinite;
  }

  .typing span:nth-child(2) {
    animation-delay: 250ms;
  }

  .typing span:nth-child(3) {
    animation-delay: 500ms;
  }




/* modal css */

.Services-ux {
    border: 1px solid #ddd;
    text-align: center;
    width: 50%;
    margin: auto;
    padding: 6px;
    /* margin: -1px; */
}
.Services-ux:hover{
    border: 1px solid #EE6457;
    color: #EE6457;

}
.p-services{
    font-weight: 700;
}
.custom-header{
    display: flex !important;
    width: 100%;
    align-items: center !important;

}
.custom-close{
    margin: 0px !important;
}

input.custom-input {
    border: none;
    border-bottom: 1px solid #ddd;
    outline: none;
}


.modal-new.text-center {
  height: 200px;
  background-color: #FFF;

}
.modal-new.text-center:hover {
 background-color: #EE6457;
 color: #FFF;
  height: 200px;


}
.h2-custom:hover{
  color: #FFF;
}
.custom-btn-hover:hover{
  background-color: #FFF !important;
  color: #EE6457 !important;
}
.custom-btn-hover{
  background-color: #EE6457 !important;
  color: #fff !important;
}
.custom-select{
  border: none;
  border-bottom: 1px solid ;
  border-radius: 0px;
   outline: none !important;
}
.input-box {
  margin-left: 4px;
  display: inline-block;
  width: 305px;
  position: relative;
}




.btn-warning{
  border-color: #ddd !important;
}
.btn-group .select {
  position: relative;
}
.btn-group .select input:checked + label {
  background-color: #EE6457;
  color: #fff;
}
.btn-group .select input:checked + .custom-btn-1 {
  background-color: #9747FF;
  color: #fff;
}
.btn-group .select input:checked + .custom-btn-2 {
  background-color: #00bfff;
  color: #fff;
}
.btn-group .select input:checked + .custom-btn-3 {
  background-color: #FCAF45;
  color: #fff;
}
.btn-group .select input:checked + .custom-btn-4 {
  background-color: #ff0000;
  color: #fff;
}
.btn-group .select input:checked + .custom-btn-5 {
  background-color: #333;
  color: #fff;
}
.btn-group .select input:checked + label:hover, .btn-group .select input:checked + label:focus, .btn-group .select input:checked + label:active {
  background-color: #FF6758;
  color: #fff;
}
.btn-group .select input {
  opacity: 0;
  position: absolute;
}
.btn-group .select .button_select {
  margin: 0 10px 10px 0;
  display: flex;
  background-color: transparent;
}
.btn-group .select .button_select:hover, .btn-group .select .button_select:focus, .btn-group .select .button_select:active {
  background-color: transparent;
}
.option {
  position: relative;
}
.option input {
  opacity: 0;
  position: absolute;
}
.option input:checked + span {
  background-color: #EE6457;
}
.option input:checked + span:hover, .option input:checked + span:focus, .option input:checked + span:active {
  background-color: #9747FF;
}
.option .btn-option {
  margin: 0 10px 10px 0;
  display: flex;
  background-color: transparent;
}
.option .btn-option:hover, .option .btn-option:focus, .option .btn-option:active {
  background-color: transparent;
}



.new-section-text{
  position: relative;
  width: 100%;
}
.demo-img {
  display: block;
  width: 100%;
  background-color: #fff;
  height: 100%;
}
.overlay-demo {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #e66465;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .8s ease;
}
.new-section-text:hover .overlay-demo {
  bottom: 0;
  height: 100%;
  color: #fff;
}



.card-map-two{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card-map {
  position: absolute;
  width: 100%;
  bottom: 95px;
  left: 45px;
}
.card-map-three {
  position: absolute;
  bottom: 320px;
  right: 313px;
}
.card-map-four {
  position: absolute;
  bottom: 80px;
  right: 103px;
}










/* career page css */

.dot-design{
  position: absolute;
  top: -50px;
  z-index: 3;
}
.php-img{
  z-index: 4;
  position: relative;
  /* bottom: 150px; */
}
.img-vector-design{
  width: 70%;
}
::marker {
  color: #EE6457;
}

.responsive-card{
  display: flex !important;
}



/* .Services-css */

.feature_item .f_icon {
  min-height: 91px;
  position: relative;
}
.feature_item {
  text-align: center;
  padding: 40px 0 60px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}
.feature_item .f_property-icon {
  position: absolute;
  top: 63px;
  left: 43%;
}
.more_btn {
  padding: 0 18px;
  /* background-image: -webkit-gradient(linear,left top,right top,from(#6fbcfe),color-stop(51%,#998dff),to(#6fbcfe));
  background-image: -webkit-linear-gradient(left,#6fbcfe 0%,#998dff 51%,#6fbcfe 100%);
  background-image: -o-linear-gradient(left, 0%,#998dff 51%,#6fbcfe 100%);
  background-image: linear-gradient(to right,#FF6758 0%,#0895f8c9 51%,#9747FF 100%); */
  background-color: #110101;
  background-size: 200% auto;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: roboto,sans-serif;
  line-height: 39px;
  border: 6px solid #9747FF(204,241,255,.5);
  border-radius: 33px;
  /* background-image: -ms-linear-gradient(left,#6fbcfe 0%,#998dff 51%,#6fbcfe 100%); */
}
.feature_item:hover {
  -webkit-box-shadow: 0 14px 38px 0 rgba(0,0,0,.11);
  box-shadow: 0 14px 38px 0 rgba(0,0,0,.11);
}
.feature_item p {
  font-size: 15px;
  line-height: 28px;
  font-family: roboto,sans-serif;
  color: #7c8d93;
  font-weight: 500;
  max-width: 290px !important;
  margin: auto;
  padding-bottom: 60px;
}
.feature_item h3 {
  color: #0b1033;
  font-family: roboto,sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 45px 0 20px;
}
.feature_item {
  text-align: center;
  padding: 40px 0 60px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}
.homepage-design .feature_item p {
  max-width: 425px;
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  flex-wrap: wrap !important;
}

.php-part:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 15px;
  border-radius: 15px;

}
.php-full-developer:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 15px;
  border-radius: 15px;
}

.Web-Designer-developer:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 15px;
  border-radius: 15px;
}
.Apply-BDE-developer:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 15px;
  border-radius: 15px;
}
.BDE_Trainee-developer:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 15px;
  padding: 15px;
}
.SEO_Trainee-developer:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 15px;
  border-radius: 15px;
}
.Digital_Marketing-developer:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding: 15px;
  border-radius: 15px;
}


/* contact_css */

.contact-p{
  font-size: 19px;
  color: #000000;
}
.custom-btn-contact{
  text-align: start !important;
}

/*
blog css */
.container-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-block: 2rem;
  gap: 2rem;
  background: var(--bg);
  border-radius: 20px;
}

.card__image {
  max-width: 100%;
  object-fit: cover;
}

.card-blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(20rem, calc(20rem + 2vw), 22rem);
  overflow: hidden;
  box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  background: #fff;
}

.jobs
{
  text-align: center;
}
.jobs .titletext
{
  text-align: center;
  font-size: 2em;
  padding-bottom: 40px;
}
.jobs .titletext span
{
  color: var(--secondary);
}
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #EE6457 #0b1033 #EE6457 !important;
}


/* website porfolio css */

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* application css */


@media screen and (min-width: 991px) {

}
 .img-wrapper {
	 position: relative;
	 margin-top: 15px;
}
 .img-wrapper img {
	 width: 100%;
}
 .img-overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: absolute;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 opacity: 0;
}
 .img-overlay i {
	 color: #fff;
	 font-size: 3em;
}
 #overlay {
	 background: rgba(0, 0, 0, 0.7);
	 width: 100%;
	 height: 100%;
	 position: fixed;
	 top: 0;
	 left: 0;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 z-index: 999;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 -ms-user-select: none;
	 user-select: none;
}
 #overlay img {
	 margin: 0;
	 width: 80%;
	 height: auto;
	 object-fit: contain;
	 padding: 5%;
}
 @media screen and (min-width: 768px) {
	 #overlay img {
		 width: 60%;
	}
}
 @media screen and (min-width: 1200px) {
	 #overlay img {
		 width: 50%;
	}
}
 #nextButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #nextButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #nextButton {
		 font-size: 3em;
	}
}
 #prevButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
}
 #prevButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #prevButton {
		 font-size: 3em;
	}
}
 #exitButton {
	 color: #fff;
	 font-size: 2em;
	 transition: opacity 0.8s;
	 position: absolute;
	 top: 15px;
	 right: 15px;
}
 #exitButton:hover {
	 opacity: 0.7;
}
 @media screen and (min-width: 768px) {
	 #exitButton {
		 font-size: 3em;
	}
}




.packages-height{
  height: 200px;
  object-fit: cover;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #EE6457;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/* our packges */
.box-shadow {
  cursor: pointer;
}

.box-shadow {
  box-shadow: -2px -1px 18px 5px #cccccc52;
}

.psd .box-shadow {
  box-shadow: 0 1px 20px 1px rgba(69, 65, 78, .48);
}

.box-shadow:hover {
  box-shadow: 0 1px 20px 1px rgba(69, 65, 78, .48);
  transition: all .5s;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.model_remove_scroll::-webkit-scrollbar {
width: 0 !important;
display: none;
}
.card.h-100.navbar-color-card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: black;
  background: linear-gradient(#e66465, #9198e5);
  border: none;
}
.navbar-color-card-1{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: black;
  background: linear-gradient(#e66465, #9198e5);
  border: none;
}
.navbar-color-card-2{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: black;
  background: linear-gradient(#e66465, #9198e5);
  border: none;
}
.navbar-color-card-3{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: black;
  background: linear-gradient(#e66465, #9198e5);
  border: none;
}
.about-show{
  display: none;
}
.a-tab-custom{
  color: #fff !important;
}
h5.card-title {
  color: black;
}



/* about page css */

.container-about {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px){
.container-about {
  max-width: 540px;
}
}

@media (min-width: 768px){
.container-about {
  max-width: 720px;
}
}

@media (min-width: 992px){
.container-about {
  max-width: 960px;
}
}

@media (min-width: 1200px){
.container-about {
  max-width: 1140px;
}
}

@media (min-width: 1300px){
.container-about {
  max-width: 1200px;
}
}

[class*="container-about"]  {
  padding-top: 30px;
}

@media (min-width: 992px){
[class*="container-about"]  {
  padding-top: 50px;
}
}

@media (min-width: 1200px){
[class*="container-about"]  {
  padding-top: 25px;
}
}

*,:after,:before {
  box-sizing: border-box;
}


.custom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-custom,.col-md-custom {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px){
.col-md-custom {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.offset-md-1 {
  margin-left: 8.333333%;
}
}

@media (min-width: 992px){
.col-custom {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.offset-lg-2 {
  margin-left: 16.666667%;
}
}

.about-home h5 {
  font-size: 31px;
  line-height: 34px;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0 80px;
}


[class*="divider-"] {
  clear: both;
  width: 100%;
}

.divider-30 {
  margin-top: 30px;
}

.d-none {
  display: none!important;
}

@media (min-width: 1200px){
.custom-block {
  display: block!important;
}
}

.divider-10 {
  margin-top: 10px;
}

[class*="divider-"]:last-child {
  -webkit-box-ordinal-group: 10001;
  -ms-flex-order: 10000;
  order: 10000;
}


.divider-35 {
  margin-top: 35px;
}


.divider-40 {
  margin-top: 40px;
}
button.btn.btn-outline-maincolor.custom-about-btn {
  border: 2px solid #ee7752;
}

h1.custom-about-h1 {
  color: #FF497C;
  font-size: 200px;
  font-weight: 600;


}
.custom-about-h1-two{
  color: #A0CE4E;
  font-size: 200px;
  font-weight: 600;
}
.custom-about-h1-three{
  color: #00BEA3;
  font-size: 200px;
  font-weight: 600;
}
.custom-about-h1-four{
  color: #F1894C;
  font-size: 200px;
  font-weight: 600;
}
.custom-about-span{
  font-size: 40px;
  position: absolute;
  bottom: 73px;
  right: -36px;
  font-weight: 600;
  color: #fff;
}
.custom-about-span-two{
  font-size: 40px;
  position: absolute;
  bottom: 73px;
  right: -10px;
  font-weight: 600;
  color: #fff;
}
section.about-bg {
  background: url(<path-to-image>), lightgray -397.294px 0px / 154.664% 103.013% no-repeat, #1F2732;
  background: #1F2732;
  padding: 33px;

}
.text-about{
  color: #fff;
}
.about-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.servers-show{
  display: none;
}
/*

home page services-section */

.row-card {
  display: flex;
  flex-wrap: wrap;
}
.column-card {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card-services {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #000  50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
.h3-card {
  font-size: 20px;
  font-weight: 600;
  color: #FF6758 ;
  margin: 1em 0;
}
.p-card {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.icon-wrapper {
  background-color: #FF6758 ;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .section-card {
    padding: 0 2em;
  }
  .column-card {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .section-card {
    padding: 1em 3em;
  }
  .column-card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}



/* protfolio css */
.macbook {
  padding: 4% 6%;
  margin: 0 auto;
  max-width: 800px;
}

.screen {
  background: #000;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  margin: 0 auto;
  /* for aspect ratio */
  position: relative;
  width: 80%;
}

.screen:before {
  border: 2px solid #cacacc;
  border-radius: 3% 3% 0.5% 0.5% / 5%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8) inset, 0 0 1px 2px rgba(255, 255, 255, 0.3) inset;
  content: "";
  display: block;
  /* for aspect ratio ~67:100 */
  padding-top: 67%;
}

.screen:after {
  content: "";
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0.75%;
  left: 0.5%;
  padding-top: 1%;
  width: 99%;
}

.viewport {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 4.3% 3.2%;
  background: #333;
}

.base {
  /* for aspect ratio */
  position: relative;
  width: 100%;
}

.base:before {
  content: "";
  display: block;
  /* for aspect ratio ~33:1000*/
  padding-top: 3.3%;
  /* stylin */
  background: linear-gradient(#eaeced, #edeef0 55%, #fff 55%, #8a8b8f 56%, #999ba0 61%, #4B4B4F 84%, #262627 89%, rgba(0, 0, 0, .01) 98%);
  border-radius: 0 0 10% 10%/ 0 0 50% 50%;
}

.base::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(255, 255, 255, 0.8) 0.5%, rgba(0, 0, 0, 0.4) 3.3%, transparent 15%, rgba(255, 255, 255, 0.8) 50%, transparent 85%, rgba(0, 0, 0, 0.4) 96.7%, rgba(255, 255, 255, 0.8) 99.5%, rgba(0, 0, 0, 0.5) 100%);
  content: "";
  height: 53%;
  position: absolute;
  top: 0;
  width: 100%;
}

.notch {
  background: #ddd;
  border-radius: 0 0 7% 7% / 0 0 95% 95%;
  box-shadow: -5px -1px 3px rgba(0, 0, 0, 0.2) inset, 5px -1px 3px rgba(0, 0, 0, 0.2) inset;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3.5%;
  z-index: 2;
  /* for aspect ratio */
  position: relative;
  width: 14%;
}

.notch:before {
  content: "";
  display: block;
  /* for aspect ratio ~1:10 */
  padding-top: 10%;
}


/* Screenshot Hover Scroll Additions
-------------------------------------------------------------- */

.macbook .viewport {
  transition: background-position 3s ease;
  background-position: 0 0;
  background-size: 100% auto;
  overflow: hidden;
  cursor: pointer;
}

.macbook:hover .viewport {
  background-position: 0 100%;
}

.macbook .viewport:after {
  background: radial-gradient(circle at right bottom, transparent 75%, rgba(255, 255, 255, 0.05) 75%, transparent);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.container-phone {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.container-phone img.frame {
  height: 36rem;
  width: 18rem;
  margin: auto;
  position: absolute;
}
.container-phone img.screenshot {
  height: 33.5rem;
  margin: auto;
  position: absolute;
}


/* .packages-css */

.bg-maincolor {
  background-image: -webkit-linear-gradient(left, #5b83cd 0%, #c280bf 100%);
  background-image: linear-gradient(to right, #5b83cd 0%, #c280bf 100%);
}

.bg-maincolor2 {
  background-image: -webkit-linear-gradient(left, #2165a9 0%, #3197d4 100%);
  background-image: linear-gradient(to right, #2165a9 0%, #3197d4 100%);
}

.bg-maincolor3 {
  background-image: -webkit-linear-gradient(left, #208291 0%, #32b9c2 100%);
  background-image: linear-gradient(to right, #208291 0%, #32b9c2 100%);
}


.color-main {
  border-color: #5b83cd !important;
  color: #5b83cd !important;
}

.color-main2 {
  border-color: #c280bf !important;
  color: #c280bf !important;
}

.color-main3 {
  border-color: #2165a9 !important;
  color: #2165a9 !important;
}

.color-main4 {
  border-color: #3197d4 !important;
  color: #3197d4 !important;
}

.color-main5 {
  border-color: #208291 !important;
  color: #208291 !important;
}

.color-main6 {
  border-color: #32b9c2 !important;
  color: #32b9c2 !important;
}

.color-main7 {
  border-color: #8073b2 !important;
  color: #8073b2 !important;
}
.list-bordered {
  list-style: none;
  overflow: hidden;
  padding: 0;
}

.list-bordered li {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  padding-bottom: 15px;
  padding-top: 14px;
}

.list-bordered li + li {
  border-top: none;
}

.list-bordered.no-top-border > li:first-child {
  border-top: none;
}

.list-bordered.no-bottom-border > li:last-child {
  border-bottom: none;
}

.small-text {
  color: #4c4c4c;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
h5.special-heading {
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  h5.special-heading {
      font-size: 20px;
  }
}

.special-heading {
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  word-wrap: break-word;
}

.special-heading.text-lowercase {
  font-size: 62px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0;
}
h5.special-heading {
  letter-spacing: 0.2em;
  margin: -3px 0 0;
}
.special-heading + h1 {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5d5d5d;
  font-size: 3vw;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .special-heading + h1 {
      font-size: 35px;
  }
}

.btn {
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;

  padding: 2px;

  line-height: 3.2;
  color: #fff;
  font-size: 18px;
}
.btn-maincolor,
.btn-maincolor:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #5b83cd 0%, #c280bf 100%);
  background-image: linear-gradient(to right, #5b83cd 0%, #c280bf 100%);
}

.btn-maincolor2,
.btn-maincolor2:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #2165a9 0%, #3197d4 100%);
  background-image: linear-gradient(to right, #2165a9 0%, #3197d4 100%);
}

.btn-maincolor3,
.btn-maincolor3:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #208291 0%, #32b9c2 100%);
  background-image: linear-gradient(to right, #208291 0%, #32b9c2 100%);
}

.btn-outline-maincolor:hover span,
.btn-outline-maincolor2:hover span,
.btn-outline-maincolor3:hover span {
  background: transparent;
  color: #fff;
}

.btn-outline-maincolor span,
.btn-outline-maincolor2 span,
.btn-outline-maincolor3 span {
  background-color: #fff;
}

.btn-outline-maincolor,
.btn-outline-maincolor:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #5b83cd 0%, #c280bf 100%);
  background-image: linear-gradient(to right, #5b83cd 0%, #c280bf 100%);
  color: #c280bf;
}

.btn-outline-maincolor2,
.btn-outline-maincolor2:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #2165a9 0%, #3197d4 100%);
  background-image: linear-gradient(to right, #2165a9 0%, #3197d4 100%);
  color: #3197d4;
}

.btn-outline-maincolor3,
.btn-outline-maincolor3:not(:disabled):not(.disabled):active {
  background-image: -webkit-linear-gradient(left, #208291 0%, #32b9c2 100%);
  background-image: linear-gradient(to right, #208291 0%, #32b9c2 100%);
  color: #32b9c2;
}
.pricing-plan {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 40px 40px 10px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pricing-plan .price-wrap {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  font-size: 20px;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 0.7;
  margin: 42px 0 3px;
}

.pricing-plan .price-wrap[class*='bg-'] {
  margin-bottom: 0;
  margin-top: 50px;
  padding: 30px 30px 10px;
}

.pricing-plan .price-wrap .plan-price {
  font-size: 40px;
  font-weight: 700;
  padding: 0 6px;
}

.pricing-plan [class*='bg-'] {
  margin-left: -41px;
  margin-right: -41px;
  padding: 10px 30px 27px;
}

.pricing-plan .plan-name[class*='bg-'] {
  margin-top: -40px;
  padding-top: 30px;
}

.pricing-plan .plan-name h3 {
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .pricing-plan {
      padding: 57px 60px 10px;
  }

  .pricing-plan [class*='bg-'] {
      margin-left: -61px;
      margin-right: -61px;
  }

  .pricing-plan .plan-name[class*='bg-'] {
      margin-top: -57px;
  }

  .pricing-plan.plan-featured [class*='bg-'] {
      margin-left: -60px;
      margin-right: -60px;
  }
}

.pricing-plan .plan-features {
  margin: 38px 0 0;
}

.pricing-plan .plan-button {
  position: relative;
  top: 38px;
}

.pricing-plan.plan-featured {
  border: 5px solid #2165a9;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.pricing-plan.plan-featured .plan-button {
  top: 48px;
}

.pricing-plan.rounded .plan-name {
  border-radius: 5px 5px 0 0;
}

.plan-desc {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .plan-desc {
      -webkit-justify-content: space-around !important;
      justify-content: space-around !important;
  }
}

@media (max-width: 991px) {
  .plan-desc {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .plan-desc {
      margin: 40px -15px 0;
  }
}

.plan-desc h4 {
  font-weight: 200;
  letter-spacing: 5px;
  line-height: 1.3;
  margin: 0;
}

.plan-desc .price-icon {
  -webkit-transform: translateX(7%);
  -ms-transform: translateX(7%);
  transform: translateX(7%);
}

.plan-desc p {
  line-height: 0;
}

.plan-desc .plan-content {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .plan-desc .plan-content {
      margin-top: 25px;
  }
}

.pricing-plan {
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

@media (min-width: 991px) {
  .pricing-plan.pricing-plan:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  }
}


/* blog details page */

.blog_a{
  color: #000 !important;
}
.bg-blog {
  background-color: aliceblue;
  padding: 15px;
  border-left: 2px solid black;
}
.post-blog{
  color: black;
}
.blog-hr{
  border: 1px solid #ddd;
  opacity: 0.5 !important;
}
.wp-block-search__inside-wrapper {
 display: flex;
}
.wp-block-search__input{
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px;
  border: none;
}
.post-recent {

  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.succes-search{
  border: 2px solid #EE6457 !important;
  background-color: #EE6457 !important;
  color: #fff !important;
}
.blog-p{
  text-align: justifys !important;
}
p.blog-p {
  text-align: justify;
}

.box-work{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 15px;
}


/* our team css */
.team{padding-bottom:70px;font-family:'Poppins', sans-serif}
.team .section-title{text-align:left;margin-bottom:50px}
.team__item{height:480px;position:relative;z-index:1;margin-bottom:30px;overflow:hidden;background-position:center;background-size:cover}
.team__item:after{position:absolute;left:0;top:0;height:100%;width:100%;background:rgba(34,48,96,0.8);content:"";z-index:-1;opacity:0;-webkit-transition:all,0.5s,ease-out,.5s;-o-transition:all,0.5s,ease-out,.5s;transition:all,0.5s,ease-out,.5s}
.team__item:hover:after{opacity:1}
.team__item:hover .team__text{top:0}
.team__item:hover .team__text .team__title{border-bottom:1px solid rgba(183,183,183,0.2);padding:0 0 26px;margin-bottom:26px;opacity:0;visibility:hidden;position:relative;bottom:initial;opacity:1;visibility:visible}
.team__item:hover .team__text p{top:0;opacity:1;visibility:visible;-webkit-transition:all .5s ease .3s;-o-transition:all .5s ease .3s;transition:all .5s ease .3s}
.team__item:hover .team__text .team__social{opacity:1;visibility:visible;bottom:34px;-webkit-transition:all .5s ease .5s;-o-transition:all .5s ease .5s;transition:all .5s ease .5s}
.team__text{height:100%;top:361px;position:relative;padding:35px 30px 30px;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.team__text .team__title{border-bottom:1px solid rgba(183,183,183,0.2);padding:0 0 26px;margin-bottom:26px;position:relative}
.team__text .team__title h4{color:#fff;font-weight:700;margin-bottom:6px}
.team__text .team__title span{font-size:15px;color:#88C417}
.team__text p{color:#e4e4e4;line-height:26px;opacity:0;visibility:hidden;position:relative;top:50px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}
.team__text .team__social{position:absolute;left:0;width:100%;padding:0 30px;bottom:0;opacity:0;visibility:hidden}
.team__text .team__social a{display:inline-block;font-size:20px;color:#fff;margin-right:34px;-webkit-transition:all,.3s;-o-transition:all,.3s;transition:all,.3s}
.team__text .team__social a:last-child{margin-right:0}
.team__text .team__social a:hover{color:#88C417}
@media(max-width:768px) {
  .team__item{height:350px}
  .team__text{padding:25px 20px 20px}
}


/* our client */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
