/*====================================================
--<	Delton Header Menu Section Css -->
======================================================*/
.header-menu-section {
  padding: 0 0 28px;
  margin-bottom: -127px;
  z-index: 2;
  position: relative;
}
.row.header-border {
  border-bottom: 2px solid #03347a;
  /* padding-bottom: 20px; */
}
.sticky .row.header-border {
  border-bottom: none;
  padding-bottom: 0px;
}

.header-con {
  padding-top: 20px;
}

.header-menu ul {
  display: inline-block;
  padding-top: 10px;
}
.header-menu ul li {
  display: inline;
  position: relative;
  padding-bottom: 20px;
}
.header-menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 32px;
  position: relative;
  transition: 0.5s;
}
.header-menu ul li a:hover {
  color: #14d9fc;
}
.header-menu ul li a i {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
.header-button {
  display: inline-block;
}
.header-button a {
  background: linear-gradient(to right, #ff9f56, #ff2c6f);
  color: #fff;
  display: inline-block;
  padding: 10px 27px;
  border-radius: 7px;
  transition: 0.5s;
}
.header-button a:hover {
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
}
.header-menu ul li .sub-menu {
  text-align: left;
  position: absolute;
  visibility: hidden;
  display: block;
  opacity: 0;
  width: 260px;
  left: 0;
  top: 58px;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  z-index: 9;
  transition: 0.5s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.sticky .header-menu ul li .sub-menu {
  top: 54px;
}
.sticky.header-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.header-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}
.sticky .header-menu-section {
  padding: 19px 0 15px;
}
.sticky .header-menu ul li a {
  color: #fff;
}
.sticky .header-menu ul li a i {
  color: #fff;
}
.header-menu ul li .sub-menu li a {
  display: block;
  color: #0a2c3d;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 0px;
  transition: 0.5s;
  border-bottom: 1px solid rgb(0, 0, 0, 0.09);
  margin: 5px 20px;
  position: relative;
}
.header-menu ul li .sub-menu li a:hover {
  color: #14d9fc;
}
.header-menu ul li .sub-menu li a:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0px;
  right: 0px;
  transform: scaleX(0);
  background: #14d9fc;
  transition: 0.5s;
}
.header-menu ul li .sub-menu li a:hover:before {
  transform: scaleX(1);
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
  transition: 0.5s;
  z-index: 2;
  padding: 20px 0 21px;
  right: 0;
  background: #1234bc;
}
/* Side bar */
.sidebar {
  display: inline-block;
  position: relative;
  left: 30px;
  top: 0;
}
.nav-btn.navSidebar-button {
  display: inline-block;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  position: relative;
  top: 3px;
}
.sticky-nav .nav-btn.navSidebar-button {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  position: relative;
  top: 6px;
}
span.icon.flaticon-menu-2 i {
  font-size: 30px;
}
/*start sidebar section*/
.xs-sidebar-group .dt-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-top {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}
.dt-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}
.xs-sidebar-group.isActive .dt-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}
.xs-sidebar-group.isActive .dt-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
  padding: 40px;
}
.close-side-widget {
  color: #1768dd;
  font-size: rem(15px);
  display: block;
}
.sidebar-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dt-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
.bt-black {
  background: rgb(18, 52, 188, 0.5) !important;
}
.close {
  color: #fff;
  opacity: 0.9;
}
.close:hover {
  color: #47dca8;
  text-decoration: none;
}
.content-text p {
  margin: 32px 0 53px;
}
/*social button*/
.social-icon ul li {
  display: inline-block;
  margin-right: 6px;
}
.social-icon ul li a {
  height: 41px;
  width: 41px;
  line-height: 41px;
  text-align: center;
  background: #2b4868;
  display: inline-block;
  transition: 0.5s;
  border-radius: 100%;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.social-icon ul li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  transition: 0.5s;
  background: #37a3fe;
  z-index: -1;
  border-radius: 100%;
}
.social-icon ul li a:hover:after {
  left: 0;
  width: 100%;
}
.location-icon {
  margin-right: 17px;
}
.location-icon i {
  color: #37a3fe;
  font-size: 25px;
}
.location-content-text p {
  font-family: "Inter";
  color: #fff;
}
.location-title h2 {
  font-size: 28px;
  margin: 0 0 17px;
  color: #fff;
}
/* Mobile Menu */
html {
  scroll-behavior: smooth;
}
.mobile-menu.mean-container {
  overflow: hidden;
}

