@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden;
}

p{
	font-size: 15px;
    line-height: 24px;
    font-family: inherit;
    font-weight: 400;
}

.dg-mainNavbaar{
	position: relative;
    z-index: 1;
}

.sp-navbar .sp-navbar-nav li {
	padding: 0px 15px 0px 0px;
}

.sp-navbar .sp-navbar-nav li a {
	color: rgb(32, 32, 32);
	font-size: 15px;
	font-family: inherit;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase;
}

.sp-searchGroup input {
	padding-left: 30px;
	min-height: 48px;
	border-radius: 25px 0px 0px 25px;
}

.sp-searchGroup input::placeholder,
.sp-searchGroup input::-webkit-placeholder {
	color: rgb(158, 158, 158);
	font-weight: 400;
	font-size: 14px;
}

.sp-changeField::placeholder,
sp-changeField::-webkit-placeholder {
	color: rgb(158, 158, 158);
	font-weight: 400;
	font-size: 14px;
}

.sp-navbar .sp-navbar-nav li a:hover,
.sp-navbar .sp-navbar-nav li a.active {
	color: rgb(113, 129, 140);
}

.sp-navbar .sp-navbar-nav li .sp-customBTN {
	background-color: rgb(0, 85, 165);
	color: rgb(255, 255, 255);
	border-width: initial;
	border-style: none;
	border-color: initial;
	border-image: initial;
	outline: none;
	padding: 10px 20px;
	border-radius: 30px;
	top: -5px;text-decoration:none;
	position: relative;
}

.sp-navbar .sp-navbar-nav li .sp-customBTN:hover{
	color: rgb(255, 255, 255);
	text-decoration:none;
}

.sp-navbar .sp-navbar-nav li .sp-customBTN i {
	transform: rotate(90deg);
}

.sp-navbar .sp-navbar-nav li.sp-dropdown .dropdown-menu .dropdown-item.active,
.sp-navbar .sp-navbar-nav li.sp-dropdown .dropdown-menu .dropdown-item:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 85, 165) !important;
}

.sp-navbar .sp-navbar-nav li.sp-dropdown .dropdown-menu .dropdown-item {
	transition: all 1s ease 0s;
}

.sp-navbar .sp-navbar-nav li.sp-dropdown .dropdown-menu .dropdown-item {
	text-transform: capitalize;
	font-size: 14px;
	color: rgb(68, 68, 68);
	border-bottom: 1px solid rgb(212, 212, 212);
	padding: 10px 15px;
}

.sp-navbar .sp-navbar-nav li.sp-dropdown .dropdown-menu {
	background-color: rgb(251, 251, 251);
	margin-top: 20px;
	padding: 0px;
	border-top: 3px solid rgb(1, 85, 165);
	border-radius: 0px 0px 4px 4px;
}

.sp-navbar .sp-navbar-nav li .sp-customBTN:hover {
	background-color: rgb(19, 108, 191);
	transition: all 1s ease 0s;
}


/*header hero section*/

.sp-bannerHeader {
	height: 100%;
	width: 100%;
}

.sp-bannerHeader .sp-jumbotron {
	height: 100%;
	width: 100%;
	color: rgb(255, 255, 255);
	background-size: cover;
	background-image: radial-gradient(circle at center center, rgb(0, 85, 165) 29%, rgba(33, 48, 183, 0) 100%), url('../../assets/img/software_banner.png');
	background-position: center center;
}

.sp-bannerHeader .sp-jumbotron .sp-content {
	padding-top: 30px;
}

.sp-content h1 {
	font-weight: 600;
	line-height: 42px;
	padding-bottom: 15px;
	font-size: 36px;
	font-family: inherit;
	letter-spacing: 1.5px;
}

.sp-content h1 span{
	color: #f7c467;
}

.sp-content p {
	font-family: inherit;
	font-weight: 300;
	line-height: 24px;
	padding-bottom: 15px;
}

.sp-searchGroup {
	box-shadow: rgb(193, 193, 193) 1px 1px 4px;
	border-radius: 30px;
}

