/*===========================
      COMMON css 
===========================*/
@font-face {
  font-family: ‘Akkurat’;
  src: url("../fonts/Akkurat.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: ‘Akkurat-Light’;
  src: url("../fonts/Akkurat-Light.ttf");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: ‘Akkurat-Bold’;
  src: url("../fonts/Akkurat-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: ‘Barcelony’;
  src: url("../fonts/Barcelony.ttf") format('ttf'),
url("../fonts/Barcelony.eot") format('eot'),
url('../fonts/Barcelony.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OvertheRainbow-Regular';
  src: url("../fonts/OvertheRainbow-Regular.ttf") format('ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Akkurat", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  background-color: #191919;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus, input:focus, textarea:focus, button:focus {
  text-decoration: none;
  outline: none;
}
a:focus, a:hover {
  text-decoration: none;
}
i, span, a {
  display: inline-block;
  color: #ffffff;
}
h1, h3, h4, h5, h6 {
  font-family: "Akkurat-Bold", sans-serif;
  font-weight: Bold;
  color: #121212;
  margin: 0px;
}
h1, h3, h4, h5, h6 {
  font-family: "Akkurat-Bold", sans-serif;
  font-weight: Bold;
  color: #fa0a0b;
  margin: 0px;
}
h2 {
  font-family: 'Barcelony', 'OvertheRainbow-Regular', cursive;
  font-weight: normal;
  color: #ffffff;
  margin: 0px;
	font-size: 0; 
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 0em;
}
h3 {
  font-size: 3em;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
p {
  font-family: "Akkurat", sans-serif;
  font-weight: normal;
  font-size: 2em;
  line-height: normal;
  color: #ffffff;
  margin: 0px;
}
.p-peq {
  font-family: "Akkurat", sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  line-height: normal;
  color: #ffffff;
  margin: 0px;
}
.p-especial {
  font-family: "Akkurat-bold", sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #fa0a0b;
  margin: 50px 0;
  text-transform: uppercase;
}
.p-especial-bases {
  font-family: "Akkurat-bold", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  color: #fa0a0b;
  text-transform: uppercase;
}
.p-texto-bases{
font-family: "Akkurat", sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: normal;
    color: #ffffff;
    margin: 0em 2em 2em 2em;
}
.p-texto-bases-rojo{
	font-family: "Akkurat", sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    line-height: normal;
    color: #fa0a0b;
}
.p-especial-white {
  font-family: "Akkurat-bold", sans-serif;
  font-weight: bold;
  font-size: 2em;
  color: #fffffff;
  margin-bottom: 4em;
  line-height: 1.5em;
}
.p-premio {
  font-family: "Akkurat-bold", sans-serif;
  font-weight: bold;
  font-size: 3.5em;
  color: #ffffff;
}
@media (max-width: 1026px) {
  .p-premio {
    font-size: 2em;
  }
  p {
    font-size: 1.2em;
  }
}
@media (max-width: 576px) {
  p {
    font-size: 1.2em;
  }
  .p-especial {
    font-size: 1.5em;
  }
  h3 {
    font-size: 3em;
  }
  .p-especial-white {
    font-size: 1em;
  }
  .p-premio {
    font-size: 1.8em;
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #ffffff;
  margin: 20px auto;
}
.s-especial {
  font-family: 'Barcelony', 'OvertheRainbow-Regular', cursive;
  font-weight: normal;
  font-size: 0;
  color: #ffffff;
  margin: 0px;
  text-transform: none;
	visibility: hidden;
}
/*===== All Section Title Style =====*/
.section-title .title {
  font-size: 44px;
  font-weight: 600;
  color: #121212;
  line-height: 55px;
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.section-title h4 {
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
  font-family: "Akkurat", sans-serif;
  color: #ffffff;
}
.section-title .text-black {
  color: #000000;
}
.section-title .text-black > p {
  font-size: 20px;
}
/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #353535;
  z-index: 99999;
}
.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}
.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  -o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
  animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}
.preloader .loader .ytp-spinner-circle {
  box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #f30001 #ee4546 #eddddd;
  border-radius: 50%;
  border-width: 6px;
}
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #e9ecef;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #e9ecef;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  -o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -o-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    -moz-transform: rotate(675deg);
    -ms-transform: rotate(675deg);
    -o-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    -moz-transform: rotate(810deg);
    -ms-transform: rotate(810deg);
    -o-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    -moz-transform: rotate(945deg);
    -ms-transform: rotate(945deg);
    -o-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    -moz-transform: rotate(1080deg);
    -ms-transform: rotate(1080deg);
    -o-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}
@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -ms-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}
/*===========================
   SECTION 1
===========================*/
.section1 {
  background-color: #191919;
  padding: 100px 0px;
    border-bottom: 5px solid #ffffff;
	
}
.section1-img {
  background-image: url("../images/bg_head_bi.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

@media (max-width: 2765px) {
	.section1-img {
  background-image: url("../images/bg_head_bi2.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
	}
}
@media (max-width: 2220px) {
.section1-img {
  background-image: url("../images/bg_head.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}	
}
@media (max-width: 1450px) {
.section1-img {
  background-position: center;
	    background-size: cover;
}
	}
@media (max-width: 767px) {
  .section1-img {
    background-position: center;
	  
  }
}
.bloc-1 {
  padding: 0px 80px 0px 30px;
  background: #ffffff;
  margin: -50px 0px;
}
.title-background {
  background: #f40101;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Akkurat-bold", sans-serif;
  font-size: 21px;
  margin-top: 50px;
  margin-bottom: 20px;
  width: fit-content;
}
/*===========================
   SECTION 2
===========================*/
.section2 {
  background-color: #191919;
  margin: 0 auto;
	    border-bottom: 5px solid #ffffff;
	
}
.section2-img {
  background-image: url("../images/bg_section2-b.png");
  background-repeat:no-repeat;
  background-position: center bottom;
  background-size: contain;
  padding-top: 50px;
}
	@media (max-width: 2765px) {
.section2-img {
  background-image: url("../images/bg_section2-b.png");
		}
}
		
	@media (max-width: 1440px) {
.section2-img {
  background-image: url("../images/bg_section2.png");
}	
	}
a:hover {
  color: #000000;
}
.button {
  overflow: visible;
  background-color: aliceblue;
  border: none;
  padding: 10px 15px;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: rgba(104, 0, 142, 1);
  background: -moz-linear-gradient(top, rgba(104, 0, 142, 1) 0%, rgba(250, 10, 11, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(104, 0, 142, 1)), color-stop(100%, rgba(250, 10, 11, 1)));
  background: -webkit-linear-gradient(top, rgba(104, 0, 142, 1) 0%, rgba(250, 10, 11, 1) 100%);
  background: -o-linear-gradient(top, rgba(104, 0, 142, 1) 0%, rgba(250, 10, 11, 1) 100%);
  background: -ms-linear-gradient(top, rgba(104, 0, 142, 1) 0%, rgba(250, 10, 11, 1) 100%);
  background: linear-gradient(to bottom, rgba(104, 0, 142, 1) 0%, rgba(250, 10, 11, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68008e', endColorstr='#fa0a0b', GradientType=0);
  border-radius: 50px
}
/*===========================
   SECTION 3
===========================*/
.section3 {
 max-width: 1440px;
    margin: 2em auto;
    margin-top: 0;
}
.section3-box {
  padding-top: 4em;
  padding-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
}
.sectionbeneficios-img {
  background-image: url("../images/codigo-binario.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.section3-master-01 {
    background-image: url(../images/master_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    line-height: initial;
    border-radius: 50px;
    padding: 110px 0;
    margin: auto 10px;
		max-width: 280px;
	border: 5px solid #ffffff;

}
.section3-master-02 {
    background-image: url(../images/master_002.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    line-height: initial;
    border-radius: 50px;
    padding: 90px 0;
    margin: auto 10px;
		max-width: 280px;
	border: 5px solid #ffffff;

}
.section3-master-03 {
  background-image: url(../images/master_003.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    line-height: initial;
    border-radius: 50px;
    padding: 110px 0;
    margin: auto 10px;
		max-width: 280px;

}
.section3-master-05 {
  background-image: url(../images/master_005.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    line-height: initial;
    border-radius: 50px;
    padding: 110px 0;
    margin: auto 10px;
		max-width: 280px;

}
.section3-master-04 {
  background-image: url(../images/master_004.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em;
  text-align: initial;
  line-height: initial;
  margin: 1.5em;
  border-radius: 50px;
}

@media (max-width: 1200px) {
  .section3-master-01 {
    max-width: 200px;

  }
  .section3-master-02 {
	
    max-width: 200px;
  }
  .section3-master-03 {
    max-width: 200px;

  }
	 .section3-master-05 {
    max-width: 200px;

  }
}

@media (max-width: 756px) {
  .section3-master-01 {
    max-width: 100%;

  }
  .section3-master-02 {
    max-width: 100%;
	
    padding: 68px 0;
	  margin: 30px 10px;
  }
  .section3-master-03 {
    max-width: 100%;
	  	  margin-bottom: 30px;

  }
	 .section3-master-05 {
    max-width: 100%;

  }
}
/*===========================
   SECTION video
===========================*/
.sectionvideo {
  background-color: #191919;
  margin: 0 auto;
}
.sectionvideo-img {
  background-image: url("../images/bg_video2.png");
  background-repeat: no-repeat;
  background-size: contain;
	background-position: top;
}
.number {
  background-color: #fa0a0b;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  font-size: 2.5em;
  margin-right: 0.3em;
}
.videohuawei {
  width: 619px;
  height: 389px;
	margin:8em auto;

	
}
@media (max-width: 1440px) {
  .videohuawei {
margin:8em auto;
  }
		.sectionvideo-img {
  background-size: cover;
}
	
}
@media (max-width: 1024px) {

  .videohuawei {
    height: 280px;
    width: 460px;
    margin-top: 12em;
  }
}
@media (max-width: 768px) {
  .videohuawei {
height: 350px;
    width: 100%;
    margin-top: 1em;
  }
	
}
@media (max-width: 425px) {
  .videohuawei {
     width: 100%;
    height: 229px;
    margin-top: 0;
  }
}
/*===========================
   SECTION BASES
===========================*/
.sectionbases {
  background-color: #191919;
  padding: 100px 0px;
    border-bottom: 5px solid #ffffff;
	
}
.sectionbases-img {
  background-image: url("../images/banner_bases.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
.bases-posicion {
margin-top: 270px
	}
@media (max-width: 2765px) {
	.bases-posicion {
margin-top: 220px
	}
}
@media (max-width: 2220px) {
.bases-posicion{
margin-top: 220px

}	
}
@media (max-width: 1450px) {
.bases-posicion{
margin-top: 50px

}
	}
@media (max-width: 767px) {
.bases-posicion{
	  margin-top: 1em;
	  
  }
}
/*===========================
    footer
===========================*/
.text-base {
  font-family: "Akkurat", sans-serif;
  font-weight: normal;
  font-size: 0.6em;
  color: #fa0a0b;
  text-transform: uppercase;
  text-decoration: underline;
}
/*===========================
    BUTTON css 
===========================*/
.buttons-title .title {
  font-size: 36px;
  line-height: 45px;
  color: #6c6c6c;
}
@media (max-width: 767px) {
  .buttons-title .title {
    font-size: 24px;
    line-height: 35px;
  }
}
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 16px;
  line-height: 46px;
  color: #0067f4;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main-btn {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
  }
}
/*===== standard Buttons =====*/
.standard-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .standard-buttons ul li {
    margin-left: 0;
  }
}
.standard-buttons ul li:first-child {
  margin-left: 0;
}
.standard-buttons .standard-one {
  border-color: #0067f4;
}
.standard-buttons .standard-one:hover {
  color: #0067f4;
  background-color: rgba(0, 103, 244, 0.4);
}
.standard-buttons .standard-two {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
}
.standard-buttons .standard-two:hover {
  color: #0067f4;
  background-color: transparent;
}
.standard-buttons .standard-three {
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  border: 0;
  background-size: 200% auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .standard-buttons .standard-three {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .standard-buttons .standard-three {
    line-height: 44px;
  }
}
.standard-buttons .standard-three:hover {
  background-position: right center;
}
.standard-buttons .standard-four {
  border-color: #0067f4;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .standard-buttons .standard-four {
    padding-left: 40px;
  }
}
.standard-buttons .standard-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .standard-buttons .standard-four span {
    left: 15px;
  }
}
.standard-buttons .standard-four:hover {
  color: #0067f4;
  background-color: rgba(0, 103, 244, 0.4);
}
.standard-buttons .standard-four:hover i {
  animation: iconTranslateY 0.5s forwards;
}
.standard-buttons .standard-five {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .standard-buttons .standard-five {
    padding-left: 40px;
  }
}
.standard-buttons .standard-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .standard-buttons .standard-five span {
    left: 15px;
  }
}
.standard-buttons .standard-five:hover {
  color: #0067f4;
  background-color: transparent;
}
.standard-buttons .standard-five:hover i {
  animation: iconTranslateY 0.5s forwards;
}
.standard-buttons .standard-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  border: 0;
  background-size: 200% auto;
}
@media (max-width: 767px) {
  .standard-buttons .standard-six {
    padding-right: 40px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .standard-buttons .standard-six {
    line-height: 44px;
  }
}
.standard-buttons .standard-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .standard-buttons .standard-six span {
    right: 15px;
  }
}
.standard-buttons .standard-six:hover {
  background-position: right center;
}
.standard-buttons .standard-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
/*===== Light Rounded Buttons =====*/
.light-rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .light-rounded-buttons ul li {
    margin-left: 0;
  }
}
.light-rounded-buttons ul li:first-child {
  margin-left: 0;
}
.light-rounded-buttons .main-btn {
  border-radius: 5px;
}
.light-rounded-buttons .light-rounded-one {
  border-color: #0067f4;
}
.light-rounded-buttons .light-rounded-one:hover {
  color: #0067f4;
  background-color: rgba(0, 103, 244, 0.4);
}
.light-rounded-buttons .light-rounded-two {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
}
.light-rounded-buttons .light-rounded-two:hover {
  color: #0067f4;
  background-color: transparent;
}
.light-rounded-buttons .light-rounded-three {
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .light-rounded-buttons .light-rounded-three {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-three {
    line-height: 44px;
  }
}
.light-rounded-buttons .light-rounded-three:hover {
  background-position: right center;
}
.light-rounded-buttons .light-rounded-four {
  border-color: #0067f4;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-four {
    padding-left: 40px;
  }
}
.light-rounded-buttons .light-rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-four span {
    left: 15px;
  }
}
.light-rounded-buttons .light-rounded-four:hover {
  color: #0067f4;
  background-color: rgba(0, 103, 244, 0.4);
}
.light-rounded-buttons .light-rounded-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.light-rounded-buttons .light-rounded-five {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-five {
    padding-left: 40px;
  }
}
.light-rounded-buttons .light-rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-five span {
    left: 15px;
  }
}
.light-rounded-buttons .light-rounded-five:hover {
  color: #0067f4;
  background-color: transparent;
}
.light-rounded-buttons .light-rounded-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.light-rounded-buttons .light-rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .light-rounded-buttons .light-rounded-six {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-six {
    padding-right: 40px;
    line-height: 44px;
  }
}
.light-rounded-buttons .light-rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .light-rounded-buttons .light-rounded-six span {
    right: 15px;
  }
}
.light-rounded-buttons .light-rounded-six:hover {
  background-position: right center;
}
.light-rounded-buttons .light-rounded-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
/*===== Semi Rounded Buttons =====*/
.semi-rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .semi-rounded-buttons ul li {
    margin-left: 0;
  }
}
.semi-rounded-buttons ul li:first-child {
  margin-left: 0;
}
.semi-rounded-buttons .main-btn {
  border-radius: 10px;
}
.semi-rounded-buttons .semi-rounded-one {
  border-color: #0067f4;
}
.semi-rounded-buttons .semi-rounded-one:hover {
  color: #0067f4;
  background-color: rgba(0, 103, 244, 0.4);
}
.semi-rounded-buttons .semi-rounded-two {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
}
.semi-rounded-buttons .semi-rounded-two:hover {
  color: #0067f4;
  background-color: transparent;
}
.semi-rounded-buttons .semi-rounded-three {
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .semi-rounded-buttons .semi-rounded-three {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-three {
    line-height: 44px;
  }
}
.semi-rounded-buttons .semi-rounded-three:hover {
  background-position: right center;
}
.semi-rounded-buttons .semi-rounded-four {
  border-color: #0067f4;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-four {
    padding-left: 40px;
  }
}
.semi-rounded-buttons .semi-rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-four span {
    left: 15px;
  }
}
.semi-rounded-buttons .semi-rounded-four:hover {
  color: #0067f4;
  background-color: rgba(0, 103, 244, 0.4);
}
.semi-rounded-buttons .semi-rounded-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.semi-rounded-buttons .semi-rounded-five {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-five {
    padding-left: 40px;
  }
}
.semi-rounded-buttons .semi-rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-five span {
    left: 15px;
  }
}
.semi-rounded-buttons .semi-rounded-five:hover {
  color: #0067f4;
  background-color: transparent;
}
.semi-rounded-buttons .semi-rounded-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.semi-rounded-buttons .semi-rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border: 0;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .semi-rounded-buttons .semi-rounded-six {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-six {
    padding-right: 40px;
    line-height: 44px;
  }
}
.semi-rounded-buttons .semi-rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .semi-rounded-buttons .semi-rounded-six span {
    right: 15px;
  }
}
.semi-rounded-buttons .semi-rounded-six:hover {
  background-position: right center;
}
.semi-rounded-buttons .semi-rounded-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
/*===== Rounded Buttons =====*/
.rounded-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .rounded-buttons ul li {
    margin-left: 0;
  }
}
.rounded-buttons ul li:first-child {
  margin-left: 0;
}
.rounded-buttons .main-btn {
  border-radius: 50px;
}
.rounded-buttons .rounded-one {
  border-color: #0067f4;
}
.rounded-buttons .rounded-one:hover {
  color: #0067f4;
  background-color: rgba(0, 103, 244, 0.4);
}
.rounded-buttons .rounded-two {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
}
.rounded-buttons .rounded-two:hover {
  color: #0067f4;
  background-color: transparent;
}
.rounded-buttons .rounded-three {
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-buttons .rounded-three {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-three {
    line-height: 44px;
  }
}
.rounded-buttons .rounded-three:hover {
  background-position: right center;
}
.rounded-buttons .rounded-four {
  border-color: #0067f4;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-four {
    padding-left: 40px;
  }
}
.rounded-buttons .rounded-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-four span {
    left: 15px;
  }
}
.rounded-buttons .rounded-four:hover {
  color: #0067f4;
  background-color: rgba(0, 103, 244, 0.4);
}
.rounded-buttons .rounded-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.rounded-buttons .rounded-five {
  color: #fff;
  background-color: #0067f4;
  border-color: #0067f4;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-five {
    padding-left: 40px;
  }
}
.rounded-buttons .rounded-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-five span {
    left: 15px;
  }
}
.rounded-buttons .rounded-five:hover {
  color: #0067f4;
  background-color: transparent;
}
.rounded-buttons .rounded-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.rounded-buttons .rounded-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  color: #fff;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-buttons .rounded-six {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-six {
    padding-right: 40px;
    line-height: 44px;
  }
}
.rounded-buttons .rounded-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .rounded-buttons .rounded-six span {
    right: 15px;
  }
}
.rounded-buttons .rounded-six:hover {
  background-position: right center;
}
.rounded-buttons .rounded-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
/*===== Success Buttons =====*/
.success-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .success-buttons ul li {
    margin-left: 0;
  }
}
.success-buttons ul li:first-child {
  margin-left: 0;
}
.success-buttons .success-one {
  border-color: #4da422;
  color: #4da422;
}
.success-buttons .success-one:hover {
  color: #4da422;
  background-color: rgba(77, 164, 34, 0.4);
}
.success-buttons .success-two {
  color: #fff;
  background-color: #4da422;
  border-color: #4da422;
}
.success-buttons .success-two:hover {
  color: #4da422;
  background-color: transparent;
}
.success-buttons .success-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #4da422 0%, #69e02e 50%, #4da422 100%);
  background: -o-linear-gradient(left, #4da422 0%, #69e02e 50%, #4da422 100%);
  background: linear-gradient(to right, #4da422 0%, #69e02e 50%, #4da422 100%);
  background-size: 200% auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .success-buttons .success-three {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .success-buttons .success-three {
    line-height: 44px;
  }
}
.success-buttons .success-three:hover {
  background-position: right center;
}
.success-buttons .success-four {
  padding-left: 60px;
  border-color: #4da422;
  color: #4da422;
}
@media (max-width: 767px) {
  .success-buttons .success-four {
    padding-left: 40px;
  }
}
.success-buttons .success-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .success-buttons .success-four span {
    left: 15px;
  }
}
.success-buttons .success-four:hover {
  color: #4da422;
  background-color: rgba(77, 164, 34, 0.4);
}
.success-buttons .success-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.success-buttons .success-five {
  padding-left: 60px;
  color: #fff;
  background-color: #4da422;
  border-color: #4da422;
}
@media (max-width: 767px) {
  .success-buttons .success-five {
    padding-left: 40px;
  }
}
.success-buttons .success-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .success-buttons .success-five span {
    left: 15px;
  }
}
.success-buttons .success-five:hover {
  color: #4da422;
  background-color: transparent;
}
.success-buttons .success-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.success-buttons .success-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #4da422 0%, #69e02e 50%, #4da422 100%);
  background: -o-linear-gradient(left, #4da422 0%, #69e02e 50%, #4da422 100%);
  background: linear-gradient(to right, #4da422 0%, #69e02e 50%, #4da422 100%);
  background-size: 200% auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .success-buttons .success-six {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .success-buttons .success-six {
    padding-right: 40px;
    line-height: 44px;
  }
}
.success-buttons .success-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .success-buttons .success-six span {
    right: 15px;
  }
}
.success-buttons .success-six:hover {
  background-position: right center;
}
.success-buttons .success-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
/*===== Warning Buttons =====*/
.warning-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .warning-buttons ul li {
    margin-left: 0;
  }
}
.warning-buttons ul li:first-child {
  margin-left: 0;
}
.warning-buttons .warning-one {
  border-color: #ffb400;
  color: #ffb400;
}
.warning-buttons .warning-one:hover {
  color: #ffb400;
  background-color: rgba(255, 180, 0, 0.4);
}
.warning-buttons .warning-two {
  color: #fff;
  background-color: #ffb400;
  border-color: #ffb400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .warning-buttons .warning-two {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .warning-buttons .warning-two {
    padding-right: 40px;
    line-height: 44px;
  }
}
.warning-buttons .warning-two:hover {
  color: #ffb400;
  background-color: transparent;
}
.warning-buttons .warning-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background: -o-linear-gradient(left, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background: linear-gradient(to right, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background-size: 200% auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .warning-buttons .warning-three {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .warning-buttons .warning-three {
    line-height: 44px;
  }
}
.warning-buttons .warning-three:hover {
  background-position: right center;
}
.warning-buttons .warning-four {
  padding-left: 60px;
  border-color: #ffb400;
  color: #ffb400;
}
@media (max-width: 767px) {
  .warning-buttons .warning-four {
    padding-left: 40px;
  }
}
.warning-buttons .warning-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .warning-buttons .warning-four span {
    left: 15px;
  }
}
.warning-buttons .warning-four:hover {
  color: #ffb400;
  background-color: rgba(255, 180, 0, 0.4);
}
.warning-buttons .warning-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.warning-buttons .warning-five {
  padding-left: 60px;
  color: #fff;
  background-color: #ffb400;
  border-color: #ffb400;
}
@media (max-width: 767px) {
  .warning-buttons .warning-five {
    padding-left: 40px;
  }
}
.warning-buttons .warning-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .warning-buttons .warning-five span {
    left: 15px;
  }
}
.warning-buttons .warning-five:hover {
  color: #ffb400;
  background-color: transparent;
}
.warning-buttons .warning-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.warning-buttons .warning-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background: -o-linear-gradient(left, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background: linear-gradient(to right, #ffb400 0%, #f7e500 50%, #ffb400 100%);
  background-size: 200% auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .warning-buttons .warning-six {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .warning-buttons .warning-six {
    padding-right: 40px;
    line-height: 44px;
  }
}
.warning-buttons .warning-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .warning-buttons .warning-six span {
    right: 15px;
  }
}
.warning-buttons .warning-six:hover {
  background-position: right center;
}
.warning-buttons .warning-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
/*===== Info Buttons =====*/
.info-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .info-buttons ul li {
    margin-left: 0;
  }
}
.info-buttons ul li:first-child {
  margin-left: 0;
}
.info-buttons .info-one {
  border-color: #00b8d8;
  color: #00b8d8;
}
.info-buttons .info-one:hover {
  color: #00b8d8;
  background-color: rgba(0, 184, 216, 0.4);
}
.info-buttons .info-two {
  color: #fff;
  background-color: #00b8d8;
  border-color: #00b8d8;
}
.info-buttons .info-two:hover {
  color: #00b8d8;
  background-color: transparent;
}
.info-buttons .info-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background: -o-linear-gradient(left, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background: linear-gradient(to right, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background-size: 200% auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-buttons .info-three {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .info-buttons .info-three {
    line-height: 44px;
  }
}
.info-buttons .info-three:hover {
  background-position: right center;
}
.info-buttons .info-four {
  padding-left: 60px;
  border-color: #00b8d8;
  color: #00b8d8;
}
@media (max-width: 767px) {
  .info-buttons .info-four {
    padding-left: 40px;
  }
}
.info-buttons .info-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .info-buttons .info-four span {
    left: 15px;
  }
}
.info-buttons .info-four:hover {
  color: #00b8d8;
  background-color: rgba(0, 184, 216, 0.4);
}
.info-buttons .info-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.info-buttons .info-five {
  padding-left: 60px;
  color: #fff;
  background-color: #00b8d8;
  border-color: #00b8d8;
}
@media (max-width: 767px) {
  .info-buttons .info-five {
    padding-left: 40px;
  }
}
.info-buttons .info-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .info-buttons .info-five span {
    left: 15px;
  }
}
.info-buttons .info-five:hover {
  color: #00b8d8;
  background-color: transparent;
}
.info-buttons .info-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.info-buttons .info-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background: -o-linear-gradient(left, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background: linear-gradient(to right, #00b8d8 0%, #32fbfc 50%, #00b8d8 100%);
  background-size: 200% auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .info-buttons .info-six {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .info-buttons .info-six {
    padding-right: 40px;
    line-height: 44px;
  }
}
.info-buttons .info-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .info-buttons .info-six span {
    right: 15px;
  }
}
.info-buttons .info-six:hover {
  background-position: right center;
}
.info-buttons .info-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
/*===== Danger Buttons =====*/
.danger-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .danger-buttons ul li {
    margin-left: 0;
  }
}
.danger-buttons ul li:first-child {
  margin-left: 0;
}
.danger-buttons .danger-one {
  border-color: #fc3832;
  color: #fc3832;
}
.danger-buttons .danger-one:hover {
  color: #fc3832;
  background-color: rgba(252, 56, 50, 0.4);
}
.danger-buttons .danger-two {
  color: #fff;
  background-color: #fc3832;
  border-color: #fc3832;
}
.danger-buttons .danger-two:hover {
  color: #fc3832;
  background-color: transparent;
}
.danger-buttons .danger-three {
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background: -o-linear-gradient(left, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background: linear-gradient(to right, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background-size: 200% auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .danger-buttons .danger-three {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .danger-buttons .danger-three {
    line-height: 44px;
  }
}
.danger-buttons .danger-three:hover {
  background-position: right center;
}
.danger-buttons .danger-four {
  padding-left: 60px;
  border-color: #fc3832;
  color: #fc3832;
}
@media (max-width: 767px) {
  .danger-buttons .danger-four {
    padding-left: 40px;
  }
}
.danger-buttons .danger-four span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .danger-buttons .danger-four span {
    left: 15px;
  }
}
.danger-buttons .danger-four:hover {
  color: #fc3832;
  background-color: rgba(252, 56, 50, 0.4);
}
.danger-buttons .danger-four:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.danger-buttons .danger-five {
  padding-left: 60px;
  color: #fff;
  background-color: #fc3832;
  border-color: #fc3832;
}
@media (max-width: 767px) {
  .danger-buttons .danger-five {
    padding-left: 40px;
  }
}
.danger-buttons .danger-five span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  left: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .danger-buttons .danger-five span {
    left: 15px;
  }
}
.danger-buttons .danger-five:hover {
  color: #fc3832;
  background-color: transparent;
}
.danger-buttons .danger-five:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
.danger-buttons .danger-six {
  padding-right: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  border: 0;
  background: -webkit-linear-gradient(left, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background: -o-linear-gradient(left, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background: linear-gradient(to right, #fc3832 0%, #dc312b 50%, #fc3832 100%);
  background-size: 200% auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .danger-buttons .danger-six {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .danger-buttons .danger-six {
    padding-right: 40px;
    line-height: 44px;
  }
}
.danger-buttons .danger-six span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  right: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .danger-buttons .danger-six span {
    right: 15px;
  }
}
.danger-buttons .danger-six:hover {
  background-position: right center;
}
.danger-buttons .danger-six:hover i {
  -webkit-animation: iconTranslateY 0.5s forwards;
  -moz-animation: iconTranslateY 0.5s forwards;
  -o-animation: iconTranslateY 0.5s forwards;
  animation: iconTranslateY 0.5s forwards;
}
@-webkit-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
.lg-btn {
  line-height: 64px !important;
  font-size: 18px;
}
@media (max-width: 767px) {
  .lg-btn {
    font-size: 16px;
    ine-height: 52px;
  }
}
.el-btn {
  line-height: 80px !important;
  font-size: 20px;
}
@media (max-width: 767px) {
  .el-btn {
    font-size: 18px;
    line-height: 74px;
  }
}
.sm-btn {
  line-height: 40px !important;
  font-size: 12px;
}
/*===== Regular Icon Buttons =====*/
.regular-icon-buttons ul li {
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
}
.regular-icon-buttons ul li:first-child {
  margin-left: 0;
}
.regular-icon-buttons ul li .regular-icon-light-one {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-one:hover {
  color: #fff;
  background-color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-two {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-two:hover {
  color: #fff;
  background-color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-three {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-three:hover {
  color: #fff;
  background-color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-four {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
}
.regular-icon-buttons ul li .regular-icon-light-four:hover {
  color: #fff;
  background-color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-five {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
}
.regular-icon-buttons ul li .regular-icon-light-five:hover {
  background-position: right center;
}
.regular-icon-buttons ul li .regular-icon-light-six {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border-radius: 5px;
}
.regular-icon-buttons ul li .regular-icon-light-six:hover {
  background-position: right center;
}
.regular-icon-buttons ul li .regular-icon-light-seven {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border-radius: 10px;
}
.regular-icon-buttons ul li .regular-icon-light-seven:hover {
  background-position: right center;
}
.regular-icon-buttons ul li .regular-icon-light-eight {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  z-index: 5;
  overflow: hidden;
  color: #fff;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border-radius: 50%;
}
.regular-icon-buttons ul li .regular-icon-light-eight:hover {
  background-position: right center;
}
.regular-icon-buttons ul li .regular-icon-light-nine {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-nine:hover {
  color: #0067f4;
  background-color: transparent;
}
.regular-icon-buttons ul li .regular-icon-light-ten {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-ten:hover {
  color: #0067f4;
  background-color: transparent;
}
.regular-icon-buttons ul li .regular-icon-light-eleven {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-eleven:hover {
  color: #0067f4;
  background-color: transparent;
}
.regular-icon-buttons ul li .regular-icon-light-twelve {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #0067f4;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  background-color: #0067f4;
}
.regular-icon-buttons ul li .regular-icon-light-twelve:hover {
  color: #0067f4;
  background-color: transparent;
}
/*===== Group Buttons =====*/
.group-buttons .btn-group {
  margin-left: 30px;
}
.group-buttons .group-one {
  margin-left: 0;
}
.group-buttons .group-one .main-btn {
  background: none;
  border: 2px solid #0067f4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.group-buttons .group-one .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.group-buttons .group-one .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}
.group-buttons .group-one .main-btn:hover {
  background-color: #0067f4;
  color: #fff;
}
.group-buttons .group-two .main-btn {
  background: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: auto 200%;
  border-top: 0;
  border-bottom: 0;
  border-color: rgba(244, 246, 247, 0.2);
}
.group-buttons .group-two .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.group-buttons .group-two .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}
.group-buttons .group-two .main-btn:hover {
  background-position: bottom center;
}
.group-buttons .group-three .main-btn {
  background: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border: 0;
}
.group-buttons .group-three .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.group-buttons .group-three .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}
.group-buttons .group-three .main-btn:hover {
  background-position: right center;
}
.group-buttons .group-four {
  margin-left: 0;
}
.group-buttons .group-four .main-btn {
  background: none;
  border: 2px solid #0067f4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0 12px;
}
.group-buttons .group-four .main-btn i {
  font-size: 24px;
}
.group-buttons .group-four .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.group-buttons .group-four .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}
.group-buttons .group-four .main-btn:hover {
  background-color: #0067f4;
  color: #fff;
}
.group-buttons .group-five .main-btn {
  background: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(#0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: auto 200%;
  border-top: 0;
  border-bottom: 0;
  border-color: rgba(244, 246, 247, 0.2);
  padding: 0 16px;
}
.group-buttons .group-five .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.group-buttons .group-five .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}
.group-buttons .group-five .main-btn:hover {
  background-position: bottom center;
}
.group-buttons .group-six .main-btn {
  background: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  color: #fff;
  line-height: 52px;
  background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background: linear-gradient(to right, #0067f4 0%, #2bdbdc 50%, #0067f4 100%);
  background-size: 200% auto;
  border: 0;
  padding: 0 16px;
}
.group-buttons .group-six .main-btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
}
.group-buttons .group-six .main-btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 0;
}
.group-buttons .group-six .main-btn:hover {
  background-position: right center;
}
/*===========================
        NAVBAR css 
===========================*/
.navbar-area {
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 99;
  background: url("../images/menu_bg.jpg");
}
.navbar-area .navbar {
  position: relative;
  padding: 0;
}
.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 115%;
    left: 0;
    width: 100%;
    background-color: #f4f6f7;
    z-index: 8;
    padding: 10px 0;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  }
}
.navbar-area .navbar .navbar-nav .nav-item {
  margin: 0 10px;
  position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 10px;
  line-height: 11px;
  font-family: "Akkurat-bold", sans-serif;
  font-weight: bold;
  padding: 10px 0;
  color: #999999;
  text-transform: uppercase;
  position: relative;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #121212;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    color: #121212;
  }
}
.navbar-area .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, white 100%);
  left: 50%;
  margin: 0 2px;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translate(-50%) scaleX(0);
  -moz-transform: translate(-50%) scaleX(0);
  -ms-transform: translate(-50%) scaleX(0);
  -o-transform: translate(-50%) scaleX(0);
  transform: translate(-50%) scaleX(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a::before {
    display: none;
  }
}
.navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
  opacity: 1;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
    color: #121212;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
    color: #121212;
  }
}
.navbar-area .navbar .navbar-nav .nav-item.active > a::before, .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
  -webkit-transform: translate(-50%) scaleX(1);
  -moz-transform: translate(-50%) scaleX(1);
  -ms-transform: translate(-50%) scaleX(1);
  -o-transform: translate(-50%) scaleX(1);
  transform: translate(-50%) scaleX(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 60px;
    top: 7px;
  }
}
.navbar-area .navbar .navbar-btn li {
  display: inline-block;
  margin-right: 5px;
}
.navbar-area .navbar .navbar-btn li a {
  padding: 0px 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: Bold;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-btn li a.light {
  border-color: #fff;
}
.navbar-area .navbar .navbar-btn li a.light:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.navbar-area .navbar .navbar-nav .solid a {
  background-color: #f40101;
  border: none;
  color: #ffffff;
  padding: 0;
}
.navbar-area .navbar .navbar-nav .solid a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-area.sticky {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  -moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
  box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
}
.navbar-area.sticky .navbar .navbar-toggler .toggler-icon {
  background-color: #121212;
}
.navbar-area.sticky .navbar .navbar-nav .nav-item a {
  opacity: 0.7;
}
.navbar-area.sticky .navbar .navbar-nav .nav-item a::before {
  background: -webkit-linear-gradient(left, rgba(18, 18, 18, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(18, 18, 18, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(18, 18, 18, 0) 0%, #ffffff 100%);
}
.navbar-area.sticky .navbar .navbar-nav .nav-item.active, .navbar-area.sticky .navbar .navbar-nav .nav-item:hover {
  color: #ffffff;
  opacity: 1;
}
.navbar-area.sticky .navbar .navbar-btn li a.light {
  border-color: #0067f4;
  color: #0067f4;
}
.navbar-area.sticky .navbar .navbar-btn .solid {
  background-color: #f40101;
  color: #fff;
}
/*===========================
      SLIDER css 
===========================*/
.carousel-item {
  background-color: #e5e5e5;
  position: relative;
}
.block-1 {
  background: url("../images/Futuro-TIC.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-2 {
  background: url("../images/Smart-Education.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-3 {
  background: url("../images/Job-opportunities.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carousel-item::before {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-item::before {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .carousel-item::before {
    width: 50%;
    right: 45%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .carousel-item::before {
    right: 25%;
  }
}
.slider-content {
  position: relative;
  z-index: 9;
  padding-top: 180px;
  padding-bottom: 140px;
}
@media (max-width: 767px) {
  .slider-content {
    padding-top: 190px;
    padding-bottom: 150px;
  }
}
.slider-content .title {
  font-size: 55px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content .title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content .title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .slider-content .title {
    font-size: 34px;
    line-height: 45px;
  }
}
.slider-content .text {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  margin-top: 76px;
}
.slider-content .text2 {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
}
.slider-content .slider-btn {
  padding-top: 16px;
}
.slider-content .slider-btn li {
  display: inline-block;
  margin: 16px 8px 0;
}
@media (max-width: 767px) {
  .slider-content .slider-btn li {
    margin: 16px 3px 0;
  }
}
.slider-content .slider-btn li a.rounded-one {
  background-color: #fff;
  border-color: #fff;
}
.slider-content .slider-btn li a.rounded-one:hover {
  background-color: transparent;
  color: #fff;
}
.slider-content .slider-btn li a.rounded-two {
  border-color: #fff;
}
.slider-content .slider-btn li a.rounded-two:hover {
  background-color: #fff;
  color: #0067f4;
}
.carousel-indicators {
  margin-bottom: 50px;
}
.carousel-indicators li {
  display: block;
  width: 24px;
  height: 24px;
  background-color: rgb(243 1 2);
  border: 0;
  margin: 0px 2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators li {
    width: 13px;
    height: 13px;
  }
}
@media (max-width: 767px) {
  .carousel-indicators li {
    width: 13px;
    height: 13px;
  }
}
.carousel-indicators li.active {
  border: #f40101 4px solid;
  background-color: #fff;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-indicators li.active {
    width: 23px;
  }
}
@media (max-width: 767px) {
  .carousel-indicators li.active {
    width: 23px;
  }
}
.carousel-bg {
  background: #a1a1a1;
  padding: 10px 0;
}
.carousel-indicators2 {
  margin-bottom: 50px;
  font-size: 20px;
  font-family: "Akkurat-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
  width: max-content;
}
.carousel-indicators2 li {
  display: inline-block;
  margin: 0 10px;
}
.slider-content2 {
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .slider-content2 {
    padding-top: 190px;
    padding-bottom: 150px;
  }
}
.slider-content2 .title {
  font-size: 55px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content2 .title {
    font-size: 58px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content2 .title {
    font-size: 72px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .slider-content2 .title {
    font-size: 34px;
    line-height: 45px;
  }
}
.slider-content2 .text {
  color: #fff;
  font-size: 19px;
  line-height: 24px;
  margin-top: 76px;
}
.slider-content2 .slider-btn {
  padding-top: 16px;
}
.slider-content2 .slider-btn li {
  display: inline-block;
  margin: 16px 8px 0;
}
@media (max-width: 767px) {
  .slider-content2 .slider-btn li {
    margin: 16px 3px 0;
  }
}
.slider-content2 .slider-btn li a.rounded-one {
  background-color: #fff;
  border-color: #fff;
}
.slider-content2 .slider-btn li a.rounded-one:hover {
  background-color: transparent;
  color: #fff;
}
.slider-content2 .slider-btn li a.rounded-two {
  border-color: #fff;
}
.slider-content2 .slider-btn li a.rounded-two:hover {
  background-color: #fff;
  color: #0067f4;
}
.slide2 {
  margin-right: 0;
  padding-right: 0;
  max-width: 90%;
}
.img-left {
  text-align: end;
}
.slider_ourproject {}
.slider_ourproject h2 {
  font-size: 47px;
  font-family: "Akkurat", ssans-serif;
  text-transform: uppercase;
  color: #f40202;
  padding: 35px;
  margin-top: 50px;
}
.slider_ourproject h2 b {
  color: #000000;
}
.slider_ourproject h3 {
  font-size: 21px;
  font-family: "Akkurat", sans-serif;
  text-transform: uppercase;
  color: #252525;
  margin-top: 50px;
}
.slider_ourproject p {
  font-size: 20px;
  font-family: "Akkurat", sans-serif;
  color: #252525;
  margin-top: 50px;
  margin-bottom: 1em;
}
/*.text-bottom {
  font-size: 20px;
  font-family: "Akkurat-Bold", sans-serif;
  color: #ffffff;
  padding: 50px 170px;
  background: #a1a1a1;
  text-transform: uppercase;
}*/
.buttom-position {
  background: #252525;
  margin-left: 10px;
}
.slider-text {}
.slide-img {
  width: 70%;
}
/**/
.red-buttom {
  color: #ffffff;
  background: #f40101;
  padding: 5px;
  width: -webkit-fill-available;
  text-align: center;
}
.red-buttom:hover {
  color: #ffffff;
  background: #e020b73;
  font-family: "Akkurat-bold", sans-serif;
}
.red-buttom-special {
  color: #ffffff;
  background: #f40101;
  width: inherit;
  text-align: center;
  /* height: 170px; */
  font-size: 31px;
  text-transform: uppercase;
  margin: 60px auto;
  padding: 60px;
}
.red-buttom-special:hover {
  color: #ffffff;
  background: #e020b73;
  font-family: "Akkurat-bold", sans-serif;
}
.grey-buttom {
  color: #ffffff;
  background: #636363;
  padding: 5px;
  width: 150px;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
}
.grey-buttom:hover {
  color: #ffffff;
  background: #e020b73;
  font-family: "Akkurat-bold", sans-serif;
}
/*===========================
      PARTNER css 
===========================*/
.partner-four {}
.partner-area {
  background: url(../Huawei%20ICT/assets/images/partner_bg.jpg) no-repeat;
  background-size: cover;
}
.single-partner .partner-image {
  position: relative;
  overflow: visible;
}
.single-partner .partner-image img {
  width: 150px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: block;
  margin: 0 auto;
}
.single-partner .partner-image .partner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -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;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  border-radius: 8px;
}
.single-partner .partner-image .partner-overlay .partner-content {
  padding: 16px;
}
.single-partner:hover .partner-overlay {
  opacity: 1;
  visibility: visible;
}
.section-partner {
  background: #ffffff;
  margin-left: 33%;
  padding: 40px 190px 110px 80px;
  box-shadow: -49px 20px 0px 0px #d7d7d7;
}
.section-partner h2 {
  font-size: 47px;
  font-family: "Akkurat", sans-serif;
  text-transform: uppercase;
  color: #f5221c;
  padding: 35px;
  margin-top: 67px;
}
.section-partner b {
  color: #252525;
}
.section-partner .text {
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  text-align: left;
  padding: 30px 41px;
}
/*===========================
      Certify
===========================*/
.block_certify {
  background: #a1a1a1;
}
.block_certify h2 {
  font-size: 47px;
  font-family: "Akkurat", sans-serif;
  text-transform: uppercase;
  color: #f40101;
  background: url(../Huawei%20ICT/assets/images/deco_red_big.png) no-repeat;
  padding: 35px;
  margin-top: 67px;
  text-align: left;
}
.block_certify h3 {
  font-size: 25px;
  font-family: "Akkurat", sans-serif;
  text-transform: uppercase;
  color: #f40404;
  text-align: left;
}
.block_certify b {
  color: #ffffff;
}
.block_certify p {
  font-size: 19px;
  color: #000000 !important;
  margin-top: 20px !important;
}
.block_certify .col-3 {
  background: #7d7d7d;
}
.block_certify .container-fluid .col-4 {
  background: #e5e5e5;
  padding: 90px;
}
.red-buttom2 {
  color: #ffffff;
  background: #f40101;
  padding: 5px;
  width: 140px;
  text-align: center;
  margin: 30px 20px;
}
.special-bg {
  background: url(../Huawei%20ICT/assets/images/bg_certified.jpg) no-repeat right;
}
/*===========================
      Opportunities
===========================*/
.block_opportunities {
  background: #cccccc;
}
.block_opportunities h2 {
  font-size: 47px;
  font-family: "Akkurat", sans-serif;
  text-transform: uppercase;
  color: #000000;
  margin-top: 67px;
  text-align: left;
}
.block_opportunities h4 {
  font-size: 35px;
  font-family: "Akkurat", sans-serif;
  text-transform: uppercase;
  color: #f40404;
  text-align: left;
  border: #f40404 10px solid;
  padding: 40px;
  width: 50%;
}
.block_opportunities h4 b {
  color: #000000;
}
.block_opportunities b {
  color: #f40202;
}
.block_opportunities p {
  font-size: 20px;
}
.block_opportunities .col-3 {
  background: #7d7d7d;
}
.block_opportunities .container-fluid .block-white {
  background: #ffffff;
  padding: 203px;
  width: 95%;
  position: absolute;
}
@media (max-width: 767px) {
  .block_opportunities .container-fluid .block-white {
    padding: 100px;
    width: initial;
  }
  .block_opportunities h4 {
    width: 100% !important;
  }
  .opportunities-text {
    padding-left: 0 !important;
    width: 100% !important;
  }
}
.block-white {
  margin-top: -30px;
}
.opportunities-text {
  color: #000000 !important;
  margin-top: 20px !important;
  padding-left: 50px;
  width: 50%;
}
.block-grey {
  background: #e1e1e1;
}
.block-grey2 {
  flex: 0 0 45%;
  max-width: 45%;
  background: #636363;
}
.col-12 > .red-buttom2 {
  margin: 50px auto;
  display: block;
}
.block_opportunities h5 {
  font-size: 35px;
  font-family: "Akkurat", sans-serif;
  text-transform: uppercase;
  color: #f40404;
  text-align: left;
  padding: 50px 0;
}
.block_opportunities h5 b {
  color: #000000;
}
.block-white2 {
  background: #ffffff;
}
.block-grey2 {
  background: #7d7d7d;
}
.opportunities-tiker-text {
  margin-top: 100px !important;
  padding: 0 60px;
  line-height: 30px;
}
.text-tiker {
  font-size: 18px;
  font-family: "Akkurat", sans-serif;
  color: #000000;
  border: #000000 3px solid;
  padding: 10px;
  text-align: left;
  line-height: initial;
  margin: 10px 10px 10px 0px;
  min-height: 110px;
}
.text-tiker b {
  font-size: 28px;
  color: #959595;
}
.opportunities-inter-text {
  line-height: inherit;
  color: #000000 !important;
  padding: 0px 0 50px 150px;
}
.text-inter {
  font-size: 18px;
  font-family: "Akkurat", sans-serif;
  color: #ffffff;
  border: #ffffff 3px solid;
  padding: 19px;
  text-align: left;
  line-height: initial;
  margin: 20px;
  min-height: 150px;
}
.text-inter b {
  font-size: 28px;
}
.facts {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Akkurat-bold", sans-serif;
  text-align: center;
}
.block-inter-grey {
  background: #363636 !important;
}
.text-inter-title {
  font-size: 18px;
  font-family: "Akkurat", sans-serif;
  color: #000000;
  background: url(../Huawei%20ICT/assets/images/deco_red.png) no-repeat;
  padding: 19px;
  margin: 10px 10px;
  text-align: left;
  line-height: initial;
}
.block-white2 > .red-buttom2 {
  margin: 50px auto;
  display: block;
}
.bg-img-inter {
  background: url(../Huawei%20ICT/assets/images/intern_bg.jpg) no-repeat center  !important;
  background-size: cover !important;
}
.block-white2 h5 {
  padding: 50px 0 50px 150px;
}
.title-text h5 {
  font-size: 26px;
  font-family: "Akkurat", sans-serif;
  color: #000000;
  padding: 0 0 20px 0px;
  text-align: left;
  line-height: initial;
}
.title-text p {
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.bg-img-graduate {
  background: url(../Huawei%20ICT/assets/images/graduate_bg.jpg) no-repeat center  !important;
  background-size: cover !important;
}
.block-graduate-color {
  background: #595757 !important;
}
.block-graduate {
  color: #ffffff !important;
}
.block-graduate b {
  color: #f40404 !important;
}
.graduate-inter-text {
  line-height: inherit;
  padding: 0px 0 50px 50px;
}
.bg-color-graduate {
  background: #dddddd;
}
.block_working {
  background: #cccccc;
  background-size: cover;
}
.title-working {
  font-size: 35px;
  font-family: "Akkurat", sans-serif;
  text-transform: uppercase;
  text-align: left;
  border: #fc3832 10px solid;
  padding: 40px;
}
.working-text {
  font-size: 20px;
}
.working-fatcs {
  font-size: 17px;
  color: #595757;
  text-transform: uppercase;
  font-family: "Akkurat-Bold", sans-serif;
  text-align: center;
}
.working-fatcs b {
  font-size: 39px;
}
.working-fatcs2 {
  font-size: 17px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Akkurat-Bold", sans-serif;
  text-align: center;
}
.working-fatcs2 b {
  font-size: 39px;
}
/*===========================
      Video
===========================*/
.video-bg {
  background: #f50304;
}
.video {
  margin: 0 auto;
  display: block;
}
.video-text {
  font-size: 25px;
  text-transform: uppercase;
  font-family: "Akkurat-bold", sans-serif;
  color: #ffffff;
  text-align: center;
}

/*===========================
       SITE MAP
===========================*/
.site-area {
  background: #313131;
}
.title-site-map h2 {
  font-size: 28px;
  color: #ff0000;
  font-family: "Akkurat", sans-serif;
}
.list-site {
  font-size: 11px;
  color: #c4c4c4;
}
.list-site strong {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
/*===========================
   FOOTER css 
===========================*/
/*===== FOOTER FIVE =====*/
.footer-area {
  background-color: #000000;
  padding-top: 1em;
  padding-bottom: 1em;
}
.footer-area .social li {
  display: inline-block;
  margin: 0 5px;
}
.footer-area .social li a {
  font-size: 24px;
  color: #6c6c6c;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-area .social li a:hover {
  color: #0067f4;
}
.footer-area .footer-support {
  padding-top: 21px;
}
.footer-area .footer-support span {
  font-size: 16px;
  line-height: 24px;
  color: #121212;
  font-weight: 600;
  margin-top: 9px;
  display: block;
}
@media (max-width: 767px) {
  .footer-area .footer-support span {
    display: block;
  }
}
.footer-area .footer-app-store {
  padding-top: 27px;
}
.footer-area .footer-app-store ul li {
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-app-store ul li {
    margin-right: 6px;
  }
}
.footer-area .footer-app-store ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer-area .footer-app-store ul li {
    width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-app-store ul li {
    width: auto;
  }
}
.footer-area .copyright .text {
  color: #121212;
}
.footer-area.footer-dark {
  background-color: #121212;
}
.footer-area.footer-dark .social li a {
  color: #fff;
}
.footer-area.footer-dark .footer-support {
  padding-top: 21px;
}
.footer-area.footer-dark .footer-support span {
  color: #fff;
}
.footer-area.footer-dark .footer-app-store {
  padding-top: 27px;
}
.footer-area.footer-dark .footer-app-store ul li {
  color: #fff;
}
.footer-area.footer-dark .copyright .text {
  color: #fff;
}
/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #f40404;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}
.back-to-top:hover {
  color: #fff;
  background-color: #0067f4;
}
/*# sourceMappingURL=style.css.map */