/* Custom CSS */
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.aboutus {
    background-color: #2481bb;
    color: #ffffff;
}
.jst{
    text-align: justify;
}
.usetech{
    margin-top: 20%;
}
.ctbg{
    background-color: #2481bb;
}
.spacebottom{
    padding-bottom: 15px;
}
.gap{
    margin-top: 25px;
}
.gap-left{
    padding-left: 40px;
}
.client {
    text-align: center;
    margin-top: 30px;
    height: 150px;
    width: 200px;
    padding: 20px 40px;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}
.client-shad{
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.client-shad:hover,
.client-shad.active{
    
}
.client:hover{
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 5px 10px 2px rgba(0, 0, 0, 0.2);
}
.client .icon-head img{
	color:#2481bb;
	width:auto;
	height:auto;
    padding-top: 20px;
	line-height:90px;
	background:#fff;
	font-size: 34px;
	position:relative;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.client.active .icon-head img,
.client:hover .icon-head img {
    color: #fff;
    border-color: transparent;
}
.client .icon-head img::after {
    position: absolute;
    width: auto;
    height:auto;
    z-index: 3;
    opacity: 1;
    line-height: 20px;
    background: #2481bb;
    border-radius: 25px;
    left: 50%;
    bottom: 19px;
    content: "";
    margin-left: -10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.client.active .icon-head img:after,
.client:hover .icon-head img:after{
	background:#fff;
}
.client h6 {
	margin: 15px 0;
	line-height: inherit;
}
.client h6 a {
    font-size: 12px;
    color: #2e2751;
    display: inline-block;
}
.client:hover h6 a {
    font-size: 12px;
    color: #2481bb !important;
    display: inline-block;
}
.client p{
	font-size: 14px;
    color: #2481bb !important;
}
.ct-service {
    text-align:center;

}
.ct-service p{
    padding-top: 20px;
    text-align: left;
    line-height: 1.6;
    color: #202020;
}
.ct-service-content{
    
}
.ct-service-content p{
    line-height: 1.6;
    padding: 20px 0px 20px 0px;
}
/* About CSS ////////////////////////////////////////*/

.about-block{
  left: 555px;
  top:-20px;
  color: #202020;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 125px 125px;
  background-position-y: 0px;
  z-index: 0
}

/* About CSS END ////////////////////////////////////////*/

/* Digital Marketing css ///////////////////////////////////////////////////////*/
.conf{
    width: 25px;
    height: 25px;
    position: absolute;
    right:15%;
    border-radius: 50px;
    line-height: 25px;
    background-color: rgb(0, 102, 255);
    z-index: -2;
    
}
.conf2{
    width: 25px;
    height: 25px;
    position: absolute;
    right:150px;
    border-radius: 50px;
    line-height: 25px;
    background-color: rgb(255, 217, 0);
    z-index: -2; 
}
.conf3{
    width: 512px;
    height: 167px;
    position: absolute;
    right:15%;
    background-repeat: no-repeat;
    background-image: url("../img/dm/dmbg.png");
    background-size: 323px auto;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(-15deg);
    background-position-y: 0px ;
    z-index: -1; 
}
.conf4{
    width: 256px;
    height: 256px;
    right: 60px;
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("../img/dm/dm.png");
    background-size: 125px 125px;
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    transform: rotate(350deg);
    background-position-y: 0px ;
    z-index: 0; 
}
.dm-cards{
    width: 250px;
    height: 250px;
    padding: 105px 0px 0px 0px;
    background-image: linear-gradient(90deg, rgb(239 239 239) 19%, rgb(204 210 211) 100%);
    font-size: 18px;
    font-weight: 800;
    margin: 20px;
    color: #464646;
    border-radius: 200px;
    text-align: center;
    box-shadow: 0px 0px 11px 1px rgb(0 0 0 / 18%);
}
.dm-cards:hover{
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    color: #ffffff;
    transition: 1.3s;
    animation: swing 1s linear 0.1s;
    box-shadow: 0px 0px 11px 1px rgb(0 0 0 / 18%);
}
.dm-section{ 
    overflow-y: hidden;
    overflow-x: hidden;
}
.dm-section-bg{
    background-image: linear-gradient(45deg, #063ec3, #b3e2ff);
    padding:100px 0px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.ct-dm-text{
    margin: 20px 0px;
    padding-top: 40px;
}
.ct-dm-text p{
    margin-top: 20px;
    line-height: 26px;
}
.dm-head{
    font-size: 32px;
    font-weight: 800;
    color: #2E2751;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.ct-space{
    padding: 100px 0px;
}
/* Digital Marketing css end ///////////////////////////////////////////////////////*/

/* services cards css /////////////////////////////////////////////////////////////////////////*/

.card-space{
    margin: 10px;
}

.service-box {
    overflow: hidden;
    position: relative;
    padding: 35px 35px 26px;
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-box * {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .service-box .number-box {
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
    -webkit-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
    -moz-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
  }
  .service-box .content-box {
    padding-left: 75px;
  }
  .service-box .content-box .service-box-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
  }
  .service-box .content-box p:last-child {
    margin-bottom: 0;
  }
  .service-box .big-number {
    position: absolute;
    right: 35px;
    bottom: -13px;
    font-size: 88px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    line-height: 1;
    color: rgba(165, 183, 210, 0.2);
    z-index: 0;
  }
  .service-box .overdie {
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    opacity: 0;
  }
  .overdie {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .service-box:hover {
    background: none;
  }
  .service-box:hover .overdie {
    opacity: 1;
  }
  .service-box:hover .number-box {
    background: #fff;
    color: #00c3ff;
  }
  .service-box:hover .content-box {
    color: #fff;
  }
  .service-box:hover .content-box .service-box-title {
    color: #fff;
  }
  .service-box:hover .big-number {
    color: rgba(255, 255, 255, 0.2);
  }
  .service-box .number-box svg {
    fill: #ffffff;
  }
  .service-box:hover .number-box svg {
    fill: #00c3ff;
  }
  
  .service-box-s2 {
    overflow: hidden;
    position: relative;
    padding: 30px 30px 28px;
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-box-s2 .number-box {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #00c3ff;
    font-family: "Red Hat Display", sans-serif;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: rgba(0, 195, 255, 0.15);
  }
  .service-box-s2 .number-box svg {
    fill:#00c3ff;
  }
  .service-box-s2 .content-box {
    padding-left: 70px;
  }
  .service-box-s2 .content-box .service-box-title {
    font-weight: 700;
    margin-bottom: 8px;
  }
  .service-box-s2 .content-box p:last-child {
    margin-bottom: 0;
  }
  .service-box-s2:hover {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  .s-box .icon-main {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
  }
  .s-box .icon-main i, .s-box .icon-main span:before {
    font-size: 25px;
    line-height: 60px;
  }
  .s-box .icon-main img, .s-box .icon-main svg {
    width: 25px;
  }
  
  div.active .service-box .overdie {
    opacity: 1;
  }
  div.active .service-box .number-box {
    background: #fff;
    color: #00c3ff;
  }
  div.active .service-box .content-box {
    color: #fff;
  }
  div.active .service-box .content-box .service-box-title {
    color: #fff;
  }
  div.active .service-box .big-number {
    color: rgba(255, 255, 255, 0.2);
  }
  div.active .service-box-s2 {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  
  .service-box-2 {
    padding: 70px;
    font-size: 18px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .service-box-2 .service-box-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .service-box-2 p {
    margin-bottom: 40px;
  }
  .service-box-2 .octf-btn {
    margin-left: -70px;
    border-top-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 0;
  }
  
  @media (max-width: 600px) {
    .service-box .number-box {
      float: none;
      margin-bottom: 30px;
    }
  
    .service-box .content-box {
      padding-left: 0 !important;
    }
  }

  /* services cards css END /////////////////////////////////////////////*/

  /* Main Page Service dots  start ////////////////////////*/
  .owl-2-style .owl-nav {
    display: none; }  
  .owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px; 
  }
    .owl-2-style .owl-dots .owl-dot {
      display: inline-block; }
      .owl-2-style .owl-dots .owl-dot span {
        display: inline-block;
        width: 13px !important;
        height: 13px !important;
        background: #5da7f7!important;
        -webkit-transition:all 0.3s ease !important;
        -moz-transition:all 0.3s ease !important;
        transition:all 0.3s ease !important;
        margin: 0px; }
      .owl-2-style .owl-dots .owl-dot:hover span,
      .owl-2-style .owl-dots .owl-dot.active span {
        background: #007bff !important;
        width: 30px !important;
        height: 15px !important;
        transition: width 0.8s;
        border-radius: 50px;
      }
      .owl-2-style .owl-dots .owl-dot:active, .owl-2-style .owl-dots .owl-dot:focus {
        outline: none;
       }

  /* Main Page Service dots  END ////////////////////////*/