.sp-searchGroup input {
	padding-left: 30px;
	min-height: 48px;
	border-radius: 25px 0px 0px 25px;
}

.sp-searchGroup .sp-searchArea button {
	outline: none;
	background: rgb(0, 85, 165);
	border-width: 3px;
	border-style: solid;
	border-color: rgb(251, 251, 251);
	border-image: initial;
	border-radius: 0px 30px 30px 0px;
}

.sp-searchGroup input {
	padding-left: 30px;
	min-height: 48px;
	border-radius: 25px 0px 0px 25px;
}


/*brokerage services*/

.sp-wrapper .sp-service {
	padding: 20px 0px 60px;
}

.sp-headline span {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	font-family: inherit;
	color: rgb(158, 158, 158);
	text-transform: uppercase;
}

.sp-headline h2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
	color: rgb(32, 32, 32);
	font-family: inherit;
}

.sp-service .sp-media .sp-profile {
	padding-bottom: 30px;
	background-color: rgb(251, 251, 251);
	box-shadow: rgba(44, 54, 92, 0.2) 0px 10px 80px -10px;
	border-radius: 4px;
	transition: filter 300ms ease 0ms, box-shadow 300ms ease 0ms;
}

.sp-service .sp-media .sp-profile img {
	border-radius: 4px 4px 0px 0px;
}

.sp-service .sp-media .sp-profile h4 {
	font-size: 18px;
	font-family: inherit;
	color: rgb(32, 32, 32);
	line-height: 24px;
	padding: 0px 15px;
}

.sp-service .sp-media .sp-profile p {
	font-size: 14px;
	font-family: inherit;
	color: rgb(32, 32, 32);
	line-height: 18px;
	font-weight: 400;
	margin-bottom: 5px;
	padding: 0px 15px;
}

.sp-headline span {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	font-family: inherit;
	color: rgb(158, 158, 158);
	text-transform: uppercase;
}

.sp-headline span {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	font-family: inherit;
	color: rgb(158, 158, 158);
	text-transform: uppercase;
}

.sp-calculate .sp-profile .sp-calc {
	background-color: rgb(0, 85, 165);
	font-size: 15px;max-width: 180px;
	border-radius: 20px;
    padding: 10px 30px;
	font-weight: 400;
	letter-spacing: 0.5px;
	min-height: 42px;
	text-decoration:none;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0, 85, 165);
	border-image: initial;
	box-shadow: rgb(0 85 165) 0px 20px 71px -18px;
}

/*sold ad section*/

.sp-wrapper .sp-sold {
	position: relative;
	overflow-y: hidden;
	padding: 80px 0px;
	background: linear-gradient(148deg, rgb(0, 85, 166) 19%, rgba(255, 145, 94, 0.8) 100%), url('../../assets/img/Ad-one.png');
}

.sp-headline span {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	font-family: inherit;
	color: rgb(158, 158, 158);
	text-transform: uppercase;
}

.sp-sold .sp-headline h2 {
	font-size: 24px;
	font-family: inherit;
	font-weight: 600;
	text-transform: capitalize;
}

.sp-headline h2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
	color: rgb(32, 32, 32);
	font-family: inherit;
}

.sp-sold .sp-headline .sp-btnGroups .sp-WhiteOutline {
	background-color: rgb(241, 241, 241);
	color: rgb(32, 32, 32);
	min-height: 38px;
    outline: none;
	margin-right: 12px;
    margin-left: 5px;
    padding: 5px 25px;
    border-radius: 20px;
}

.sp-sold .sp-headline .sp-btnGroups .sp-blurBTN {
	background-color: rgb(0, 79, 138);
	min-height: 38px;
	color: rgb(241, 241, 241);
	margin-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0, 79, 138);
	border-image: initial;
	border-radius: 20px;
    outline: none;
    padding: 5px 25px;
}