/*====================================================
--<	Delton Slider Section Css -->
======================================================*/
.slider-section {
  background: url(styling/images/slider.jpg);
  height: 947px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.slider-content h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
  margin-top: 25px;
}
.slider-content h1 span {
  color: #14d9fc;
  font-size: 38px;
}
.slider-content h2 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
}
.slider-content h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}
/* style-two */
.style-two.slider-section {
  background: url(styling/images/slider2.jpg);
  height: 947px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.style-two.slider-section .slider-shape3 {
  top: 34%;
  right: 15%;
}
.style-two.slider-section .slider-shape5 {
  bottom: 159px;
  left: 63%;
  margin: auto;
}
.style-two.slider-section p.slider-desc {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 25px;
  margin-left: -10px;
}
.style-two .slider-btn a {
  border-radius: 30px;
  margin-right: 16px;
}
.slider-btn-2 {
  display: inline-block;
}
.slider-btn-2 a {
  display: inline-block;
  color: #fff;
  background: transparent;
  padding: 16px 28px;
  border-radius: 30px;
  transition: 0.5s;
  border: 1px solid #fff;
  transition: 0.5s;
}
.slider-btn-2 a:hover {
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
  border-radius: 30px;
  border-color: transparent;
}
.slider-btn-2 a i {
  margin-left: 15px;
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #000;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  transition: 0.5s;
}
.slider-content p {
  color: #fff;
  font-size: 16px;
  background: linear-gradient(to right, #03347a, #06176b);
  box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
  padding: 5px 15px 5px;
  border-radius: 5px;
  width: 35%;
}
p.slider-desc {
  background: transparent;
  margin-top: 40px;
  width: 70%;
  margin-bottom: 34px;
}
.slider-btn {
  display: inline-block;
}
.slider-btn a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
  padding: 16px 28px;
  border-radius: 7px;
  margin-left: 15px;
  transition: 0.5s;
}
.slider-btn a:hover {
  background: linear-gradient(to right, #ff9f56, #ff2c6f);
}
.slider-btn a i {
  margin-left: 15px;
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #000;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  transition: 0.5s;
}
/* video css */
.slider-video-icon {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 0px;
  left: 23px;
}
.slider-video-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  border-radius: 5px 20px;
  color: #fff;
  transition: all 0.5s ease 0s;
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
  top: -1px;
  left: -7px;
  margin-left: 13px;
  margin-top: 0;
  position: relative;
}
.slider-video-icon a i {
  font-size: 14px;
}
.slider-video-icon:before {
  content: "";
  border-width: 2px solid;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  text-align: center;
}
.slider-video-icon:after {
  content: "";
  border-width: 2px solid;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: linear-gradient(to right, #ff9f56, #ff2c6f);
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  text-align: center;
  animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.hero-con {
  display: flex;
}

.hero-img-con {
  width: 100%;
}

.hero-img {
  width: 100%;
}

.slider-shape1 {
  position: absolute;
  top: 0;
  left: 0;
  animation: rubberBand 3s infinite linear;
  z-index: -1;
}
.slider-shape2 {
  position: absolute;
  top: 27%;
  right: 2%;
  animation-name: float-bob;
}
.slider-shape3 {
  position: absolute;
  top: 22%;
  right: 32%;
}
.slider-shape4 {
  position: absolute;
  left: 278px;
  top: 34%;
}
.slider-shape5 {
  position: absolute;
  bottom: 195px;
  left: 40%;
  margin: auto;
}
.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-10px);
    -moz-transform: rotateX(0deg) translateY(-10px);
    -ms-transform: rotateX(0deg) translateY(-10px);
    -o-transform: rotateX(0deg) translateY(-10px);
    transform: rotateX(0deg) translateY(-10px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
/* Line Style */
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}
.lines .line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ff2c6f;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
  animation: moveLeftBounces-one 20s linear infinite;
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line-two {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-two::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-two 20s linear infinite;
  animation: moveLeftBounces-two 20s linear infinite;
}
.lines .line-two:nth-child(1) {
  margin-left: -25%;
}
.lines .line-two:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line-two:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.lines .line-two:nth-child(3) {
  margin-left: 25%;
}
.lines .line-three {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line-three::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d80650;
  -webkit-animation: moveLeftBounces-one 20s linear infinite;
  animation: moveLeftBounces-one 20s linear infinite;
}
.lines .line-three:nth-child(1) {
  margin-left: -25%;
}
.lines .line-three:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
  margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moveLeftBounces-one {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Breadcumb */
.breadcumb-area {
  background: url(styling/images/inner-bg.jpg);
  height: 490px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.brpt h2 {
  font-size: 55px;
  color: #fff;
}
.brpt ul li {
  display: inline;
  color: #14d9fc;
}
.brpt ul {
  margin-top: 42px;
}
.brpt ul li {
  display: inline;
  color: #14d9fc;
  margin-right: 10px;
}
.brpt ul li a {
  display: inline-block;
  color: #14d9fc;
}
.blog-single .blog-thumb img {
  width: 100%;
}
/* Landing */
.v-card-menu .active a {
  color: #006cff !important;
}
.current_menu {
  color: #006cff !important;
}
.landing.slider-section .slider-content h5 {
  font-size: 25px;
  color: #006cff;
}
.landing-two.slider-section {
  background: url(styling/images/landing2.jpg);
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.landing-one.slider-section {
  background: url(styling/images/landing1.jpg);
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.landing-three.slider-section {
  background: url(styling/images/landing-3.png);
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.landing-three.slider-section .slider-content h5 {
  font-size: 25px;
  color: #ffff !important;
}
.landing-three.slider-section .slider-content h1 {
  color: #fff !important;
}
.landing-three.slider-section .slider-content h2 {
  color: #fff !important;
}
.landing.slider-section .slider-content h1 {
  color: #006cff;
}
.landing.slider-section .slider-content h2 {
  color: #006cff;
}
.landing.header-menu-section {
  padding: 28px 0 17px;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
  background: #14268c;
}
.landing.slider-section .slider-btn {
  display: inline-block;
  margin-top: 43px;
}
.landing.slider-section .slider-video-icon {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 0;
  left: 17px;
}

.contact-us.landing-3 {
  margin-top: 0;
  padding-bottom: 50px;
  background: #a89b9b22;
  padding: 74px 0 79px;
}
/*====================================================
--<	Delton About Section Css -->
======================================================*/
.about-section.style-two {
  padding-top: 150px;
  padding-bottom: 50px;
}
.about-section .section-title h6 {
  color: #14d9fc;
  font-weight: 500;
}
.about-section .section-title h6 {
  color: #14d9fc;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
.about-section .section-title h6:before {
  position: absolute;
  content: "";
  top: -2px;
  left: -80px;
  height: 100%;
  width: 100%;
  background: url(styling/images/service.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}
.about-section .section-title h1 span {
  font-size: 38px;
  color: #14d9fc;
}
.about-section .section-title p {
  width: 75%;
  margin: 24px 0 30px;
}
.style-two.about-section .slider-btn a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #006cff 40%, #03b6fc 100%);
  padding: 12px 25px;
  border-radius: 7px;
  margin-left: 0px;
  transition: 0.5s;
  border-radius: 30px;
}
.style-two.about-section .slider-btn a:hover {
  background: linear-gradient(to right, #03b6fc, #006cff 40% 100%);
}

/*====================================================
--<	Delton Domain Section Css -->
======================================================*/
.domain-section {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
.section-title h1 {
  font-size: 38px;
}
.section-title h1 span {
  font-size: 38px;
  color: #006cff;
}
.section-title p {
  width: 52%;
  margin: 24px auto 52px;
}
input.domain-controls {
  background: #f6f9ff;
  width: 77%;
  border: none;
  height: 61px;
  padding-left: 23px;
}
select#domain-select {
  width: 70px;
  border: none;
  position: absolute;
  right: 355px;
  top: 20px;
  background: transparent;
  outline: 0;
  color: #000e52;
  height: auto;
}
input.domain-controls::placeholder {
  color: #707070;
}
option.selected-control {
  width: 200px;
}
.domain-btn {
  position: absolute;
  right: 138px;
  top: 0;
}
input.domain-btn-controls {
  color: #fff;
  background: linear-gradient(to right, #1234bc, #04b2fb);
  border: none;
  padding: 16px 65px;
  cursor: pointer;
}
.domain-btn i {
  position: absolute;
  right: 124px;
  top: 25px;
  color: #fff;
  font-size: 14px;
}
.domain-items {
  padding-left: 60px;
  margin-top: 34px;
}
.single-domain {
  float: left;
  margin-right: 30px;
  background: #fff;
  box-shadow: 0 2px 5px -2px rgb(0 0 0 / 70%);
  padding: 16px 26px;
}
/* style-two */
.container.domain-bg {
  background: #fff;
  margin-top: -236px;
  position: relative;
  z-index: 1;
  padding-top: 65px;
  padding-bottom: 50px;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
  padding-bottom: 85px;
  border-radius: 5px;
}

/*====================================================
--<	Delton Feature Section Css -->
======================================================*/
.feature-section {
  padding-top: 93px;
  padding-bottom: 100px;
  /* background: #F6F9FF; */
}
.feature-section .section-title h6:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 467px;
  height: 100%;
  width: 100%;
  background: url(styling/images/feature1.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}
.feature-section .section-title h6 {
  color: #fd2767;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.feature-section .section-title h1 span {
  font-size: 38px;
  color: #fd2767;
}
.feature-section .section-title h1 {
  font-size: 38px;
  margin-top: 26px;
}
.feature-items {
  background: #fff;
  padding: 28px 0 38px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.feature-items:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
  width: 100%;
  height: 0%;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}
.feature-items:hover:before {
  opacity: 1;
  top: 0;
  height: 100%;
}
.feature-content h2 {
  font-size: 24px;
  margin: 29px 0 14px;
}
.feature-content p {
  width: 84%;
  margin: 0 auto;
}
.feature-items:hover .feature-content h2,
.feature-items:hover .feature-content p,
.feature-items:hover .feature-icon i {
  color: #fff;
}

.feature-icon {
  font-size: 48px;
  color: #0713ff;
}

/*====================================================
--<	Delton Call-Do-Action Section Css -->
======================================================*/
.call-do-action {
  padding-top: 98px;
  padding-bottom: 47px;
  background: url(styling/images/call.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.call-content h1 {
  margin-top: 0;
  font-size: 38px;
  margin-bottom: 15px;
  color: #fff;
}
.call-content h2 {
  color: #fff;
}
.call-content h2 span {
  color: #14d9fc;
  font-size: 38px;
}
.call-content p {
  color: #fff;
  margin: 21px 0 33px;
  width: 81%;
}
.call-btn a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
  padding: 16px 28px;
  border-radius: 7px;
  transition: 0.5s;
}
.call-btn a:hover {
  background: linear-gradient(to right, #ff9f56, #ff2c6f);
}
.call-btn a i {
  margin-left: 15px;
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #000;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  transition: 0.5s;
}
.call-thumb {
  margin-top: -42px;
}
.call-shape {
  animation: rubberBand 3s infinite linear;
  position: absolute;
  top: 16%;
  right: 47%;
}
/*====================================================
--<	Delton Servie- Section Css -->
======================================================*/
.service-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-title h6 {
  color: #006cff;
  font-weight: 500;
}
.service-section .section-title h6:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 488px;
  height: 100%;
  width: 100%;
  background: url(styling/images/service.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}
.service-section .section-title p {
  width: 52%;
  margin: 20px auto 56px;
}
.service-section span.sub-title {
  color: #006cff;
  font-size: 18px;
  font-weight: 600;
  margin-left: -121px;
  margin-right: 135px;
}
.service-items {
  background: linear-gradient(to right, #bbe1ff, #e3fdfe);
  padding: 41px 21px 22px 25px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 30px;
}
.service-items:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0%;
  transition: 0.5s;
  z-index: -1;
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
  opacity: 0;
}
.service-items:hover:before {
  opacity: 1;
  width: 100%;
  left: 0;
}
.service-items:hover .service-icon i {
  color: #ff2c6f;
  background: #fff;
}
.service-items:hover .service-content h2,
.service-items:hover .service-content p {
  color: #ffff;
}
.service-icon i {
  font-size: 50px;
  background: linear-gradient(to right, #27f9fb, #0713ff);
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
}
.service-content {
  margin-left: 26px;
  margin-top: -7px;
}
.service-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  transition: 0.5s;
}
.service-content p {
  width: 99%;
  transition: 0.5s;
}
.service-btn a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #0713ff, #27f9fb);

  padding: 16px 28px;
  border-radius: 7px;
  transition: 0.5s;
}
.service-btn {
  margin-top: 51px;
}
.service-btn a:hover {
  background: linear-gradient(to right, #27f9fb, #0713ff);
}
.service-btn a i {
  margin-left: 15px;
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #000;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  transition: 0.5s;
}
/* style2 */
.style2.service-items {
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
}
/* style3 */
.style3.service-items {
  background: linear-gradient(to right, #f2c0ff, #f9e3ff);
}
.style3 .service-icon i {
  background: linear-gradient(to right, #ef00ff, #672bff);
}
/* style4 */
.style4.service-items {
  background: linear-gradient(to right, #9ffeaa, #f9ffa1);
}
.style5 .service-items {
  background: linear-gradient(to right, #efff00, #01ad15);
}
/*====================================================
--<	Delton Pricing Section Css -->
======================================================*/
.pricing-section {
  padding-top: 80px;
  padding-bottom: 95px;
  background: #f6f9ff;
}
.pricing-section .section-title h6 {
  color: #fd2767;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.pricing-section .section-title h6:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 467px;
  height: 100%;
  width: 100%;
  background: url(styling/images/feature1.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}
.pricing-section .section-title h1 span {
  font-size: 38px;
  color: #fd2767;
}
.pricing-section .section-title h1 {
  font-size: 38px;
  margin-top: 26px;
}
.row.pricing-bg {
  background: #fff;
  padding: 29px 0 46px;
  margin-top: 40px;
}
.pricing-content h2 {
  font-size: 22px;
}
.price {
  margin-top: 23px;
  margin-left: 90px;
}
.dollar {
  margin-top: -10px;
  margin-right: 4px;
}
span.dollar {
  font-size: 22px;
  color: #006cff;
}
span.money {
  color: #006cff;
  font-size: 50px;
  font-weight: 700;
}
span.month {
  color: #006cff;
  margin-top: 10px;
}
.pricing-body {
  border-top: 1px solid #eddeff;
  margin: 25px 0px 0;
}
.pricing-body ul {
  margin-top: 27px;
}
.pricing-body ul li {
  list-style: none;
  margin-bottom: 14px;
}
.pricing-body ul li i {
  color: #006cff;
  font-size: 14px;
  margin-left: 5px;
}
li.underline {
  position: relative;
}
li.underline:before {
  position: absolute;
  background: #616161;
  width: 185px;
  height: 1px;
  content: "";
  bottom: 13px;
  left: 72px;
}
.pricing-btn a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #0713ff, #27f9fb);
  padding: 14px 52px;
  border-radius: 7px;
  transition: 0.5s;
  margin-top: 17px;
}
.pricing-btn a:hover {
  background: linear-gradient(to right, #27f9fb, #0713ff);
}
/* style2 */
.style2.pricing-items {
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
  padding: 28px 0 44px;
  margin: -67px 0 0;
  border-radius: 7px;
}
.style2.pricing-items .pricing-content h2 {
  font-size: 22px;
  color: #fff;
}
.style2.pricing-items .pricing-content span {
  color: #fff;
}
.style2.pricing-items .price {
  margin-top: 23px;
  margin-left: 90px;
}
.style2.pricing-items .dollar {
  margin-top: -10px;
  margin-right: 4px;
}
.style2.pricing-items span.dollar {
  font-size: 22px;
  color: #fff;
}
.style2.pricing-items span.money {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.style2.pricing-items span.month {
  color: #fff;
  margin-top: 10px;
}
.style2.pricing-items .pricing-body {
  border-top: 1px solid #eddeff;
  margin: 25px 0px 0;
}
.style2.pricing-items .pricing-body ul li {
  list-style: none;
  margin-bottom: 14px;
  color: #fff;
}
.style2.pricing-items .pricing-body ul li i {
  color: #fff;
  font-size: 14px;
  margin-left: 5px;
}
.style2.pricing-items li.underline {
  position: relative;
}
.style2.pricing-items li.underline:before {
  position: absolute;
  background: #fff;
  width: 185px;
  height: 1px;
  content: "";
  bottom: 13px;
  left: 72px;
}
.style2.pricing-items .pricing-btn a {
  display: inline-block;
  color: #000;
  background: #fff;
  padding: 14px 52px;
  border-radius: 7px;
  transition: 0.5s;
  margin-top: 17px;
}
.style2.pricing-items .pricing-btn a:hover {
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
  color: #fff;
}
/* style3 */
.style3.pricing-items span.money {
  color: #8a21ff;
  font-size: 50px;
  font-weight: 700;
}
.style3.pricing-items span.dollar {
  font-size: 22px;
  color: #8a21ff;
}
.style3.pricing-items span.month {
  margin-top: 10px;
  color: #8a21ff;
}
.style3.pricing-items .pricing-body ul li i {
  color: #8a21ff;
  font-size: 14px;
  margin-left: 5px;
}
.style3.pricing-items .pricing-btn a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #d309ff, #8323ff);
  padding: 14px 52px;
  border-radius: 7px;
  transition: 0.5s;
  margin-top: 17px;
}
.style3.pricing-items .pricing-btn a:hover {
  background: linear-gradient(to right, #8323ff, #d309ff);
  color: #fff;
}
.pricing-bottom-items {
  margin-top: 74px;
}
.pricing-bottom-items h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.pricing-bottom-items h2 i {
  color: #ff2c6f;
  margin-right: 11px;
}
span.color-item {
  color: #0948b3;
}
/* style-Two */
.style-two .style2.pricing-items {
  background: linear-gradient(to right, #0713ff, #27f9fb);
  padding: 28px 0 44px;
  margin: -67px 0 0;
  border-radius: 7px;
}
/*====================================================
--<	Delton Security Section Css -->
======================================================*/
.security-section {
  padding-top: 95px;
  padding-bottom: 95px;
  padding-left: 50px;
  padding-right: 50px;
  /* background: url(styling/images/bg.jpg); */
}

.security-section .section-title img {
  margin-bottom: 16px;
}
.security-section .section-title p {
  width: 81%;
  margin: 30px 0 0px;
}
.security-section .section-title h1 {
  font-size: 38px;
  margin-bottom: 22px;
}
.security-items ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 18px;
  color: #232323;
}
.col-lg-12.m-t {
  margin-top: -153px;
}
.security-items ul li i {
  color: #0d45fd;
  margin-right: 16px;
  font-size: 18px;
}
.security-btn {
  margin-top: 36px;
  margin-left: -14px;
}
.security-btn a {
  display: inline-block;
  color: #fff;
  background: linear-gradient(to right, #0713ff, #27f9fb);
  padding: 16px 28px;
  border-radius: 7px;
  transition: 0.5s;
}
.security-btn a:hover {
  background: linear-gradient(to right, #27f9fb, #0713ff);
}
.security-btn a i {
  margin-left: 15px;
  background: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #000;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
  transition: 0.5s;
}
.security-thumb {
  margin-left: -130px;
}
/* Style-Two */
.style-two.security-section {
  padding-top: 95px;
  padding-bottom: 90px;
  background: #f2f7ff;
}
.style-two.security-section .security-thumb img {
  width: 100%;
}
.style-two.security-section .security-items {
  margin-top: 27px;
}
.style-two.security-section .security-btn {
  margin-left: 0;
}
.style-two.security-section .section-title h6 {
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
.style-two.security-section .security-btn a {
  border-radius: 30px;
}
.style-two.security-section .section-title h6:before {
  position: absolute;
  content: "";
  top: -2px;
  left: -80px;
  height: 100%;
  width: 100%;
  background: url(styling/images/service.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}
/*====================================================
--<	Delton Avdertise Section Css -->
======================================================*/
.advertise-section {
  padding-top: 66px;
  background: url(styling/images/advertise.jpg);
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.style-two.advertise-section {
  padding-top: 66px;
  background: url(styling/images/advertise.jpg);
  position: relative;
  z-index: 1;
  padding-bottom: 25px;
}
.advertise-shape1 {
  position: absolute;
  top: 19%;
  left: 19%;
}
.advertise-shape2 {
  position: absolute;
  top: 45%;
  left: 19%;
}
.advertise-shape3 {
  position: absolute;
  top: 27%;
  left: 32%;
}
.advertise-shape4 {
  position: absolute;
  top: 17%;
  left: 37%;
}
.advertise-shape5 {
  position: absolute;
  top: 51%;
  left: 40%;
}
.advertise-section .section-title h1 {
  font-size: 37px;
  color: #fff;
}
.advertise-section .section-title h1 span {
  font-size: 38px;
  color: #14d9fc;
}
.advertise-section .section-title p {
  width: 86%;
  margin: 21px 0 52px;
  color: #fff;
}
.advertise-icon i {
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.style2.advertise-icon i {
  background: linear-gradient(to right, #efff00, #01ad15);
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.advertise-content {
  padding-left: 22px;
  margin-top: -11px;
}
.advertise-content h2 {
  font-size: 20px;
  color: #fff;
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 4px;
}
.advertise-content span {
  color: #fff;
}
/* Style-Two */
.style-two .advertise-thumb {
  text-align: right;
}
.style-two .advertise-shape3 {
  left: 58%;
}
.style-two .advertise-shape5 {
  position: absolute;
  top: 51%;
  left: 56%;
}
/*====================================================
--<	Delton Data Center Section Css -->
======================================================*/
.data-center-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.data-center-section .section-title h6 {
  color: #fd2767;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.data-center-section .section-title h6:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 45%;
  height: 100%;
  width: 100%;
  background: url(styling/images/feature1.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}
.row.map-bg {
  background: url(styling/images/map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 842px;
  margin-top: -255px;
}
.data-center-section .section-title h1 span {
  font-size: 38px;
  color: #fd2767;
}
.data-center-section .section-title p {
  width: 30%;
  margin: 24px auto 52px;
}
.data-center-section span.sub-title {
  color: #fd2767;
  font-size: 18px;
  font-weight: 600;
  margin-left: -135px;
  margin-right: 135px;
}
.single-location {
  position: absolute;
  top: 338px;
  left: 20%;
}
.data-center-location .single-location:nth-child(2) {
  top: 415px;
  left: 52%;
}
.data-center-location .single-location:nth-child(3) {
  top: 338px;
  left: 47%;
}
.data-center-location .single-location:nth-child(4) {
  top: 484px;
  left: 27%;
}
.data-center-location .single-location:nth-child(5) {
  top: 700px;
  left: 34%;
}
.data-center-location .single-location:nth-child(6) {
  top: 582px;
  left: 44%;
}
.data-center-location .single-location:nth-child(7) {
  top: 489px;
  left: 62%;
}
.data-center-location .single-location:nth-child(8) {
  top: 691px;
  left: 65%;
}
.bg1:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 73px;
  background: #fd2767;
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.5s ease 0s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  margin: 0;
  z-index: 1;
}
.bg1:after {
  position: absolute;
  content: "";
  top: 0;
  left: 64px;
  background: rgba(253, 39, 103, 0.3);
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 100%;
  animation: 1s linear 0s infinite normal none running ripple-blue;
  transition: all 0.5s ease 0s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
@keyframes ripple-blue {
  0% {
    box-shadow: 0 0 0 0 rgba(253, 39, 103, 0.2),
      0 0 0 10px rgba(253, 39, 103, 0.2), 0 0 0 20px rgba(253, 39, 103, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(253, 39, 103, 0.2),
      0 0 0 10px rgba(253, 39, 103, 0.2), 0 0 0 30px rgba(253, 39, 103, 0);
  }
}
.bg2:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 73px;
  background: #006bff;
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.5s ease 0s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  margin: 0;
  z-index: 1;
}
.bg2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 64px;
  background: rgba(0, 107, 255, 0.3);
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 100%;
  animation: 1s linear 0s infinite normal none running ripple-yellow;
  transition: all 0.5s ease 0s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
@keyframes ripple-yellow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 107, 255, 0.2),
      0 0 0 10px rgba(0, 107, 255, 0.2), 0 0 0 20px rgba(0, 107, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 107, 255, 0.2),
      0 0 0 10px rgba(0, 107, 255, 0.2), 0 0 0 30px rgba(0, 107, 255, 0);
  }
}
span.style-two.content {
  background: #006bff;
}
span.style-two.content:before {
  background: #006bff;
}

.bg3:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 73px;
  background: #8921ff;
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.5s ease 0s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  margin: 0;
  z-index: 1;
}
.bg3:after {
  position: absolute;
  content: "";
  top: 0;
  left: 64px;
  background: rgba(137, 33, 255, 0.3);
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 100%;
  animation: 1s linear 0s infinite normal none running ripple-red;
  transition: all 0.5s ease 0s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
@keyframes ripple-red {
  0% {
    box-shadow: 0 0 0 0 rgba(137, 33, 255, 0.2),
      0 0 0 10px rgba(137, 33, 255, 0.2), 0 0 0 20px rgba(137, 33, 255, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(137, 33, 255, 0.2),
      0 0 0 10px rgba(137, 33, 255, 0.2), 0 0 0 30px rgba(137, 33, 255, 0);
  }
}
span.style-three.content {
  background: #8921ff;
}
span.style-three.content:before {
  background: #8921ff;
}
.bg4:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 73px;
  background: #01ad15;
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.5s ease 0s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  margin: 0;
  z-index: 1;
}
.bg4:after {
  position: absolute;
  content: "";
  top: 0;
  left: 64px;
  background: rgba(1, 173, 21, 0.3);
  width: 27px;
  height: 27px;
  text-align: center;
  border-radius: 100%;
  animation: 1s linear 0s infinite normal none running ripple-green;
  transition: all 0.5s ease 0s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
@keyframes ripple-green {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 173, 21, 0.2), 0 0 0 10px rgba(1, 173, 21, 0.2),
      0 0 0 20px rgba(1, 173, 21, 0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(1, 173, 21, 0.2),
      0 0 0 10px rgba(1, 173, 21, 0.2), 0 0 0 30px rgba(1, 173, 21, 0);
  }
}
span.style-four.content {
  background: #01ad15;
  display: inline-block;
  padding: 2px 12px;
  color: #fff;
  position: absolute;
  top: -45px;
  left: 36px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
span.style-four.content:before {
  position: absolute;
  content: "";
  background: #01ad15;
  width: 12px;
  height: 12px;
  top: 25px;
  left: 33px;
  transform: rotate(45deg);
}
span.content {
  background: #fd2767;
  display: inline-block;
  padding: 2px 12px;
  color: #fff;
  position: absolute;
  top: -45px;
  left: 41px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
span.content:before {
  position: absolute;
  content: "";
  background: #fd2767;
  width: 12px;
  height: 12px;
  top: 25px;
  left: 29px;
  transform: rotate(45deg);
}
/*====================================================
--<	Delton Testimonial Section Css -->
======================================================*/
.testimonial-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f9ff;
  position: relative;
  z-index: 1;
}
.testimonial-section .section-title h6 {
  color: #006cff;
}
.testimonial-section .section-title h6:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 485px;
  height: 100%;
  width: 100%;
  background: url(styling/images/testi1.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}
.testimonial-section .section-title h1 {
  font-size: 38px;
  margin-top: 21px;
}
.testimonial-section .section-title h1 span {
  font-size: 38px;
  color: #006cff;
}
.testimonial-section .section-title p {
  width: 56%;
  margin: 13px auto 52px;
}
.testi-single {
  background: #fff;
  padding: 27px 29px 20px;
  margin-right: 30px;
  transition: 0.5s;
}
.testi-single:hover {
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
}
.testi-single p {
  width: 100%;
  margin-top: 22px;
  margin-bottom: 13px;
  transition: 0.5s;
}
.testi-content {
  padding-left: 20px;
}
.testi-content h2 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  transition: 0.5s;
}
.testi-content span {
  color: #006cff;
  font-weight: 500;
  transition: 0.5s;
}
.testi-rating i {
  color: #006cff;
  margin-bottom: 13px;
  display: inline-block;
  font-size: 13px;
  transition: 0.5s;
}
.testi-single:hover .testi-content h2,
.testi-single:hover .testi-content span,
.testi-single:hover .testi-rating i {
  color: #fff;
}
.testi-single:hover p {
  color: #fff !important;
}
.testi-quote {
  position: absolute;
  bottom: 26px;
  right: 62px;
  font-size: 45px;
  color: #e5f0ff;
}
.owl-dots {
  text-align: center;
  margin-top: 76px;
}
.owl-dot {
  background: #006cff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.owl-dot.active {
  border: 1px solid #006cff;
  background: #000e52;
  width: 20px;
  height: 20px;
  margin-bottom: -5px;
}
/*====================================================
--<	Delton Blog Section Css -->
======================================================*/
.blog-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-section .section-title h6 {
  color: #fd2767;
  position: relative;
}
.blog-section .section-title h6:before {
  position: absolute;
  content: "";
  top: -2px;
  left: 42%;
  height: 100%;
  width: 100%;
  background: url(styling/images/feature1.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  right: 0;
  z-index: -1;
}
.blog-section .section-title h1 {
  font-size: 38px;
  margin-top: 20px;
}
.blog-section .section-title h1 span {
  font-size: 38px;
  color: #fd2767;
}
.blog-section .section-title p {
  width: 52%;
  margin: 20px auto 52px;
}
.blog-items {
  box-shadow: 0px 4px 10px rgb(229 229 229 / 60%);
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-meta-top {
  margin-top: 5px;
  padding: 0 29px;
}
.blog-meta-top h6 {
  display: inline-block;
}
.blog-meta-top h6 a {
  background: linear-gradient(to right, #0713ff, #27f9fb);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 2px 14px;
  border-radius: 5px;
  transition: 0.5s;
}
.blog-meta-top h6 a:hover {
  background: linear-gradient(to right, #27f9fb 5%, #0713ff 100%);
}
.style-two .blog-meta-top h6 a {
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
}
.style-two .blog-meta-top h6 a:hover {
  background: linear-gradient(to right, #ff9f56, #ff2c6f);
}
.style-two .blog-btn a {
  background: linear-gradient(to right, #ff2c6f, #ff9f56);
}
.style-three .blog-meta-top h6 a {
  background: linear-gradient(to right, #d309ff, #8323ff);
}
.style-three .blog-meta-top h6 a:hover {
  background: linear-gradient(to right, #8323ff, #d309ff);
}
.style-three .blog-btn a {
  background: linear-gradient(to right, #d309ff, #8323ff);
}
.blog-meta-top span {
  display: inline-block;
  margin-left: 18px;
}
.blog-meta-top span i {
  margin-right: 5px;
}
.blog-content {
  margin-left: 30px;
}
.blog-content h2 a {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  margin-top: 13px;
  line-height: 1.4;
}
.blog-btn a {
  padding: 5px 12px;
  color: #fff;
  background: linear-gradient(to right, #0713ff, #27f9fb);
  display: inline-block;
  float: right;
}
/* single-style */
.blog-src-bar {
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  padding: 20px 20px 42px;
  margin-top: 28px;
  margin-bottom: 30px;
}
.blog-src-bar h2 {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: 14px;
  color: #133344;
}
.blog-src-bar h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #14d9fc;
  height: 20px;
  width: 2px;
}
input.blog-control {
  width: 320px;
  height: 53px;
  outline: 0;
  border: 1px solid #dce1e3;
  padding-left: 20px;
}
.blog-src-bar .blog-btn {
  right: -254px;
  top: -52px;
  background: #14d9fc;
  color: #fff;
  display: inline-block;
  padding: 12px 25px;
  position: relative;
  border: none;
}
.blog-latest {
  background: #fff;
  padding: 10px 30px 38px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
}
.blog-latest-items {
  margin-bottom: -20px;
  margin-left: -24px;
}
.blog-latest h2 {
  font-size: 22px;
  color: #232323;
  position: relative;
  margin-bottom: 20px;
  transition: 0.5s;
}
.blog-latest h2:hover {
  color: #14d9fc;
}
.blog-latest h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #14d9fc;
  height: 20px;
  width: 2px;
}
.b-content {
  margin-bottom: 50px;
  margin-left: 20px;
}
.b-content span {
  font-size: 14px;
}
.b-thumb img {
  border-radius: 5px;
}
.b-content span i {
  color: #d00a2b;
}
.b-content h3 {
  font-size: 15px;
  margin-top: -2px;
  margin-bottom: -15px;
  cursor: pointer;
}
.top-catagories {
  background: #fff;
  padding: 10px 30px 38px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  margin-top: 30px;
}
.top-catagories h2 {
  font-size: 22px;
  position: relative;
}
.top-catagories h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #14d9fc;
  height: 20px;
  width: 2px;
}
.top-catagories span {
  display: block;
  font-size: 15px;
  background: #14d9fc;
  padding: 5px 22px;
  margin-bottom: 15px;
  color: #fff;
  margin-top: 20px;
}
.follow-us {
  background: #fff;
  padding: 10px 30px 30px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  margin-top: 30px;
}
.follow-us h2 {
  font-size: 22px;
  position: relative;
  margin-bottom: -20px;
}
.follow-us h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #d00a2b;
  height: 20px;
  width: 2px;
}
.follow-us .about-me-soical {
  margin-left: -29px;
}
.tags {
  background: #fff;
  padding: 10px 30px 30px;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  margin-top: 30px;
}
.tags h2 {
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
}
.tags h2:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -9px;
  background: #14d9fc;
  height: 20px;
  width: 2px;
}
.tags span {
  font-size: 14px;
  border: 2px solid #14d9fc;
  padding: 2px 20px 2px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 15px;
  color: #14d9fc;
  transition: 0.5s;
}
.tags span:hover {
  background: #14d9fc;
  color: #fff;
}
.single-blog-items {
  margin-top: -75px;
}
.about-me-content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0a2c3d;
  margin-top: 0;
  margin-bottom: -6px;
}
.about-me-content span {
  font-size: 12px;
  color: #5c727d;
}
.review span {
  color: #ff5a3c;
}
span.cor {
  color: #d4d0ca;
}
.review span i {
  font-size: 10px;
}
.about-me-content p {
  width: 78%;
  margin: 4px auto 0;
}
.about-me-soical a {
  display: inline-block;
  font-size: 12px;
  color: #1f3e4d;
  margin-left: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  border-radius: 50%;
  margin-top: 30px;
  transition: 0.5s;
  text-align: center;
}
.about-me-soical a:hover {
  background: #d00a2b;
  color: #fff;
}
.blog-src-bar {
  background: #fff;
  box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
  padding: 20px 30px 42px;
  margin-top: 28px;
  margin-bottom: 30px;
}
.blog-title h2 {
  font-size: 28px;
  margin-bottom: 13px;
}
.single-blog-content {
  margin-left: 35px;
  margin-top: 40px;
}
span.color {
  color: #14d9fc;
}
.blog-meta-top2 span {
  color: #14d9fc;
  margin-left: 5px;
}
.blog-title-2 h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
.blog-bullets h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
#contact_form3 {
  background: #f7f7f7;
  padding: 58px 44px 42px 30px;
  margin-bottom: 30px;
}
.contact-form_2 {
  position: relative;
}
.contact-form_2 i {
  position: absolute;
  left: 22px;
  right: 0;
  margin-top: 20px;
  font-size: 11px;
  color: #5c727d;
  top: -2px;
}
.contact-form-msg-2 i {
  position: absolute;
  left: 64%;
  right: 0;
  margin-top: 29px;
  font-size: 12px;
  color: #5c727d;
  margin-left: 15px;
}
.contact-style_2 {
  width: 100%;
  height: 45px;
  padding-left: 40px;
  background: #fff;
  border: none;
  outline: 0;
  margin-bottom: 20px;
}
.contact-style-msg2 {
  width: 100%;
  height: 185px;
  padding-left: 45px;
  background: #fff;
  border: none;
  outline: 0;
  padding-top: 20px;
}
.contact-style-msg2::placeholder {
  font-size: 12px;
}
.contact-style_2::placeholder {
  font-size: 12px;
}
.contact-style-msg_2::placeholder {
  font-size: 12px;
}
.blog-drop-form h2 {
  margin-top: -20px;
  margin-bottom: 28px;
}
label.checkbox-control {
  color: #232323;
}
.blog-drop-form h2 {
  margin-top: -20px;
  margin-bottom: 28px;
  font-size: 28px;
}
.single-blog-items {
  margin-top: 0;
  background: #fff;
  box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
  padding: 2px 2px 20px;
}
input.blog-button {
  width: 100%;
  margin-top: 27px;
  color: #fff;
  background: #14d9fc;
  border: none;
  padding: 10px 0 10px;
}
/*====================================================
--<	Delton Contact Us Section Css -->
======================================================*/
.contact-us {
  margin-top: 50px;
  padding-bottom: 50px;
}
.contact-us .section-title h6:before {
  position: absolute;
  content: "";
  top: 0;
  left: 42%;
  width: 100%;
  height: 100%;
  background: url(styling/images/testi1.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.contact-us .section-title h6 {
  color: #006cff;
  font-weight: 500;
  position: relative;
}
.contact-style_2::placeholder {
  font-size: 17px;
}
.contact-style-msg2::placeholder {
  font-size: 17px;
}
/*====================================================
--<	Delton Brand Section Css -->
======================================================*/
.brand-section {
  padding-top: 100px;
  padding-bottom: 100px;
  /* background: #f5f9ff; */
}
/* .brand-thumb img {
  filter: grayscale(1);
  transition: 0.5s;
}
.brand-thumb img:hover {
  filter: grayscale(0);
} */

/*====================================================
--<	Delton Footer Section Css -->
======================================================*/
.footer-section {
  background: url(styling/images/footer-bg.jpg);
  padding-top: 82px;
  padding-bottom: 160px;
  position: relative;
  margin-bottom: -133px;
}
.footer-text p {
  color: rgb(244, 246, 254);
  font-size: 16px;
  width: 93%;
  margin: 22px 0px 50px;
}
.footer-address {
  margin-top: -27px;
}
.footer-social-icon ul li {
  display: inline;
  list-style: none;
}
.footer-social-icon ul li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 12px;
  transition: 0.3s;
  font-size: 16px;
}
.footer-social-icon a:hover {
  color: #0c5adb;
}
.footer-title h2 {
  color: #f8f9fe;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
.footer-menu ul {
  list-style: none;
}
.footer-menu ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
  font-size: 15px;
  transition: 0.5s;
}
.footer-menu ul li a:hover {
  color: #14d9fc;
}
.footer-social-icon ul li a {
  display: inline-block;
  text-align: center;
  color: #fff;
  margin-right: 12px;
  transition: 0.3s;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #1673ea;
  border-radius: 5px;
}
.footer-social-icon ul li .style2 {
  background: #963fc0;
}
.footer-social-icon ul li .style3 {
  background: #d72440;
}
.footer-title h2 span {
  color: #e62463;
}
.footer-menu {
  margin-left: 28px;
}
.footer-menu ul li {
  position: relative;
}
.footer-menu ul li:before {
  position: absolute;
  top: 14px;
  left: -24px;
  width: 10px;
  height: 1px;
  background: #14d9fc;
  content: "";
}
.footer-social-icon ul li a:hover {
  color: #fff;
  background: #d00a2b;
}
.footer-about {
  margin-bottom: 20px;
}
.footer-icon i {
  color: #fff;
  font-size: 26px;
}
.footer-content {
  margin: -15px 0px 0px 16px;
}
.footer-content h6 {
  color: #f4f6fe;
  font-size: 16px;
}
.footer-content span {
  color: #fff;
  font-size: 16px;
}

.footer-logo {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.footer-logo p {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

.footer-logo img {
  margin-top: 15px;
}
.footer-contact ul li {
  list-style: none;
  color: #fff;
  margin-bottom: 25px;
}
.footer-contact ul li i {
  font-size: 24px;
  margin-right: 10px;
  color: #e62463;
}
.footer-menu-right ul li {
  list-style: none;
  display: inline;
}
.footer-menu-right {
  text-align: right;
}
.copy-right-text p {
  color: #fff;
}
.footer-menu-right ul li a {
  color: #fff;
}
.footer-bottom {
  margin-top: 48px;
  position: relative;
  padding-top: 28px;
}
.footer-bottom:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #021758;
  top: 0;
  bottom: 0;
}

/* ==========================================
    start search Popup Css
=========================================*/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}
.search-popup {
  width: 100%;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #d00a2b;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.search-popup .close-search i {
  position: relative;
  font-size: 30px;
  color: #ffffff;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #ffffff;
}
.header-src-btn {
  display: inline-block;
}
.search-box-btn.search-box-outer {
  margin-left: -14px;
}
.search-box-btn.search-box-outer i {
  font-size: 15px;
  display: inline-block;
  color: #0a2c3d;
  cursor: pointer;
}
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171b2a url(styling/images/preloader.html) no-repeat center;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 49%;
  top: 48%;
  width: 190px;
  height: 190px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d00a2b;
  -webkit-animation: spin 7s linear infinite;
  animation: spin 7s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d00a2b;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #d00a2b;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #171b2a url(styling/images/fav-icon/delton.png) no-repeat center;
  z-index: 1000;
}
#loader {
  display: block;
  position: relative;
  left: 48%;
  top: 47%;
  width: 220px;
  height: 220px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #14d9fc;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
  transition: 5s;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #14d9fc;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
  transition: 5s;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #14d9fc;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
  transition: 5s;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*scroll section*/
.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
  content: "";
  border: 3px solid #1234bc;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #1234bc;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
  content: "";
  border: 3px solid #1234bc;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.top-wrap .go-top-button:hover {
  background-color: #1234bc;
  color: #fff;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
