/* @font-face {
    font-family: 'RalewayExtraBold';
    src: url('../fonts/RalewayExtraBold.eot');
    src: url('../fonts/RalewayExtraBold.eot') format('embedded-opentype'),
         url('../fonts/RalewayExtraBold.woff2') format('woff2'),
         url('../fonts/RalewayExtraBold.woff') format('woff'),
         url('../fonts/RalewayExtraBold.ttf') format('truetype'),
         url('../fonts/RalewayExtraBold.svg#RalewayExtraBold') format('svg');
}
@font-face {
    font-family: 'RalewayLight';
    src: url('../fonts/RalewayLight.eot');
    src: url('../fonts/RalewayLight.eot') format('embedded-opentype'),
         url('../fonts/RalewayLight.woff2') format('woff2'),
         url('../fonts/RalewayLight.woff') format('woff'),
         url('../fonts/RalewayLight.ttf') format('truetype'),
         url('../fonts/RalewayLight.svg#RalewayLight') format('svg');
}
@font-face {
    font-family: 'RalewayRegular';
    src: url('../fonts/RalewayRegular.eot');
    src: url('../fonts/RalewayRegular.eot') format('embedded-opentype'),
         url('../fonts/RalewayRegular.woff2') format('woff2'),
         url('../fonts/RalewayRegular.woff') format('woff'),
         url('../fonts/RalewayRegular.ttf') format('truetype'),
         url('../fonts/RalewayRegular.svg#RalewayRegular') format('svg');
}
@font-face {
    font-family: 'RalewaySemiBold';
    src: url('../fonts/RalewaySemiBold.eot');
    src: url('../fonts/RalewaySemiBold.eot') format('embedded-opentype'),
         url('../fonts/RalewaySemiBold.woff2') format('woff2'),
         url('../fonts/RalewaySemiBold.woff') format('woff'),
         url('../fonts/RalewaySemiBold.ttf') format('truetype'),
         url('../fonts/RalewaySemiBold.svg#RalewaySemiBold') format('svg');
}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/Raleway-Bold-webfont.eot');
    src: url('../fonts/Raleway-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Bold-webfont.woff2') format('woff2'),
         url('../fonts/Raleway-Bold-webfont.woff') format('woff'),
         url('../fonts/Raleway-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-Bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Raleway-Medium';
  src: url('../fonts/Raleway-Medium.eot');
  src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg'),
       url('../fonts/Raleway-Medium.ttf') format('truetype'),
       url('../fonts/Raleway-Medium.woff') format('woff'),
       url('../fonts/Raleway-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'RalewayBlack';
    src: url('../fonts/RalewayBlack.eot');
    src: url('../fonts/RalewayBlack.eot') format('embedded-opentype'),
         url('../fonts/RalewayBlack.woff2') format('woff2'),
         url('../fonts/RalewayBlack.woff') format('woff'),
         url('../fonts/RalewayBlack.ttf') format('truetype'),
         url('../fonts/RalewayBlack.svg#RalewayBlack') format('svg');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansBold.woff2') format('woff2'),
         url('../fonts/OpenSansBold.woff') format('woff'),
         url('../fonts/OpenSansBold.ttf') format('truetype'),
         url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('../fonts/OpenSansRegular.woff2') format('woff2'),
         url('../fonts/OpenSansRegular.woff') format('woff'),
         url('../fonts/OpenSansRegular.ttf') format('truetype'),
         url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSansSemibold.eot');
    src: url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansSemibold.woff2') format('woff2'),
         url('../fonts/OpenSansSemibold.woff') format('woff'),
         url('../fonts/OpenSansSemibold.ttf') format('truetype'),
         url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}


 


@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */


#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../404.html);
  width: 64px;
  height: 64px;
  position: relative;
  top: 50%;
  margin: -32px auto 0 auto;
}
.scroll-top {
  width:28px;
  height:28px;
  position: fixed;
  bottom: 5px;
  right: 10px;
  z-index: 9999;
  text-align: center;
  color:#fff;
  font-size: 16px;
  display: none;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*  @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), 
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), 
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), 
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); 
 } */
 
 body {
  font-weight: normal;
  color:rgba(48,61,83,0.7);
/*   font-size: 18px; */
  position: relative;
 }
.main-page-wrapper {overflow:hidden;}
 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5,h6 {color:#333333;}
 h1 { font-size: 40px; line-height: 60px;}
 h2 { font-size: 50px;}
 h3 {font-size: 16px; font-weight: normal; }
 h4 {font-size: 24px; }
 h5 {font-size: 22px; font-weight: 500;}
 h6 {font-size: 20px;  }
/*  p {line-height: 32px;} */
 ul {list-style-type: none;}
 a {text-decoration: none; }
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}
 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;cursor: pointer;}
 button:focus {outline: none;}
 input,textarea {outline: none; -webkit-box-shadow: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
 .float-left {float: left;}
 .float-right {float: right;}
 .section-spacing {padding-top: 130px;}
 .inner-page-spacing {margin-bottom: 130px;}
.tran3s,h2 a,h3 a,h4 a,h5 a,h6 a,#theme-banner .button-group li a,.theme-banner-one .main-text-wrapper .play-buttton,#mega-menu-holder ul> li> a:before,
#mega-menu-holder>ul> li a,.theme-main-menu .right-widget .login-button a,.our-feature-two .text .learn-more,.testimonial-section .owl-theme .owl-dots .owl-dot span,
.subscribe-banner form button,.theme-footer .top-footer-data-wrapper .footer-list ul li a,.partner-slider .item img,.apps-overview .inner-wrapper .button-group li a,
.contact-us-one form button,.contact-section-dark form button,.blog-grid-style .single-blog-post .date a,.blog-grid-style .single-blog-post .share-meta li a,
.blog-grid-style .single-blog-post .share-meta li button,.theme-pagination ul li a,.theme-main-sidebar .sidebar-categories ul li a,.our-features-four .single-feature a,
.our-feature-five .text .learn-more  {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
 }
.tran4s,.our-features-one .single-feature .icon-box img,.hover-effect-one .single-blog-post .image-box img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }
/*--------------- Theme Title ------------*/
.theme-title h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}
.theme-title .upper-heading {
  font-size: 20px;
  text-transform: uppercase;
  color: rgba(27,27,27,0.3);
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}
/*---------------- Theme Button --------------*/
body .theme-button {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  line-height: 52px;
  border-radius: 25px;
  padding: 0 50px;
  position: relative;
  z-index: 9;
}
body .theme-button i {
  font-size: 22px;
  vertical-align: -1px;
  margin-right: 10px;
}
body .theme-button span {
  position: absolute;
  border-radius: 25px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}