.sp-sold .sp-headline .sp-btnGroups .sp-blurBTN:hover {
	background-color: rgb(0, 85, 165);
	transition: all 1s ease 0s;
}

.sp-sold .sp-headline .sp-btnGroups .sp-WhiteOutline:hover {
	color: rgb(255, 255, 255);
	background-color: transparent;
	transition: all 1s ease 0s;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(241, 241, 241);
	border-image: initial;
}

.sp-sold .sp-headline h2 span {
	font-size: 24px;
	font-family: inherit;
	font-weight: 300;
	color: rgb(255, 255, 255);
	text-transform: capitalize;
}


/*services section*/

.sp-wrapper .sp-servics {
	padding: 50px 0px;
}

.sp-headline span {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	font-family: inherit;
	color: rgb(158, 158, 158);
	text-transform: uppercase;
}

.sp-headline h2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
	color: rgb(32, 32, 32);
	font-family: inherit;
}

.sp-servics .sp-headline .sp-serve h4 {
	font-size: 24px;
	color: rgb(32, 32, 32);
	margin-bottom: 0px;
	font-family: inherit;
}

.sp-servics .sp-headline .sp-serve label {
	font-size: 12px;
	color: rgb(158, 158, 158);
	font-family: inherit;
}

.sp-servics .sp-headline .sp-serve a {
	color: rgb(57, 73, 171);
	text-decoration: none;
}

.sp-servics .sp-headline .sp-serve p {
	font-size: 16px;
	line-height: 24px;
	color: rgb(102, 102, 102);
	text-align: justify;
	font-family: inherit;
	font-weight: 300;
	padding-top: 10px;
}

.sp-servics .sp-headline .sp-serve a {
	color: rgb(57, 73, 171);
	text-decoration: none;
}

.sp-servics .sp-headline .sp-serve .sp-btnCustomc {
	background-color: rgb(0, 85, 165);
	color: rgb(255, 255, 255);
	font-family: inherit;
	height: 50px;
	box-shadow: rgb(0, 85, 165) 0px 20px 71px -18px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0, 79, 138);
	border-image: initial;
	outline: none;
	padding: 12px 30px;
	border-radius: 30px;
}

.sp-servics .sp-headline .sp-serve .sp-btnCustomc:hover {
	background-color: rgb(0, 79, 138);
	transition: all 1s ease 0s;
}

.sp-headline span a {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	font-family: inherit;
	color: rgb(158, 158, 158);
	text-transform: uppercase;
	text-decoration: none;
}


/*FAQ Section*/

.sp-wrapper .sp-faq {
	padding: 80px 0px;
}

.sp-headline span {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	font-family: inherit;
	color: rgb(158, 158, 158);
	text-transform: uppercase;
}

.sp-headline h2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
	color: rgb(32, 32, 32);
	font-family: inherit;
}

.sp-wrapper .sp-faq .sp-accordion .card {
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(243, 242, 242);
	border-image: initial;
}

.sp-wrapper .sp-faq .sp-accordion .card .card-header {
	background-color: rgb(251, 251, 251);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(243, 242, 242);
	border-image: initial;
}

.sp-wrapper .sp-faq .sp-accordion .card .card-header button {
	width: 100%;
	font-size: 16px;
	font-family: inherit;
	text-transform: uppercase;
	text-align: left;
	color: rgb(0, 79, 138);
	text-decoration: none;
}

.sp-wrapper .sp-faq .sp-accordion .card .collapse .card-body {
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	text-align: justify;
	font-family: inherit;
}

.sp-wrapper .sp-faq .sp-accordion .card .collapse .card-body a {
	font-size: 14px;
	font-weight: 400;
	font-family: inherit;
	text-transform: uppercase;
	text-decoration: none;
}


/*latest video*/

.sp-wrapper .sp-videoLatest {
	position: relative;
	z-index: 10;
	background-image: linear-gradient(148deg, rgb(214, 84, 91) 19%, rgb(255, 145, 94) 100%);
	padding: 80px 0px 545px;
}

