html {font-family: 'Open Sans', sans-serif;}
:root {
  --theme-color: #3950ca;
  --bg-color: rgba(79, 48, 183, 0.06);
  --comp-color: #ff6584;
  --gradient: linear-gradient(#14a859 0%, #d77070 100%);
}

.bg-color {
  background: var(--bg-color);
}

.half-color-box {
  background: var(--gradient);
  height: 400px;
  margin-bottom: 100px;
}

.text-whtie {
  color: #fff !important;
}

.bold {
  font-weight: bolder;
}

.por {
  position: relative;
}

.review-box .quote {
  position: absolute;
  width: 40px;
  right: 10px;
  bottom: 10px;
}

.test-arrowbox {
  position: absolute;
  right: 20px;
  display: flex;
  top: 70px;
}

.review-box {
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.review-box h5 {
  margin: 0;
}

.review-box p {
  margin-bottom: 0;
  margin-top: 10px;
  color: #7d8597;
}

.user-post {
  font-size: 14px;
  margin: 0 !important;
}

.swiper-testimonial {
  padding: 100px 20px;
  padding-top: 30px;
}

.half-color-box {
  background: var(--gradient);
  height: 353px;
    margin-bottom: 215px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 35px;
    left: 0;
    width: 100%;
}
.test-arrowbox .swiper-button-next-test,
.test-arrowbox .swiper-button-prev-test {
  margin-right: 20px;
  /* background: var(--comp-color);2 */
  border-radius: 50%;
  --size: 35px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-right {
  transform: rotate(180deg);
  margin-top: -8px;
}

.arrow {
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.arrow:hover {
  transform: translateX(-15px);
}


/* Typography */
p, a {font-weight: 400;}
.h2 {font-size: 40px;}
.h3 {font-size: 28px;}
.light-300 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
}
.regular-400 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
}
.typo-space-line::after,
.typo-space-line-center::after {
      content: "";
    width: 150px;
    display: block;
    position: absolute;
    border-bottom: 5px solid #b80505;
    padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
/* Main Nav */
#main_nav .nav-item .nav-link:hover {    color: #b70101;}
/* Home */
#index_banner {
  background: url('./../img/banner-bg-01.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 60vh;
  max-height: 65vh;
  width: 100%;
}
#index_banner .carousel-item {
  min-height: 60vh;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #6266ea !important;
}
.service-wrapper .service-footer {
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
	background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
	background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(97,84,199,1) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
/* About */
#work_banner {
  background-image: url('./../img/banner-bg-02.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  width: 100%;
}
.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

/* Work */
/* Singel Work */
#work_single_banner {
  background-image: url('./../img/banner-bg-02.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.related-content {
  border-radius: 20px;
  cursor: pointer;
}
/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}
.pricing-table {
  max-width: 350px;
  margin: auto;
}
.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}
/* Contact */
#floatingtextarea {
  height: 150px
}
/* Footer */
footer a.text-light:hover {
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}
li.nav-item {
    background: #14a859;
    border-right: 1px solid #fff;
}
.pull_right{
  float:right;
  /*margin-right: 30px;*/
}
.cc-color{
  fill: #6266ea;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
}
.dst-logo{
  max-width: 120px;
}
.d-column{
  flex-direction: column;
}.banner-heading{
 position: relative;
    z-index: 99;
    color: #fff;
        line-height: 55px;
        font-weight: 500;
    text-shadow: 0px 0px 6px rgb(0 0 0 / 57%);
}
.contactNo{
  position: absolute;
    bottom: -34px;
    background: #f35e03;
    padding: 5px 30px;
    right: 14%;
    border-radius: 0px 0px 20px 20px;
    color: #ffff;
    font-size: 16px;
    letter-spacing: 0.03em;
}
.main_nav{
  position: relative;
}
.c-icon{
  font-weight: 600;
}
.bx-shadow{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.relative{
  position: relative;
}
.i-icon{
  position: absolute;
    left: 8px;
    top: 7px;
    font-size: 25px;
    color: #6b6b6b;
  }
.pl-40{
  padding-left: 40px !important;
}
a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 10px;
  right: 30px;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
.rool{
  position: absolute;
  bottom: 0;
  right: 0;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #00b953;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #484848;
  font-size: 13px;
  font-weight: bold;
}
.swiper-button-prev-test{
  background: rgba(225,225,225,0.5);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 25px;
}
.swiper-button-prev-test .bx{
  color: #fff;
}
.w-color{
  color: #fff;
}
.m2{
  margin-left: 10px;
}
.review-box{
  min-height: 260px;
}
.webUrl{
  display: block;
  color: #c12424;
  font-weight: 500;
  text-align: center;

}
.dst-logo-f{
  max-width: 250px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 5px rgba(225,225,225,0.5);
  background: #fff;
  border-radius: 4px;
  padding: 4px;
}
#myBtn {
  display: none;
 position: fixed;
bottom: 40px;
right: 30px;
z-index: 99;
font-size: 18px;
border: none;
outline: none;
background-color: #ba0d0d;
color: white;
cursor: pointer;
padding: 7px;
border-radius: 4px;
}
.bg-secondary {
    background-color: #14a859!important;
}

#myBtn:hover {
  background-color: #555;
}
@media (max-width: 1024px){
  .contactNo{
    display: none;
  }
  ul.nav.navbar-nav.pull_right.text-center.text-dark{
    width: 100%;
    display: table;
    padding-right: 0px;
    background: #f1f1f1;
    margin-right: 0px;
  }
  .dstLogo{
    display: none !important;
  }
}
@media (max-width: 768px){
  li.nav-item {
    margin-left: 0px;
}
}