body .theme-button:hover span {opacity: 1;}
/*------------------- Theme Pagination ------------------*/
.theme-pagination {padding-top: 60px;}
.theme-pagination ul {margin: 0 -8px;display: inline-block;}
.theme-pagination ul li {float: left;padding: 0 8px;}
.theme-pagination ul li a {
  display: block;
  width: 40px;
  line-height: 38px;
  border: 1px solid rgba(0,0,0,0.05);
  color: #5f5f5f;
}
.theme-pagination ul li a:hover,.theme-pagination ul li.active a {color: #fff;}
.theme-pagination ul li.active a {cursor: default;}
/* ----------------------- Theme Top Section -----------------*/
.theme-top-section,#theme-banner,#theme-banner .main-text-wrapper {position: relative;z-index: 5;}
#theme-banner .button-group {display: inline-block;margin: 0 -10px;}
#theme-banner .button-group>li {float: left;padding: 0 10px; position: relative;}
.theme-top-section .blue-shape {
  position: absolute;
  left:0;
  right: 0;
  top:0;
  z-index: -1;
}
/*-------------------------- Theme Menu ---------------------*/
.theme-main-menu {
  position: fixed;
  left:0;
  right: 0;
  top:0;
  padding-top: 75px;
  z-index: 99;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
/*.theme-main-menu.full-width {padding: 55px 80px 0;}*/
.theme-main-menu.full-width {
    padding: 0px 93px 0;
}
.menu-wrapper {position: relative;}
.theme-main-menu .logo {float: left;    margin-top: 23px;}
.theme-main-menu .logo a {display: block;margin-top: 5px;}
.theme-main-menu #mega-menu-holder,.theme-main-menu .right-widget {float: right;padding: 0;}
.theme-main-menu .right-widget {position: relative;z-index: 9;}
#mega-menu-holder ul> li> a {
  position: relative;
  padding: 7px 0 0;
  display: block;
  /*font-size: 20px;*/
  font-size: 15px;
  line-height: 20px;
  /*margin: 0 22px;*/
  margin: 0 10px;
  color: #929eb3;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  font-weight: normal;
}
#mega-menu-holder ul> li> a:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  right: 0;
  top:100%;
  opacity: 0;
  transform: scale(0, 1);
}
#mega-menu-holder ul> li> a.active:before {opacity: 1;transform: scale(1);}
#mega-menu-holder .navbar-toggler {
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 8px;
}
.theme-main-menu .right-widget>li {float: left;}
.theme-main-menu .right-widget .login-button a {
  width: 130px;
  height: 40px;
  line-height: 38px;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  text-transform: uppercase;
  color: rgba(52,72,106,0.35);
  font-size: 16px;
  padding-left: 28px;
}
.theme-main-menu .right-widget .login-button a i {font-size: 18px;margin-left: 8px;vertical-align: middle;}
.theme-main-menu .right-widget .login-button a:hover,.theme-main-menu .right-widget .login-button a:hover i {color: #fff;}
#polyglotLanguageSwitcher {margin: 10px 20px 0 90px;}
#polyglotLanguageSwitcher span.trigger:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top:0;
  right:0;
}
#polyglotLanguageSwitcher a {
  display: inline-block;
  font-size: 16px;
  color: #1a1a1a;
  text-transform: uppercase;
  padding: 1px 20px 0 30px;
  line-height: 14px;
}
.color-white #mega-menu-holder ul> li> a,.color-white #polyglotLanguageSwitcher>a,
.theme-main-menu.color-white .right-widget .login-button a {color: #fff;}
.theme-main-menu.color-white #mega-menu-holder .navbar-toggler {background: #fff;}
/*================= Sticky Menu ===============*/
.theme-main-menu.fixed {
  z-index: 9999;
  padding:10px 0;
  background: #fff;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(0,0,0,0.15);
    box-shadow: 0px 13px 35px -12px rgba(0,0,0,0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation: menu_sticky 0.7s ease-in-out;
}
.theme-main-menu.fixed.full-width {padding: 10px 80px;}
/*----------------------- Theme Banner One -------------------------*/
.theme-banner-one {
  background: url(../404.html) no-repeat center;
  background-size: cover;
}
.theme-banner-one .main-text-wrapper {padding: 318px 0 180px;}
.theme-banner-one .main-text-wrapper p {
  font-size: 22px;
  line-height: 37px;
  padding: 35px 0 50px;
}
.theme-banner-one .main-text-wrapper .button-group>li:first-child a {
  width: 140px;
  line-height: 55px;
  color: #fff;
  background:#fec25e;
  font-size: 18px;
  border-radius: 3px;
  text-align: center;
}
.theme-banner-one .main-text-wrapper .button-group>li:last-child .download-button,
.theme-banner-one .main-text-wrapper .button-group>li:last-child .dropdown-menu a {
  width: 250px;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  text-align: left;
  padding-left: 28px;
}
.theme-banner-one .main-text-wrapper .button-group>li:last-child .dropdown-toggle {
  height: 55px;
  width: 50px;
  position: absolute;
  right: 0;
  top:0;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  padding: 0;
}
.theme-banner-one .main-text-wrapper .button-group>li:last-child .dropdown-menu {
  width: 250px;
  border: none;
  border-radius: 0;
  padding: 0;
}
.theme-banner-one .main-text-wrapper .button-group li a:hover {
  box-shadow: 0px 0px 22.5px 7.5px rgba(216, 225, 229, 0.3);
}
.theme-banner-one .main-text-wrapper .button-group>li:last-child .dropdown-toggle::after {
  content: "\f100";
  border: none;
  font-family: "Flaticon";
  color: #fff;
  line-height: 55px;
  height: 55px;
  width: 50px;
  top:0;
  margin: 0;
  display: block;
}
.theme-banner-one .main-text-wrapper .play-buttton:hover {color: #fff; }
.theme-banner-one .illustration {
  position: absolute;
  top:25%;
  right: 10%;
  z-index: -1;
}
.theme-banner-one .icon-shape-one {
  position: absolute;
  right: 7%;
  top:20%;
  animation: jump 2s ease-in-out alternate infinite;
}
.theme-banner-one .icon-shape-two {
  position: absolute;
  left: 8%;
  bottom:28%;
  animation: jump 2.5s ease-in-out alternate infinite;
}
.theme-banner-one .icon-shape-three {
  position: absolute;
  left: 17%;
  top:39%;
  animation: scale-up 5s ease-in-out alternate infinite;
}
.theme-banner-one .round-shape-one {
  position: absolute;
  left: 7%;
  top:20%;
  z-index: -1;
  width: 28px;
  height: 28px;
  border: 5px solid #ff8b90;
  border-right: none;
  border-top: none;
  border-radius: 0 0 0 85%;
  animation: border-one 2s ease-in-out alternate infinite;
}
.theme-banner-one .round-shape-two {
  position: absolute;
  left: 49%;
  top:21%;
  z-index: -1;
}

.theme-banner-one .round-shape-three {
  position: absolute;
  right: 22%;
  top:48%;
  z-index: -1;
  width: 28px;
  height: 28px;
  border: 5px solid #b377f6;
  border-right: none;
  border-bottom: none;
  border-radius: 85% 0 0 0;
  animation: border-two 2s ease-in-out alternate infinite;
}
/*----------------------- Theme Banner Two ----------------*/
.theme-banner-two .main-text-wrapper {padding: 305px 0 245px;}
.theme-banner-two .partner-slider .item img {opacity: 0.2;}
.theme-banner-two .partner-slider .item img:hover {opacity: 1;}

.theme-banner-two .main-text-wrapper h1 {color: #fff;}
.theme-banner-two .main-text-wrapper p {
  color: rgba(255,255,255,0.8);
  font-size: 24px;
  line-height: 38px;
  padding: 20px 0 50px;
}
.theme-banner-two .main-text-wrapper .button-group li a {
  line-height: 48px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 0 36px;
}
.theme-banner-two .main-text-wrapper .button-group li a:hover {color: #161616;}
.theme-banner-two .cube-shape {
  position: absolute;
  top:7%;
  left: 5%;
  z-index: 1;
  animation:scale-up 8s ease-in-out alternate infinite;
}
.theme-banner-two .illustration {
  position: absolute;
  top:116px;
  right: 0;
  z-index: -1;
}
/*----------------------- Theme Banner Three -------------------------*/
.theme-banner-three {
  background: url(../png/main-banner.png) no-repeat center center;
  background-size: cover;
      background-color: #f9faff;
}
.theme-banner-three .main-text-wrapper {/*padding: 270px 0 400px;*/padding: 270px 0 400px;}
.theme-banner-three .main-text-wrapper h1 {color: #fff;font-family: 'RalewaySemiBold';
    font-size: 40px;
    line-height: 60px;}
.theme-banner-three .main-text-wrapper p {
  font-size: 22px;
  line-height: 37px;
  padding: 50px 0 70px;
  color: #fff;
}
.theme-banner-three .main-text-wrapper .button-group>li:first-child a {
  width: 140px;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  background: linear-gradient( 0deg, rgb(0,209,222) 0%, rgb(0,162,255) 100%);
  text-align: center;
}
.theme-banner-three .main-text-wrapper .button-group>li:last-child .download-button {color: rgba(16,16,16,0.5);}
.theme-banner-three .main-text-wrapper .button-group>li:last-child .download-button,
.theme-banner-three .main-text-wrapper .button-group>li:last-child .dropdown-menu a {
  width: 240px;
  line-height: 50px;
  border:2px solid #fff;
  font-size: 18px;
  border-radius: 5px;
  text-align: left;
  padding-left: 28px;
  color: #fff;
}
.theme-banner-three .main-text-wrapper .button-group>li:last-child .dropdown-menu a {
  color: #00c2e9;
}
.theme-banner-three .main-text-wrapper .button-group>li:last-child .dropdown-toggle {
  height: 54px;
  width: 50px;
  position: absolute;
  right: 0;
  top:0;
  box-shadow: none;
  cursor: pointer;
  border-radius: 0 25px 25px 0;
  padding: 0;
  background: transparent;
}
.theme-banner-three .main-text-wrapper .button-group>li:last-child .dropdown-menu {
  width: 240px;
  border: none;
  border-radius: 5px;
  padding: 0;
}
.theme-banner-three .main-text-wrapper .button-group li a:hover {box-shadow: 0px 1px 22.8px 1.2px rgba(111, 72, 72, 0.15);}
.theme-banner-three .main-text-wrapper .button-group>li:last-child .dropdown-toggle::after {
  content: "\f100";
  border: none;
  font-family: "Flaticon";
  color: #fff;
  line-height: 50px;
  height: 54px;
  width: 50px;
  top:0;
  margin: 0;
  display: block;
}
.theme-banner-three .shape-one {
  position: absolute;
  top:25px;
  right: 0;
  z-index: -1;
  width: 100%;
    height: 743px;
}
.shape-two1{
	width:918px;
	height:744px;
}
.theme-banner-three .shape-two {
  position: absolute;
  top:9%;
  right: 0%;
  z-index: -1;
}
.theme-banner-three .shape-three {
  position: absolute;
  bottom:14%;
  right: 48%;
  z-index: -1;
}
.theme-banner-three .shape-four {
  position: absolute;
  left: 3%;
  top:24%;
  z-index: -1;
  animation: jump 2s ease-in-out alternate infinite;
}
.theme-banner-three .shape-five {
  position: absolute;
  left: 0;
  top: 19%;
  animation: scale-up 5s ease-in-out alternate infinite;
}
/*----------------- Stock Market Price -----------------*/
.stock-market-price {padding-bottom: 50px;}
.stock-market-price #market-rate {padding: 10px 15px;}
.stock-market-price #market-rate .main-wrapper {
  background: #fff;
  box-shadow: 0px 3px 70px 0px rgba(187, 206, 233, 0.2);
  border-radius: 3px;
  padding: 30px 20px 30px 40px;
  position: relative;
  margin: 40px 0;
  text-align: left;
}
.stock-market-price #market-rate .main-wrapper .amount {
  font-size: 28px;
  color: #1a1a1a;
  padding-bottom: 5px;
}
.stock-market-price #market-rate .main-wrapper .title {color: rgba(26,26,26,0.5);}
.stock-market-price #market-rate .main-wrapper .current-info {
  position: absolute;
  right: 20px;
  top:22px;
}
.stock-market-price #market-rate .main-wrapper .current-info.range-down {color: #ff4c2f;}
.stock-market-price #market-rate .main-wrapper .current-info.range-up {color: #08dd67;}

.stock-market-price #market-rate .main-wrapper .icon {font-size: 8px;}
.stock-market-price #market-rate .main-wrapper .rate {
  display: block;
  position: relative;
  margin-top: -9px;
  padding-bottom: 22px;
} 
.stock-market-price #market-rate .main-wrapper .rate:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left:0;
}
.stock-market-price #market-rate .main-wrapper .range-down .rate:before {background: linear-gradient(90deg, rgb(255,116,93) 10%, rgba(255,255,255,1) 100%);}
.stock-market-price #market-rate .main-wrapper .range-up .rate:before {background: linear-gradient(90deg, rgb(8,221,103) 10%, rgba(255,255,255,1) 100%);}
/*--------------------- Our Features --------------------*/
.our-features-one {
  padding: 120px 0 155px;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.our-features-one:before {
  content: "\f105";
  font-family: "Flaticon";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  text-align: center;
  line-height: 50px;
  color: #c0c0c0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  background: #fff;
  z-index: 1;
}
.our-features-one .theme-title {text-align: center;padding-bottom: 70px;}
.our-features-one .single-feature .icon-box {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  border: 2px solid #eff5fa;
  margin: 0 auto;
  position: relative;
}
.our-features-one .single-feature .icon-box img {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  top:50%;
  transform: translate(-50% , -50%);
}
.our-features-one .single-feature .icon-box:before,
.our-features-one .single-feature .icon-box:after {
  content: '';
  width: 50px;
  height: 80px;
  background: #fff;
  position: absolute;
}
.our-features-one .single-feature .icon-box:before {left:-9px;top:25px;}
.our-features-one .single-feature .icon-box:after {right:-9px;bottom:25px;}
.our-features-one .single-feature {text-align: center;position: relative;}
.our-features-one .single-feature h3 {padding: 44px 0 20px;}
.our-features-one .single-feature.border-fix:before,
.our-features-one .single-feature.border-fix:after {
  content: '';
  width: 120px;
  height: 1px;
  border-top: 1px dashed #d8e2e9;
  position: absolute;
  top:29%;
}
.our-features-one .single-feature.border-fix:before {left:-75px;}
.our-features-one .single-feature.border-fix:after {right: -75px;}
/*-------------------- Our Feature Two --------------------*/
.our-feature-two {padding: 200px 0 320px;}
.our-feature-two .text {
  position: relative;
  padding: 0 0 60px 60px;
}
.our-feature-two .text .number {
  font-size: 60px;
  color: #d8d8d8;
  position: relative;
}
.our-feature-two .text .number:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff8e9d;
  opacity: 0.32;
  top:35px;
  left:-67px;
}
.our-feature-two .text .number:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff8e9d;
  top:39px;
  left:-63px;
  z-index: 1;
}
.our-feature-two .text .title {
  font-size: 50px;
  line-height: 60px;
}
.our-feature-two .text .learn-more {
  font-size: 22px;
  color: #3c3c3c;
}
.our-feature-two .text .learn-more i {vertical-align: middle;font-size: 25px;margin-left: 12px;}
.our-feature-two .text p {padding: 30px 0;}
.our-feature-two .img-box img {margin: 60px auto 0;}
.our-feature-two .single-block:nth-child(1) .text {
  border-left: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  border-radius:  0 0 0 20px;
}
.our-feature-two .single-block:nth-child(1) .text:before {
  content: '';
  width: 1px;
  height: 39px;
  position: absolute;
  background: #fff;
  top:0;
  left:-1px;
}
.our-feature-two .single-block:nth-child(2) .img-box {
  border-right: 1px dashed #dcdcdc;
  border-radius:  0 20px 20px 0;
}
.our-feature-two .single-block:nth-child(2) .img-box>div {padding: 45px 65px 0 0;}
.our-feature-two .single-block:nth-child(2) .text {padding: 80px 40px 55px 45px;}
.our-feature-two .single-block:nth-child(3) .text {
  border-top: 1px dashed #dcdcdc;
  border-left: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  border-radius:  20px 0 0 20px;
  padding: 80px 0 55px 60px;
}
.our-feature-two .single-block:nth-child(3) .img-box>div {padding-top: 60px;}
.our-feature-two.dark-bg .text {padding: 0 0 150px 0;}
.our-feature-two.dark-bg .text .number:before,
.our-feature-two.dark-bg .text .number:after {display: none;}
.our-feature-two.dark-bg .text .number {color: #3d42e0;}
.our-feature-two.dark-bg .text .title {color: #fff;}
.our-feature-two.dark-bg .text p {color: #d0d0d9;}
.our-feature-two.dark-bg .row {margin: 0 -70px;}
.our-feature-two.dark-bg .row [class*="col"] {padding: 0 70px;}
.our-feature-two.dark-bg {padding: 170px 0 80px;}
/*----------------------- Apps Overview ---------------------*/
.apps-overview {position: relative;margin-bottom: 210px;}
.apps-overview.color-one {background:linear-gradient( 39deg, rgb(173,244,142) 0%, rgb(0,206,175) 100%);}
.apps-overview .overlay-bg {background-position: center center; position: relative;}
.apps-overview .overlay-bg .cube-shape-one {
  position: absolute;
  left: 0;
  bottom: 1%;
  animation: fade-in 1s ease-in-out alternate infinite;
}
.apps-overview .inner-wrapper {position: relative;padding: 20px 0 110px;}
.apps-overview .inner-wrapper .text h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.8px;
}
.apps-overview .inner-wrapper .text h2 {
  color: #fff;
  padding: 6px 0 25px;
}
.apps-overview .inner-wrapper .text h6 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 20px;
}
.apps-overview .inner-wrapper .text p {color: #fff;padding-bottom: 40px;}
.apps-overview .inner-wrapper .button-group li {display: inline-block;margin-right: 15px;}
.apps-overview .inner-wrapper .button-group li a {
  width: 170px;
  line-height: 55px;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  font-size: 20px;
  color: #313131;
}
.apps-overview .inner-wrapper .button-group li a i {
  margin-right: 3px;
  font-size: 22px;
}
.apps-overview .inner-wrapper .button-group li a img {
  display: inline-block;
  width: 20px;
  margin-right: 2px;
  vertical-align: sub;
}
.apps-overview .inner-wrapper .s8-mockup {
  position: absolute;
  left: -110px;
  top:-130px;
  z-index: 1;
}
.apps-overview .inner-wrapper .x-mockup {
  position: absolute;
  left: 250px;
  bottom:-165px;
  z-index: 1;
}
.apps-overview.color-two {background: #111ba8;margin-bottom: 0;}
.apps-overview.color-two .inner-wrapper .button-group li a:hover {background: #00c9d7;color: #fff;}
.apps-overview.color-three {
  background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
     padding: 160px 0 70px;
     margin-bottom: 50px;
     background-image: url(../jpg/new-bg.jpg);
	 float: left;
   }
.apps-overview.color-three .shape {
  position: absolute;
  top:-150px;
  right: 0;
}
.apps-overview.color-three:before {
 content: '';
    width: 103%;
    height: 220px;
    background: #ffffff;
    position: absolute;
    top: -100px;
    right: 0;
    border-bottom-left-radius: 150px;
    transform: rotate(-6deg);
}
.apps-overview.color-three:after {
  content: '';
  width: 104%;
  height: 150px;
  background: linear-gradient( 90deg, rgb(249,250,255) 0%, rgb(255,255,255) 100%);
  position: absolute;
  bottom:-57px;
  left:-1%;
  transform: rotate(-4deg);
}
#message_sect{
	padding-top: 60px;
}




/*------------------- About cryto -------------------*/
.about-cryto {padding: 195px 0 30px;}
.about-cryto .theme-title {padding-top: 40px;}
.about-cryto .sub-text {
  font-size: 24px;
  line-height: 35px;
  color: rgba(255,255,255,0.8);
  padding: 28px 0 24px;
}
.about-cryto .text {
  font-size: 17px;
  color: #c9c9d8;
  padding-bottom: 32px;
}
.about-cryto .know-more {
  font-size: 20px;
  color: #fff;
}
.about-cryto .know-more a {text-decoration: underline;}
.about-cryto.style-two {
  background: #ffffff;
  /*padding: 235px 0 240px;*/
  overflow:hidden;
  position: relative;
}
.about-cryto.style-two:before {
  content: '';
  width: 103%;
  height: 270px;
  background: #f9faff;
  position: absolute;
  top:-130px;
  right:0;
  transform: rotate(-7deg);
}

.about-cryto.style-two .sub-text {color: #3e5065;}
.about-cryto.style-two .know-more {color: #2c2c2c;}
.about-cryto.style-two .text {color: #6a7587;}
.about-cryto.style-two .learn-more {
  width: 160px;
  line-height: 50px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
  background:linear-gradient( 45deg, rgb(0,166,253) 0%, rgb(0,208,223) 100%);
}
.about-cryto.style-two .icon-data {position: relative;height: 100%;}
.about-cryto.style-two .single-box {
  width: 310px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 70px 0px rgba(139, 152, 171, 0.07);
  padding: 85px 40px 85px;
  position: absolute;
  z-index: 1;
}
.about-cryto.style-two .single-box:first-child {top:155px;left:-196px;}
.about-cryto.style-two .single-box:nth-child(2) {top:-125px;right:50px;}
.about-cryto.style-two .single-box:nth-child(3) {bottom:-175px;right:50px;}
.about-cryto.style-two .single-box h3 {padding: 22px 0;}
/*---------------- Our Feature Four ------------------*/
.our-features-four {position: relative;padding: 60px 0 55px;background: #f9faff;}
.our-features-four .shape {
  position: absolute;
  top:-155px;
  right: -38px;
  z-index: -1;
}
.our-features-four .theme-title {padding-bottom: 30px;    padding-bottom: 30px;
    float: left;
    width: 100%;
    padding-top: 3%;}
.our-features-four .single-feature {
  text-align: center;
  padding: 0 0px;
}
.our-features-four .single-feature .icon-box img {margin: 0 auto; width: 92px;
    height: 92px;}
.our-features-four .single-feature h3 {
  padding: 0px 0 5px;
  font-weight: normal;
  color: #000;
  font-size: 16px;
}
.our-features-four .single-feature a {font-size: 35px;color: #c0c0c0;margin-top: 15px;}
/*---------------- Our Feature Five ------------------*/
.our-feature-five {padding: 0px 0 0px;position: relative;z-index: 1;}
.our-feature-five .shape {
  position: absolute;
  top:-410px;
  right: 0;
  z-index: -1;
}
.our-feature-five .row {margin: 0 -80px;}
.our-feature-five .row [class*="col-"] {padding: 0 80px;}
.our-feature-five .single-block {padding-bottom: 40px;}
.our-feature-five .single-block:last-child {padding-bottom: 0;}
.our-feature-five .text {
  position: relative;
}
.our-feature-five .icon-box {
  width: 85px;
  height: 85px;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.our-feature-five .icon-box img {
  margin: 0 auto;
  position: relative;
  top:50%;
  transform:translateY(-50%);
}
.our-feature-five .icon-box:before {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top:50%;
  left:50%;
  border-radius: 50%;
  transform:translate(-50% ,-50%);
}
.our-feature-five .single-block:nth-child(1) .icon-box {background: rgba(0,208,223,0.08);}
.our-feature-five .single-block:nth-child(1) .icon-box:before {background: rgba(0,208,223,0.15);}
.our-feature-five .single-block:nth-child(2) .icon-box {background: rgba(252,228,227,0.3);}
.our-feature-five .single-block:nth-child(2) .icon-box:before {background: rgba(242,83,79,0.15);}
.our-feature-five .single-block:nth-child(3) .icon-box {background: rgba(5,142,229,0.08);}
.our-feature-five .single-block:nth-child(3) .icon-box:before {background: rgba(77,157,255,0.15);}
.our-feature-five .text .title {
  font-size: 30px;
  line-height: 50px;
  padding-top: 15px;
      color: #333333;
}
.our-feature-five .text .learn-more {
  font-size: 22px;
  color: #3c3c3c;
}
.our-feature-five .text .learn-more i {vertical-align: middle;font-size: 25px;margin-left: 12px;}
.our-feature-five .text p {padding: 30px 0;color:#000;font-size: 15px;line-height: 30px;}
.our-feature-five .img-box img {margin: 0 auto; width: 352px; height: 372px;}

/*** newhedare ***/
.top-menus {
  width:100%;
  text-align: right;
}
.top-menus ul li {
    display: inline-block;
}

.top-menus ul li a {
    color: #fff;
    font-size: 14px !important;
    line-height: 40px !important;
    font-weight:normal !important;
        margin: 0px 5px !important;
    font-family: 'OpenSansSemibold' !important;
}
.top-menus ul li a i.fa.fa-phone {
    margin-right: 20px;
    font-size: 20px;
    vertical-align: middle;
}
.top-menus ul li:first-child a:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    border: 1px solid white;
    top: 20px;
    right: -8px;
}
.our-features-four .theme-title p {
    color: #000;
    font-size: 15px;
    line-height: 27px;
    width: 70%;
    margin: 0px auto;
}
.our-features-four .single-feature p {
      font-size: 15px;
    line-height: 27px;
    color: #000;
    width: 100%;
    margin: 0px auto;
}
.align-divs-first {
    float: left;
    width: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 7px;
}
.image-cents {
    float: left;
    width: 100%;
}

.image-cents img {
    margin: 25px auto 0px auto;
    display: block;
    height: 85px;
   object-fit: contain;
    width: 85px;
}
.conts-txts {
    float: left;
    width: 100%;
    padding: 0px 15px;
}

.conts-txts h4 {
    color: #000;
    font-size: 16px;
        margin-top: 30px;
    margin-bottom: 10px;
}
.conts-txts p {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    -webkit-text-align-last:center;
}

.col-md-3:nth-child(1) .align-divs-first {
    margin-top: 60%;
}
.col-md-3:nth-child(2) .align-divs-first {
    margin-top: 35%;
}
.col-md-3:nth-child(3) .align-divs-first {
    margin-top: 8%;
}
.col-md-3:nth-child(4) .align-divs-first {
    margin-top: -40%;
}
.chse_tms {
      font-size: 30px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
img.b_shape {
    position: absolute;
    top: 40%;
    right: 47.7%;
    max-width: 35px;
			-webkit-animation: top_bot 5s infinite; 
  animation: top_bot 5s infinite;
  width: 35px;
    height: 52px;
}
img.t_shape {
    position: absolute;
    top: 14.2%;
    right: 37%;
    max-width: 35px;
			-webkit-animation: top_bot1 5s infinite;
  animation: top_bot1 5s infinite;
  width: 35px;
    height: 38px;
}
img.tri_shape {
    position: absolute;
    bottom: 43.2%;
    right: 38%;
    max-width: 35px;
	-webkit-animation: top_bot2 5s infinite; 
  animation: top_bot2 5s infinite;
  width: 35px;
    height: 52px;
}


@-webkit-keyframes top_bot {
  0% {top: 40%;opacity:0;}
	25% {top:36%;opacity:0;}
	50% {top: 33%;opacity:0;}
	75% {top: 27%;opacity:1;}
	100% {top: 27%;opacity:1;}
}

/* Standard syntax */
@keyframes top_bot {
  0% {top: 40%;opacity:0;}
	25% {top:36%;opacity:0;}
	50% {top: 33%;opacity:0;}
	75% {top: 27%;opacity:1;}
	100% {top: 27%;opacity:1;}
}

@-webkit-keyframes top_bot1 {
  0% {top: 26%;opacity:0;}
	25% {top:22%;opacity:0;}
	50% {top: 18%;opacity:0;}
	75% {top: 15%;opacity:1;}
	100% {top: 15%;opacity:1;}
}

/* Standard syntax */
@keyframes top_bot1 {
  0% {top: 26%;opacity:0;}
	25% {top:22%;opacity:0;}
	50% {top: 18%;opacity:0;}
	75% {top: 15%;opacity:1;}
	100% {top: 15%;opacity:1;}
}

@-webkit-keyframes top_bot2 {
  0% {bottom: 30%;opacity:0;}
	25% {bottom:34%;opacity:0;}
	50% {bottom: 38%;opacity:0;}
	75% {bottom: 43%;opacity:1;}
	100% {bottom: 43%;opacity:1;}
}

/* Standard syntax */
@keyframes top_bot2 {
  0% {bottom: 30%;opacity:0;}
	25% {bottom:34%;opacity:0;}
	50% {bottom: 38%;opacity:0;}
	75% {bottom: 43%;opacity:1;}
	100% {bottom: 43%;opacity:1;}
}
@-webkit-keyframes rotate_ban {
 0% {right:0%;}
 25% {right:1%;}
 50% {right:0%;}
 75% {right:-1%;}
 100% {right:0%;}
}

/* Standard syntax */
@keyframes rotate_ban {
 0% {right:0%;}
 25% {right:1%;}
 50% {right:0%;}
 75% {right:-1%;}
 100% {right:0%;}
}
.theme-banner-three .shape-two {
   	-webkit-animation: rotate_ban 5s infinite; 
  animation: rotate_ban 5s infinite;
	    transform: initial!important;
}


/*----------devops page-----------*/

 @-webkit-keyframes clocks {
to{transform:rotate(360deg)}
} 

/* Standard syntax */
@keyframes clocks {
to{transform:rotate(360deg)}
}
/* Standard syntax */
@keyframes books {
0%{margin-top: 0px;}
25%{margin-top: -10px;}
50%{margin-top: -20px;}
75%{margin-top: -10px;}
100%{margin-top: 0px;}
}

 @-webkit-keyframes books {
0%{margin-top: 0px;}
25%{margin-top: -10px;}
50%{margin-top: -20px;}
75%{margin-top: -10px;}
100%{margin-top: 0px;}
} 

	
	img.books_yellow {
    position: absolute;
    top: 13%;
    left: 29%;
		   	-webkit-animation: devops_sec 5s infinite; 
  animation: devops_sec 5s infinite;
}

@-webkit-keyframes devops_sec {
0% {top: 13%;}
25% {top: 14%;}
50% {top: 15%;}
75% {top: 14%;}
100% {top: 13%;}
}

/* Standard syntax */
@keyframes devops_sec {
0% {top: 13%;}
25% {top: 14%;}
50% {top: 15%;}
75% {top: 14%;}
100% {top: 13%;}
}
.books_lefts span img{
		    -webkit-animation: books 2s;
    animation: books 2s ;
		animation-iteration-count: 1;
		-webkit-animation-iteration-count: 1;
		}

.books_lefts span {
    float: left;
    width: 100%;
}
.books_lefts {
    position: absolute;
    bottom: 43%;
    left: 20%;
}

.clock_divs {
    display: inline-block;
    position: absolute;
    top: 7%;
    right: 21%;
    background-color: white;
    width: 60px;
    height: 60px;
    border: 7px solid #d22940;
    border-radius: 50%;
}
.clock_divs span{
width: 15px;
    height: 4px;
    background-color: #fff;
    content: '';
    position: absolute;
    border-radius: 15px;
    top: 50%;
    left: 34%;
		   /* transform: translateX(-50%); */
    -webkit-animation: clocks 10s infinite;
    animation: clocks 10s infinite;
		}
.clock_divs span:before {
    width: 20px;
    height: 4px;
    background-color: #203139;
    content: '';
    position: absolute;
    border-radius: 15px;
    top: 0px;
    left: 7px;
 
}
.clock_divs:after {
    width: 4px;
    height: 15px;
    background-color: #203139;
    content: '';
    position: absolute;
    border-radius: 15px;
    top: 24%;
    left: 47%;
		   	
}
#top_banner .item {
    display: flex;
}

.devops_banner_page .main-text-wrapper h1 {
    color: #434343;
    font-size: 35px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.devops_banner_page .main-text-wrapper h1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    background-color: #ddd;
    height: 2px;
}
.devops_banner_page {
background-color: #f9faff !important;
    position: relative;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: 0!important;
	height: 635px;
	    background: none;
}
.devops_banner_page .main-text-wrapper {
    padding: 0;
}
.devops_banner_page .devops_page .item {
    margin-top: 12%;
}

/* .devops_banner_page .devops_page .item .main-text-wrapper {
    margin-top: 75px;
} */

.devops_banner_page .main-text-wrapper h2 {
    color: #54bb4d;
    font-size: 25px;
		margin-top: 20px;
}

.devops_banner_page .main-text-wrapper p {
    color: #434343;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 0px;
    padding-right: 50px;
	font-family: 'OpenSansRegular' !important;
}

.devops_banner_page .owl-nav {
    position: absolute;
    /* bottom: 15%; */
    display: flex;
}

.devops_banner_page .owl-nav .owl-prev {margin-right: 35px;}

.devops_banner_page .owl-nav .owl-prev img {
    transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
}

body .our-feature-five.devops_features {
    padding: 40px 0px;
}

.our-feature-five.devops_features h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
}
.our-feature-five.devops_features .text .title {
    font-size: 25px;
    line-height: 25px;
    padding-top: 15px;
    color: #54bb4e;
}

.our-feature-five.devops_features .text p {
    padding: 15px 0;
    color: #434343;
    font-size: 15px;
    line-height: 28px;
}

.our-feature-five.devops_features .single-block {
    padding-bottom: 10px;
}

.our-feature-five.devops_features .text {
    position: relative;
    margin-top: 10%;
}

.center_wp {
    width: 100%;
    text-align: center;
}

.center_wp img {
    margin: 0 auto;
}

.top_overal_steps h2 {
    color: #54bb4e;
    font-size: 25px;
    width: 100%;
    margin-bottom: 10px;
}

.top_overal_steps {
    width: 450px;
}

.top_overal_steps p {
    padding: 0px 0;
    color: #434343;
    font-size: 15px;
    line-height: 28px;
}

.top_overal_steps.lft_first_steps {
    position: absolute;
    top: 20%;
		    text-align: right;
    padding-right: 20px;
}

.top_steps {
    position: relative;
    margin-top: 5%;
}
.top_overal_steps.lft_second_steps {
    position: absolute;
    top: 60%;
		    text-align: right;
    padding-right: 20px;
}

.top_overal_steps.right_first_steps {
    position: absolute;
    right: 0;
    top: 2%;
    padding-left: 10px;
}
.top_overal_steps.right_second_steps {
    position: absolute;
    top: 40%;
    right: 0;
    padding-left: 10px;
}

.top_overal_steps.right_third_steps {
    position: absolute;
    bottom: 5%;
    right: 0;
    padding-left: 10px;
}

.overall_steps_wp h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    width: 100%;
		    position: relative;
}

.overall_steps_wp h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #434343;
    height: 1px;
    width: 200px;
}

.top_overal_steps.lft_first_steps:before {
    content: '';
    position: absolute;
    bottom: -85%;
    right: 20px;
    background-color: #cfcfcf;
    width: 60%;
    height: 1px;
}

.top_overal_steps.right_first_steps:before {
    content: '';
    position: absolute;
    bottom: -75%;
    left: 10px;
    background-color: #cfcfcf;
    width: 60%;
    height: 1px;
}

.top_overal_steps.right_second_steps:before {
    content: '';
    position: absolute;
    bottom: -75%;
    left: 10px;
    background-color: #cfcfcf;
    width: 60%;
    height: 1px;
}

.our-feature-five.devops_features h1:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #434343;
    height: 1px;
    width: 200px;
}


.devops_right_round {
    display: inline-block;
    width: 110px;
    height: 110px;
    background-color: #79d4ed;
    position: absolute;
    top: 13%;
    left: 32%;
    border-radius: 50%;
}

.devops_right_round:before {
    content: '';
    display: inline-block;
    width: 150px;
    height: 150px;
    background-color: #79d4ed42;
    position: absolute;
    top: -20px;
    left: -20px;
    border-radius: 50%;
		transform:scale(0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		-webkit-animation: mymovez 5s infinite; /* Safari 4.0 - 8.0 */
  animation: mymovez 5s infinite;
	  z-index: -9;
}
img.yellow_circles {
    position: absolute;
    top: 30%;
    left: 34%;
    z-index: 9;
		    -webkit-animation: tops 5s infinite;
    animation: tops 5s infinite;
}

img.girl_img {
    position: absolute;
    bottom: 0;
    left: 13%;
		    z-index: 9;
}
img.boy_img {
    position: absolute;
    right: 23%;
    bottom: 10px;
}
@-webkit-keyframes rocket_right {
		0%  {top: 11%;right: 24%;}
		25% {top: 12%;right: 26%;}
		50% {top: 11%;right: 24%;}
		75% {top: 12%;right: 26%;}
		100% {top: 11%;right:24%;}
}

/* Standard syntax */
@keyframes rocket_right {
		0%  {top: 11%;right: 24%;}
		25% {top: 12%;right: 27%;}
		50% {top: 11%;right: 24%;}
		75% {top: 12%;right: 27%;}
		100% {top: 11%;right:24%;}

}


@-webkit-keyframes rocket_rights {
		0%  {top: 26%;left: 7%;}
		25% {top:24%;right: 9%;}
		50% {top: 26%;right: 7%;}
		75% {top:24%;right: 9%;}
		100% {top: 26%;right:7%;}
}

/* Standard syntax */
@keyframes rocket_rights {
		0%  {top: 26%;left: 7%;}
		25% {top:24%;right: 9%;}
		50% {top: 26%;right: 7%;}
		75% {top:24%;right: 9%;}
		100% {top: 26%;right:7%;}

}

@-webkit-keyframes tops {
0% {top: 29%;}
25% {top: 30%;}
50% {top: 31%;}
75% {top: 30%;}
100% {top: 29%;}
}

/* Standard syntax */
@keyframes tops {
0% {top: 29%;}
25% {top: 30%;}
50% {top: 31%;}
75% {top: 30%;}
100% {top: 29%;}
}

img.left_circle_img {
    position: absolute;
    bottom: 30%;
    left: 5%;
}


img.right_circle_img {
    position: absolute;
    top: 20%;
    right: 8%;
}

img.left_arrow {
    position: absolute;
    top: 26%;
    left: 7%;
				 -webkit-animation: rocket_rights 5s infinite;
    animation: rocket_rights 5s infinite;
}

img.right_arrow {
    position: absolute;
    top: 11%;
    right: 24%;
				 -webkit-animation: rocket_right 5s infinite;
    animation: rocket_right 5s infinite;
}

.devops_right_round2 {
    display: inline-block;
    width: 85px;
    height: 85px;
    background-color: #513abe;
    position: absolute;
    top: 28%;
    right: 16%;
    border-radius: 50%;
}
img.dotted_circles {
    position: absolute;
    top: 8%;
    left: 28%;
}
.devops_right_round2:before {
content: '';
    display: inline-block;
    width: 130px;
    height: 130px;
    background-color: #513abe1f;
    position: absolute;
    top: -22px;
    left: -22px;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-animation: mymovez 5s infinite;
    animation: mymovez 5s infinite;
    z-index: -9;
}

.devops_small_round {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 20%;
    width: 55px;
    height: 55px;
    background-color: #e186b2;
    border-radius: 50%;
		    -webkit-animation: mymove1 5s infinite;
    animation: mymove1 5s infinite;
}

.devops_small_round:before {
    display: inline-block;
    content: '';
    top: 43%;
    right: -23px;
    width: 22px;
    height: 22px;
    background-color: #e186b2;
    border-radius: 50%;
    position: absolute;
}

.devops_small_round.diff_space {
    display: inline-block;
    position: absolute;
    top: 22%;
    right: 28%;
    width: 40px;
    height: 40px;
    background-color: #513abe;
    border-radius: 50%;
		    left: auto;
}

.devops_small_round.diff_space:before {
width: 12px;
    height: 12px;
    background-color: #513abe;
		    right: -15px;
}


@-webkit-keyframes mymovez {
  from {
	transform:scale(0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		}
  to {
	transform:scale(1);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		}
}

/* Standard syntax */
@keyframes mymovez {
from {
	transform:scale(0);
		-webkit-transform:scale(0);
		-moz-transform:scale(0);
		}
  to {
	transform:scale(1);
		-webkit-transform:scale(1);
		-moz-transform:scale(1);
		}
}


@-webkit-keyframes mymove1 {
0% {
	transform:rotate(0);
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
	opacity:0.8;
		}
		100% {
	transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
			opacity:0.1;
		}
}

/* Standard syntax */
@keyframes mymove1 {
0% {
	transform:rotate(0);
		-webkit-transform:rotate(0);
		-moz-transform:rotate(0);
	opacity:0.8;
		}
		100% {
	transform:rotate(360deg);
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
			opacity:0.1;
		}
}
.resp_shows {
    display: none;
}

img.boygirls {
    position: absolute;
    bottom: 0px;
    padding-bottom: 0;
		z-index:9;
		left: 0;
}

img.first_one {
    position: absolute;
    top: 36%;
    left: 7%;
			    -webkit-animation: updown 5s infinite;
    animation: updown 5s infinite;
}

img.second_one {
    position: absolute;
    top: 43%;
    right: 30%;
		  -webkit-animation: updown 5s infinite;
    animation: updown 5s infinite;
}
img.third_one {
    position: absolute;
    top: 38%;
		  -webkit-animation: updown 5s infinite;
    animation: updown 5s infinite;
    right: 16%;
}

@-webkit-keyframes updown {
0% {margin-top:0px;}
25% {margin-top:-5px;}
50% {margin-top:0px;}
75% {margin-top:5px;}
100% {margin-top:0px;}
}

/* Standard syntax */
@keyframes updown {
0% {margin-top:0px;}
25% {margin-top:-5px;}
50% {margin-top:0px;}
75% {margin-top:5px;}
100% {margin-top:0px;}
}

.animation_div {
    padding-bottom: 20px;
}
img.chart_big {
    position: absolute;
    top: 23%;
    left: 15%;
}

img.inhouse_pics {
    position: absolute;
    bottom: -10%;
    left: 12%;
}

@media only screen and (max-width: 1199px){
.resp_shows {
    display: block!important;
}
.animation_div{
    display: none;
}
.animation_divs {
    display: none;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
.top_overal_steps {
    width: 350px;
}
.top_overal_steps h2 {
    color: #54bb4e;
    font-size: 22px;
}
.top_overal_steps.right_first_steps:before {
    bottom: -44%;
}
.top_overal_steps.lft_first_steps:before {
    bottom: -55%;
		}
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
.top_overal_steps {
    width: 350px;
}
.top_overal_steps h2 {
    color: #54bb4e;
    font-size: 20px;
}
.top_overal_steps.right_first_steps:before {
    content: '';
    position: absolute;
    bottom: -40%;
}
.top_overal_steps.lft_first_steps:before {
    content: '';
    position: absolute;
    bottom: -54%;
}
}

@media only screen and (max-width: 991px){
.top_overal_steps {
    width: 100%;
    position: static!important;
    text-align: left!important;
    margin-bottom: 30px;
    padding: 0px!important;
}
.center_wp {
    display: none;
}
.top_overal_steps h2 {
    color: #54bb4e;
    font-size: 16px;
}
.overall_steps_wp h3 {
    text-align: center;
    font-size: 20px;
		}
		.top_overal_steps p {
    padding: 0px 0;
    color: #434343;
    font-size: 14px;
    line-height: 28px;
}
		.devops_banner_page .devops_page .item .main-text-wrapper {
    padding: 0px;
}
.devops_banner_page .devops_page .item {
    margin-top: 20%;
}
.devops_banner_page .main-text-wrapper h1 {
    color: #434343;
    font-size: 25px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 35px;
}
.devops_banner_page .owl-nav {
    position: absolute;
    bottom: -10%;
    display: flex;
}.devops_banner_page {
    padding-bottom: 100px;
    background: none;
    height: auto;
    background-color: #fafafa!important;
}

.devops_banner_page .devops_page .item .main-text-wrapper {
    margin-top: 50px;
}

}

@media only screen and (max-width:567px){

.devops_banner_page .devops_page .item {
    margin-top: 0;
}
[data-aos="fade-up"] {
    transform: translate3d(0,0px,0);
}

}
@media only screen and (max-width: 767px){
.devops_banner_page .owl-next {
    padding: 0 10px !important;
}
.devops_banner_page .main-text-wrapper p{
	color: black !important;
}
.devops_banner_page .devops_page .item .main-text-wrapper {
    margin-top: 20px;
}
#top_banner .item {
    display: flex;
    flex-wrap: wrap;
}
.our-features-four .theme-title p{
	width: 100%;
}
div#about {
    display: none;
}
div#theme-banner h1 {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}.devops_banner_page .main-text-wrapper h2 {
    color: #54bb4d;
    font-size: 14px;
    margin-top: 20px;
}
.devops_banner_page .main-text-wrapper p {
    color: #434343;
    font-size: 13px;
    line-height: 25px;
    padding: 10px 0px;
    padding-right: 0px;
}
.our-feature-five.devops_features h1 {
    font-size: 20px;
}
.our-feature-five.devops_features .text .title {
font-size: 16px;
    line-height: 16px;
}

div#theme-banner h1 br {
    display: none;
}
.devops_banner_page .owl-nav {
    position: absolute;
    bottom: -8%;
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
}
}




.our-features-four .single-feature a:hover,.about-cryto .know-more a,.our-feature-five .text .learn-more:hover {color: #06d2d0;}

::-webkit-scrollbar-thumb,.theme-main-menu.fixed,.scroll-top { background: #5c09cf;}
#mega-menu-holder .navbar-toggler {color:#5c09cf; }
.contact-us-one form button {background: linear-gradient( 29deg, rgb(0,166,253) 0%, rgb(0,208,223) 100%);}
#mega-menu-holder ul> li> a:before,.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .testimonial-section .owl-theme .owl-dots .owl-dot:hover span {background: #00d5b5;}



.html-top-content {
    float: left;
    width: 100%;
}
.theme-top-section {
    float: left;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width:1024px){
	.our-features-four .theme-title p{
		width: 100% ;
	}
	.devops_banner_page .main-text-wrapper p{
	color: black !important;
}
}



.color-white #mega-menu-holder ul> li> a, .color-white #polyglotLanguageSwitcher>a, .theme-main-menu.color-white .right-widget .login-button a {
    color: #434343;
}
::-webkit-scrollbar-thumb, .theme-main-menu.fixed, .scroll-top {
    background: #76c971;
}
.top-menus ul li:first-child a:after {
    border: 1px solid #434343;
}

@media only screen and (max-width: 767px){

#mega-menu-holder .navbar-toggler {
    color: #5abc4c!important;
}
.theme-main-menu.full-width {
    padding: 30px 20px 20px;
    height: 100px;
    border-bottom: 1px solid #ddd;
		    background-color: #fff;
}


header.theme-main-menu.full-width.color-white.fixed img {
    height: 50px;
}

img{
	display: inline-block;
}

}



.color-white #mega-menu-holder ul> li> a, .color-white #polyglotLanguageSwitcher>a, .theme-main-menu.color-white .right-widget .login-button a {
    color: #434343;
}
::-webkit-scrollbar-thumb, .theme-main-menu.fixed, .scroll-top {
    background: #76c971;
}
.top-menus ul li:first-child a:after {
    border: 1px solid #434343;
}

@media only screen and (max-width: 767px){

#mega-menu-holder .navbar-toggler {
    color: #5abc4c!important;
}
.theme-main-menu.full-width {
    padding: 30px 20px 20px;
    height: 100px;
    border-bottom: 1px solid #ddd;
		    background-color: #fff;
}


header.theme-main-menu.full-width.color-white.fixed img {
    height: 50px;
}

.theme-banner-three{
	background: #4e73ff;
}
.theme-banner-three .shape-one, .theme-banner-three .shape-two{
	display:none;
}

}

.overall_steps_wp {
    float: left;
    width: 100%;
    background: white;
}
body .our-feature-five.devops_features{
	padding: 40px 0 !important;
}



.devops_banner_page .main-text-wrapper h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    background-color: #ddd;
    height: 2px;
}
.devops_banner_page .main-text-wrapper h3 {
    color: #434343;
    font-size: 35px;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
	line-height: 60px;
	color: #333333 !important;
	font-family: 'Poppins' !important;
	font-weight: 500 !important;
}