.sp-wrapper .sp-videoLatest::after {
	content: "";
	background-image: url('../../assets/img/video-picture.png');
	background-size: cover;
	bottom: 0px;
	position: absolute;
	top: 420px;
	z-index: 11;
	width: 100%;
}

.sp-headline span {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
	font-family: inherit;
	color: rgb(158, 158, 158);
	text-transform: uppercase;
}

.sp-headline h2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 30px;
	color: rgb(32, 32, 32);
	font-family: inherit;
}


/*testimonial section*/

.sp-testimonials {
	padding: 100px 0px;
}

.sp-owlCarousel .item .shadow-effect {
	background-color: rgb(247 247 247);
	box-shadow: rgb(44 54 92 / 20%) 0px 10px 20px -10px;
	border-radius: 4px;
	padding: 15px;
	transition: filter 300ms ease 0ms, box-shadow 300ms ease 0ms;
}

.sp-owlCarousel .item .shadow-effect .media img {
	width: 100px;
	height: 100px;
	border: 5px solid #e0e0e0;
	border-radius: 50%;
}


/*content section*/

.sp-wrapper .sp-contentt {
	padding: 0px 0px 400px;
	position: relative;
}

.sp-wrapper .sp-contentt::before {
	content: " ";
	background-image: url('../../assets/img/video-pictureOne.png');
	background-size: cover;
	bottom: 0px;
	position: absolute;
	top: -60px;
	z-index: 0;
	width: 100%;
}

.sp-wrapper .sp-contentt .sp-topper .sp-contentBTNS {
	background-color: #0055a5;
	border: 1px solid #004f8a;
	padding: 15px 50px;
	border-radius: 30px;
	box-shadow: rgb(0 85 165) 0px 20px 71px -18px;
}

.sp-wrapper .sp-contentt .sp-topper {
	top: 250px
}


/*buying component*/

.sp-wrapper .sp-buying {
	padding: 40px 0px 20px;
	background-color: #0055a5;
}

.sp-wrapper .sp-buying .sp-talk {
	color: #FFFFFF;
	background-color: transparent;
	border: 1px solid #ffffff;
	font-family: inherit;
	padding: 8px 30px;
	width: 150px;
    display: flex;
    align-items: center;
	text-transform: uppercase;    
	text-decoration: none;
    justify-content: center;
}


/*footer section*/

.sp-wrapper footer {
	color: #FFFFFF;
	padding: 50px 0px;
	position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: linear-gradient( rgba(33, 37, 64, 0.96), rgba(33, 37, 64, 0.96)), url('../../assets/img/map-footer.png');
    background-position: center;
    color: #ffffff;
    background-size: cover;
}

.sp-wrapper footer .sp-footLogo p {
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	font-family: inherit;
	color: #b1b1b1;
}

.sp-wrapper footer .sp-contactInfo {
	padding: 0;
	color: #b1b1b1;
}

.sp-wrapper footer .sp-contactInfo li {
	list-style: none;
	padding-bottom: 15px;
}

.sp-wrapper footer .sp-contactInfo li a {
	color: #b1b1b1;
	padding-bottom: 15px;
	font-family: inherit;
	font-size: 15px;
	line-height: 22px;
	font-weight: 300;
	text-decoration: none;
}

.sp-contac h4 {
	font-size: 20px;
	font-family: inherit;
}

.sp-wrapper footer .sp-contactInfo li i {
	margin-right: 10px;
}

.sp-contac hr {
	background: #FFFFFF;
	width: 30px;
	text-align: left;
	margin: 10px 0 15px;
}

.sp-wrapper footer .sp-count {
	column-count: 2;
}

.sp-socialMedia a {
	font-size: 18px;
	color: #b1b1b1;
	margin: 0px 10px;
}

.sp-socialMedia a:hover {
  color: #FFFFFF;
  transition: all 1s ease;
}

.subFooter {
  background: #053869;
  color: #FFFFFF;
}

