.smsBox h5 {
    font-size: 22px;
}
.main-slider {
    position: relative;
}
/*.main-slider .owl-nav {
    display: none;
}*/
.video-promo {
    z-index: 99;
}
.featureBx {
    height: 115px;
    overflow: hidden;
}
.circle img {
    width: 100%;
    border-radius: 50%;
}
.circle{
  overflow: hidden;
}
.all-services {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
}
.all-services .service-content {
    width: 50%;
    position: relative;
    text-align: center;
    float: left;
}
.all-services .service-content img.spin-img {
    max-width: 550px;
    width: 100%;
    -webkit-animation: rotation 15s infinite linear;
    animation: rotation 15s infinite linear;
}
.all-services .service-content span {
    position: absolute;
    width: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
}
.all-services .service-content span img {
    width: 100%;
}
.all-services .service-content abbr {
    position: absolute;
    width: 550px;
    left: calc(50% - 275px);
    top: calc(50% - 275px);
}
.all-services .service-content .service-box {
    padding: 10px;
}
.all-services .service-content .service-box .section-header {
    margin: 0;
    margin-bottom: 10px;
}
.all-services .service-content .service-box .section-header h2.section-title {
    font-size: 25px;
    font-weight: 600;
    border: 0;
}
.all-services .service-content .service-box p.text {
    color: #fff;
}
section.section.add-bg {
    background: #eaeaea;
}
section.section.add-bg {
    background: gray;
}
section.section.add-bg h2.section-title {
    border-bottom: 3px solid #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: unset;
    color: #fff;
}
section.section.add-bg .othrInfo.othrInfo5 h4 {
    color: #fff;
}
section.section.add-bg .othrInfo.othrInfo5 {
    border-bottom: 3px dashed #e1e1e1;
    border-top: 3px dashed #e1e1e1;
}
/*#loading {
    -webkit-animation: rotation 2s infinite linear;
}
*/
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/*slider css*/
.main-slider .owl-carousel{
    /*height: 80vh;*/
   height: 88vh;
   /*height:calc(100vh - 140px);*/
    
}
header .item {
  /*height: 100vh;*/
  /*height: 80vh;*/
  height: 88vh;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
 object-fit: cover;
 
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
section.video-promo.mobile-app {
    background: rgba(56, 56, 56, 0.4);
}
section.video-promo.mobile-app .asaa {
    background-image: linear-gradient(to top left, rgba(31, 31, 31, 0.4), rgba(82, 82, 82, 0.4));
}
.header.mobile-app-header {
    background: rgba(42, 41, 41, 0.5);
}

/*slider css end*/




@media (max-width:991px){

header .item .cover .header-content h2 {
    font-size: 35px;
}
header .item .cover .header-content h1 {
    font-size: 40px;
    margin: 5px 0 15px;
}
header .item .cover .header-content h4 {
    font-size: 30px;
    line-height: 35px;
}

}

@media (max-width:768px){

header .item .cover .header-content h2 {
    font-size: 30px;
}
header .item .cover .header-content h1 {
    font-size: 35px;
    margin: 5px 0 15px;
}
header .item .cover .header-content h4 {
    font-size: 25px;
    line-height: 30px;
}
.web-designs {height:47.5vh !important;}
.main-slider .owl-carousel{height:42vh;}
header .item {height:42vh;}

header .item img {background-size:cover;}
section.video-promo.mobile-app .asaa{padding: 12px 0px;}

}


@media (max-width:540px){

header .item .cover .header-content h2 {
    font-size: 25px;
}
header .item .cover .header-content h1 {
    font-size: 30px;
    margin: 5px 0 15px;
}
header .item .cover .header-content h4 {
    font-size: 20px;
    line-height: 25px;
}
.all-services .service-content abbr {
    width: 340px;
    left: calc(50% - 170px);
    top: calc(50% - 170px);
}
.all-services .service-content img.spin-img {
    max-width: 340px;  
}
.all-services .service-content span {
    width: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}


}

@media (max-width:360px){

header .item .cover .header-content h2 {
    font-size: 20px;
}
header .item .cover .header-content h1 {
    font-size: 25px;
    margin: 5px 0 15px;
}
header .item .cover .header-content h4 {
    font-size: 16px;
    line-height: 20px;
}
.all-services .service-content abbr {
    width: 280px;
    left: calc(50% - 140px);
    top: calc(50% - 140px);
}
.all-services .service-content img.spin-img {
    max-width: 280px;  
}
.all-services .service-content span {
    position: absolute;
    width: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
}
.all-services {
    padding: 0;
}


}

#pricing .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 25px;
}

#pricing .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

#pricing .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

#pricing .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}



#pricing input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

#pricing input:checked + .slider:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

/* Rounded sliders */
#pricing .slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#pricing #change_pricing{
    display:flex;
    justify-content:center;
    align-items:center;
}
#pricing #change_pricing label{
    margin:0;
}

#pricing .usd_price{
    display:none;
}
#pricing input:checked + .slider{
background:#f69f31;
}

.bg-orange{
    background:#f1a03b;
    color:#000;
}

@media(max-width:768px){
    .seo_table td, .seo_table th{
        border: 1px solid #dee2e6;
        padding: 5px;
        font-size: 10px !important;
        text-align:left !important;
    }
}