.subFooter p {
  font-size: 15px;
  padding: 30px 0px 15px;
  line-height: 18px;
  font-weight: 300;
  font-family: inherit;
}

.dg-btnGroup{
  width: 180px;
  border-radius: 20px;
  line-height: 30px;
  font-weight:500;
  color:#0055a5;
  background-color: #eeeeef;
}

.dg-btnGroup:hover{
  background-color:#e7e7e7;
  transition:all 1s ease  
}

/* hosting plans */

.dg-hosting .dg-packageHeader, .dg-hosting .dg-packageHeaderII, .dg-hosting .dg-packageHeaderIII{
  position: relative;
  width: 100%;
  min-height: auto;
  overflow-y: hidden;
  background: linear-gradient(rgba(0,85,166,0.60), rgba(0,85,166,0.60)), url(../assets/packages/package-I.jpg);
  background-position: center;
  background-size: cover;
  color: #ffffff; 
}

.dg-hosting .dg-packageHeaderII{
  background: linear-gradient(rgba(0,85,166,0.60), rgba(0,85,166,0.60)), url(../assets/packages/package-II.jpg);
}

.dg-hosting .dg-packageHeaderIII{
  background: linear-gradient(rgba(0,85,166,0.60), rgba(0,85,166,0.60)), url(../assets/packages/package-III.jpg);
}

.dg-hosting .dg-package:hover{
  background-color: #fbfbfb;
  box-shadow: 2px 2px 5px #e2e2e2;
  transition: all 1s ease;
  cursor: pointer;
}

.dg-hosting .dg-packageHeader h3{
  font-weight: 600;
  font-size: 36px;
}

.dg-hosting .dg-packageHeader p{
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
}

.dg-hosting .dg-packageBody .package{
  list-style: none;
  padding:0px;
}

.dg-hosting .dg-packageBody .package li{
  color:#333333;
  line-height: 24px;  
  padding: 10px 0px;
  border: 1px solid #e7e7e7;
}

.dg-hosting .dg-packageBody .package li span{
  color: #2731b5;
}

.dg-hosting .dg-packageBody .package li .btn-default, .dg-hosting .dg-packageBody .package li .btn-warning{
  padding: 10px 30px;
  border-radius: 20px;
  color: #FFFFFF;
  outline: none;
  border: none;
  margin: 20px 0px;
  background-color: #004f8a;
  font-size: 14px;
  font-weight: 600;
}

.dg-hosting .dg-packageBody .package li .btn-warning{
  background-color: #004f8a;
}

.dg-hosting .dg-package:hover .dg-packageBody .package li .btn-default, .dg-hosting .dg-package:hover .dg-packageBody .package li .btn-warning{
  color: #FFFFFF;
  background-color:rgb(0, 85, 165);
  transition: all 2s ease;
}

.dg-hosting .dg-packageBody .package li .btn-default:focus{
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0);
}

.dg-hosting{
  padding:50px 0px;
}

.sp-topper .sp-headline img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: block;
  margin: 0px auto 15px;
}

#patners .item{
  border-radius: 4px;
  background-color: #e3e6e8;
  box-shadow: 6px 5px 15px #8895a0;
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media Queries Sections */

@media screen and (min-width:992px) and (max-width:1199px){
	.sp-navbar-nav {
      position: relative;
      top: 10px;
    }
	.sp-sold .sp-headline .sp-btnGroups .sp-WhiteOutline{
	  font-size: 11px;	
	  margin-top: 15px;
	}
   .sp-navbar .sp-navbar-nav li.sp-dropdown .dropdown-menu {
    margin-top: 10px;
  }
  .sp-navbar .sp-navbar-nav li .sp-customBTN{
	font-size: 13px; 
    padding: 10px 15px;	
  }
  .sp-navbar .sp-navbar-nav li{
	  padding: 0px 10px 0px 0px;
  }
  .sp-navbar .sp-navbar-nav li a{
	font-size:12px;
	white-space: nowrap;
  }
}

@media screen and (min-width:768px) and (max-width:991px){
 .sp-navbar .sp-navbar-nav li.sp-dropdown .dropdown-menu {
    margin-top: 2px;
  }
  .sp-navbar .sp-navbar-nav li .sp-customBTN{
	font-size: 11px; 
    padding: 10px 15px;	
  }
  .sp-navbar .sp-navbar-nav li{
	  padding: 0px 0px 0px 0px;
  }
  .sp-navbar .sp-navbar-nav li a{
	font-size: 12px;
    white-space: nowrap;
  }
  .sp-navbar-nav {
    position: relative;
    top: 10px;
  }
}

@media screen and (min-width:300px) and (max-width:767px){
  .sp-btnGroups {
    text-align: center;
   }	
  .sp-socialMedia {
    margin-bottom: 15px;
  }	
  .sp-wrapper .sp-contentt .sp-topper {
    top: 380px;
  }
  #customers-testimonials .item {
    margin-bottom: 0px;
  }
  .owl-nav{
	display:none;
  }
  .sp-buying .container .row .text-white p {
    padding: 0 !important;
    text-align: center !important;
  }
  .sp-sold .sp-headline .sp-btnGroups .sp-WhiteOutline{
	margin-bottom:15px;  
  }
  .sp-service .sp-media .sp-profile{
	margin-top: 30px;  
  }
  .sp-content h1 {
    line-height: 24px;
    font-size: 24px;
  }
  .sp-navbar .navbar-brand img{
	width:165px;  
  }
  .navbar .navbar-toggler{
	padding-top: 15px;  
	border:0px;
	outline:0px;
  }
  .navbar .navbar-collapse .sp-navbar-nav li {
    border-bottom: 1px solid #e7e7e7;
  }
  .navbar .navbar-collapse .sp-navbar-nav li:last-child {
    border-bottom: 0px solid #e7e7e7;
  }
  .navbar .navbar-collapse .sp-navbar-nav li .sp-customBTN, .dg-server {
	margin-top:15px;  
  }
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  padding: 15px;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
  background-color: #eb745d;
}

#backToTop:hover {
  background-color: #d6545b;
  transition:all 1s ease;
}

/* about us section start here */

.sp-wrapper .dg-bannerAll {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img/about.jpg);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-bannerContact {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img/contact.jpg);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-bannerCareers {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img//Ad-one.png);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-bannerBlogging {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img/blogging.png);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-bannerserv {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img/service.png);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-bannerwebdesigningg {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img/webdesigning.png);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-bannerdigital-marketingg {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img/digital-marketing.png);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-bannermaintenance-app {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img/maintance-app.png);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-bannerecommerce-app {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img/ecommerce-app.png);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-banneremobile-app {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img/mobile-app.png);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-bannerWebDevelopment {
  width: 100%;
  color: #ffffff;
  min-height: auto;
  padding: 80px 0px;
  position: relative;
  overflow-y: hidden;
  background: linear-gradient( rgba(0, 85, 165, 0.50), rgba(0, 85, 165, 0.50)), url(../../assets/img/webdevelopment.png);
  background-size: cover;
  background-position: center;
}

.sp-wrapper .dg-bannerAll .sp-headline h2{
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: inherit;
  line-height: 36px;
  font-size: 30px;
  color: #FFFFFF;	
  padding: 0px;
  margin: 0px;
}

.dg-listItem{
  padding: 0px;
  margin: 0px;	
}

.dg-listItem li {
  padding: 0px;
  margin: 0px;
  color:#8c8c8c;
  list-style: none;
  font-size: 15px;
  line-height: 36px;
}

.dg-listItem li i{
  color: #e4695c;
  font-size: 18px;
  padding-right: 5px;
  line-height: 30px;
}

/* about us section ends here */

/* Blog Section Start */

.dg-blog{
  padding:80px 0px;
}
.dg-blog .dg-headLine h2{
  color: #000040;
  font-weight: 700;
  font-size: 36px;
  text-transform: capitalize;
}
.dg-blog .dg-headLine h2 span{
  font-weight: 400;
}

.dg-blog .dg-headLine .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}
.dg-blog .dg-headLine .title:after {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 1px solid #000040;
  margin: 8px auto;
}
.dg-blog .dg-filters ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  font-size:15px;
  line-height: 24px;
  font-weight: 600;
  color: #0257a5;
  text-transform: uppercase;
}
.dg-blog .dg-filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 30px);
  position: absolute;
  height: 2px;
  background-color: #eb745d;
  transition: width 350ms ease-out;
}
.dg-blog .dg-filters ul li.active, .dg-blog .dg-filters ul li:hover{
  color: #eb745d;
  transition:all 1s ease;
}
.dg-blog .dg-filters ul li:hover:after {
  width: calc(100% - 30px);
  transition: width 350ms ease-out;
}
.dg-blog .dg-filters ul li.active:after {
  width: calc(100% - 30px);
}
.dg-blog .dg-filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
.dg-blog .dg-filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}
.dg-blog .dg-filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  background-color:#f5f6fb;
}
.dg-filters-content .item .dg-card {
  padding:10px 15px;
  border-bottom: 6px solid #0257a5;
}
.dg-filters-content .item img{
  width:100%;
  height:180px;
}
.dg-filters-content .item .dg-card h5{
  font-size: 14px;
  font-weight: 600;
  color: #eb745d;
  line-height: 24px;
}
.dg-filters-content .item .dg-card .headLine {
  color: #0257a5;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.dg-filters-content .item .dg-card p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}

/* Blog Section End */

/* map */

.mapouter{
 position:relative;
 text-align:right;
 width:100%;
 height:400px;
}
.gmap_canvas {
 overflow:hidden;
 background:none !important;
 width:100%;
 height:400px;
}
.gmap_iframe {
 width:100% !important;
 height:400px !important;
}

/* contact us form */

.sec-heading {
	color: #FFFFFF;
	font-weight: 600;
	letter-spacing: 1.12px;
	font-size: 18px;
	padding-bottom: 15px;
	line-height: 20px;
}

.sec-heading-tag {
	color: #666666;
	font-weight: 400;
	margin-bottom: 46px;
}

label {
	color: #3e3b3b;
	font-size: 16px;
	font-weight: 400;
}

input.form-control,
textarea.form-control {
	border-radius: 5px !important;
	height: 42px;
	box-shadow: none;
	width: 100%;
	border-style: solid;
	border-width: 2px;
	border-color: #999999;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0);
	position: relative;
	color: #444444;
	font-size: 15px;
	font-weight: 400;
}

.contact-point .media-left i {
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	border-color: #888888;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0);
	width: 56px;
	height: 56px;
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	line-height: 56px;
}

.contact-point p {
	color: #c7c6c6;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0;
}

.contact-point .media-left {
	padding-right: 30px;
}

.form-areaBG{
	background: linear-gradient(45deg, #e3e6e8, transparent);
    padding: 30px 50px;
    border-radius: 4px;
    box-shadow: 2px 2px 10px #eef2f5;
}

.video-frane{
	border: none;
    outline: none;
    width: 100%;
    height: 100%;
}

.dg-overlayout{
	border:4px solid #f2f2f2
}

/* Start Prealoader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 99999;
}

#preloader > .area {
	background-color:#056ac9;
    justify-content: center;
    align-items: center;
    display: flex;
    width:100%;
    height: 100%;
}

/* End Prealoader */

/* 404 page not found */

.sp-404-wrapper {
  padding: 80px 20px;
  text-align: center;
}

.sp-404-content {
  max-width: 600px;
  margin: 0 auto;
}

.sp-404-title {
  font-size: 120px;
  font-weight: 700;
  color: #ff4c4c;
  margin-bottom: 10px;
  line-height: 1;
}

.sp-404-subtitle {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.sp-404-text {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.sp-404-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #ff4c4c;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
}

.sp-404-btn:hover {
  background-color: #e03a3a;
}

/* 404 page not found */