
@font-face {
  font-family: sachitech;
  src: url(/public_html/Font/Century\ Gothic.ttf );
}
body{
font-family: sachitech;
  overflow-x: hidden;
}
@media only screen and (max-width : 760px) {
	.reveal {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

/* -------------------------------------------------------------------------------- */

#loader-wrapper {

  position: fixed;
  background-color: rgb(0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  animation: fadein 3s linear forwards;
}
@keyframes fadein {
  0% {
      opacity: 1;
  }
  50%{
    opacity: 1;
  }
80%{
  opacity: 0.5;
}
  100% {
      opacity: 0;
  }
}

.load-effect
{
  z-index: 10001;
	position: relative;
	width: 100%;
	display: flex;
  top: 50%;
	justify-content: center;
	align-items: center;

}

.load-effect .ring{
	position: relative;
	width: 150px;
	height: 150px;
	margin: -30px;
	border-radius: 50%;
	border: 4px solid transparent;
	border-top: 4px solid #045be4;
	animation: animate 2s linear infinite;
}

@keyframes animate{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}

.load-effect .ring::before
{
	content: "";
	position: absolute;
	top: 12px;
	right: 12px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: #045be4;
	box-shadow: 0 0 0 5px #24ecff33,
	0 0 0 10px #24ecff22,
	0 0 0 20px #24ecff11,
	0 0 20px #24ecff,
	0 0 50px #24ecff
}

.load-effect .ring:nth-child(2)
{
	animation: animate2 4s linear infinite;
	animation-delay: -1s;
	border-top: 4px solid transparent;
	border-left: 4px solid #93ff2d;
}

.load-effect .ring:nth-child(2)::before
{
	content: "";
	position: absolute;
	top: initial;
	bottom: 12px;
	left: 12px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: #93ff2d;
	box-shadow: 0 0 0 5px #93ff2d33,
	0 0 0 10px #93ff2d22,
	0 0 0 20px #93ff2d11,
	0 0 20px #93ff2d,
	0 0 50px #93ff2d;
}

@keyframes animate2{
	0%
	{
		transform: rotate(360deg);
	}
	100%
	{
		transform: rotate(0deg);
	}
}

.load-effect .ring:nth-child(3)
{
	animation: animate2 4s linear infinite;
	animation-delay: -3s;
	position: absolute;
	top: -66.66px;
	border-top: 4px solid transparent;
	border-left: 4px solid #e41cf8;
}

.load-effect .ring:nth-child(3)::before
{
	content: "";
	position: absolute;
	top: initial;
	bottom: 12px;
	left: 12px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: #e41cf8;
	box-shadow: 0 0 0 5px #e41cf833,
	0 0 0 10px #e41cf822,
	0 0 0 20px #e41cf811,
	0 0 20px #e41cf8,
	0 0 50px #e41cf8;
}































/* --------------------------------------------------------------------- */



/* ----------------------------------------------------------------------- */



@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in-load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 0.5s ease-in;
}

.active.fade-left {
  animation: fade-left 0.5s ease-in;
}

.active.fade-right {
  animation: fade-right 0.5s ease-in;
}
.active.fade-right-delay1 {
  animation: fade-right 0.2s ease-in;
}
.active.fade-right-delay2 {
  animation: fade-right 0.4s ease-in;
}
.active.fade-right-delay3 {
  animation: fade-right 0.6s ease-in;
}
.active.fade-right-delay4 {
  animation: fade-right 1s ease-in;
}
.active.fade-left-delay1 {
  animation: fade-left 0.2s ease-in;
}
.active.fade-left-delay2 {
  animation: fade-left 0.4s ease-in;
}
.active.fade-left-delay3 {
  animation: fade-left 0.6s ease-in;
}
.active.fade-left-delay4 {
  animation: fade-left 1s ease-in;
}
.fade-in-load {
  animation: fade-in-load 0.5s ease-in;
}

.active.fade-in {
  animation: fade-in 0.5s ease-in;
}








/* ------------------------------------------------------------------------ */





  @media only screen and (max-width: 1130px) {
    .social {
      display: none;
    }
  }

  .social {
    z-index: 100;
    position: fixed;
    top: 50%;
  }
  .social ul {
    padding: 0px;
    transform: translate(-250px, 0);
  }
  .social ul li {
    display: block;
    margin: 5px;
    width: 300px;
    text-align: right;
    padding: 5px;
    border-radius: 0 10px 10px 0;
    transition: all 1s;
  }
  .social ul li:hover {
    transform: translate(110px, 0);
    background: rgba(255, 255, 255, 0.4);
  }
  .social ul li:hover a {
    color: #ffffff;
  }
  .social ul li:hover i {
    color: #fff;
    background: rgb(255, 255, 255);
    transform: rotate(360deg);
    transition: all 1s;
  }
  .social ul li i {
    margin-left: 10px;
    background: #fff;
    padding: 10px;
    border-radius: 20%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #ffffff;
    transform: rotate(0deg);
  }
  

















  @media (max-width: 964px) {
    .main-header #container1 {
      max-width: 670px;
      padding: auto 100px;
    }
  }
  
  
  @media (max-width: 760px) {
    header .container {
      max-width: 970px;
    }
  }
  
  @media only screen and (max-width: 676px) {
    .main-header .menu-head {
      display: none;
    }
  }
  
  @media only screen and (min-width: 676px) {
    .menu-btn {
      display: none;
    }
  
    .wrapper {
      display: none;
    }
  }
.main-header .social-media{
  margin: auto;
  position: relative;
  justify-content: center;
  width: 100%;
}
.main-header .social-media a {
  z-index: 100;
  border: 1px solid #ffffff00;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 4px;
}

.main-header .social-media a .face{
  color: #0165E1;
}
.main-header .social-media a .insta{
  color: #da872f;
}
.main-header .social-media a .twi{
  color: #1DA1F2;
}
.main-header .social-media a .you{
  color: #FF0000;
}

.main-header .social-media a:hover {
  text-decoration: none;
  background: #ffffff;
  border-color: #ffffff00;
}

.main-header .social-media a .face:hover{
  color: #0165E1;
}
.main-header .social-media a .insta:hover{
  color: #da872f;
}
.main-header .social-media a .twi:hover{
  color: #1DA1F2;
}
.main-header .social-media a .you:hover{
  color: #FF0000;
}
@media (max-width: 991.98px) {
  .main-header .social-media a {
    border-color: #fff;
    width: 30px;
    height: 30px;
  }

  .main-header .social-media a span {
    color: #fff;
  }
}

.order-lg-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.menu-head {
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 17px;
  right: 2%;
}

.menu-head a {
  margin: 0% 12px;
  font-size: 17px;
  color: #045be4;
}

.menu-head a:hover {

  text-decoration: none;
  color: rgb(90, 90, 90);
}



.main-header #container1 {
  z-index: 200;
  position: relative;
  top: 15px;
  padding-left: 0%;
  height: 60px;
  box-shadow: 20px 20px 50px rgb(0, 0, 0, 0.4);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.726);
  backdrop-filter: blur(6px);
}



.main-header{
  height:80px;
  top: 0%;
  right: 0%;
  padding-right: 100px;
  justify-content: center;
  align-items: center;
  z-index: 200;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wrapper {
 z-index: 210;
  position: fixed;
  justify-content: center;
  top: 0;
  /*left: -100%;*/
  right: -100%;
  height: 100%;
  width: 300px;
  background: #ffffff;
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  transition: all 0.6s ease-in-out;
}

#active:checked~.wrapper {
  /*left: 0;*/
  right: 0;
}

.menu-btn {
  position: fixed;
  z-index: 220;
  right: 20px;
  /*left: 20px; */
  top: 45px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
  /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
  transition: all 0.3s ease-in-out;
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after {
  content: "";
  position: absolute;
  left: 30%;
  width: 40%;
  border-bottom: 2px solid #045be4;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn:before {
  transform: translateY(-8px);
}

.menu-btn:after {
  transform: translateY(8px);
}


.close {
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}

/* closing animation */
#active:checked+.menu-btn span {
  transform: scaleX(0);
}

#active:checked+.menu-btn:before {
  transform: rotate(45deg);
  border-color: #045be4;
}

#active:checked+.menu-btn:after {
  transform: rotate(-45deg);
  border-color: #045be4;
}

.wrapper ul {
  position: absolute;
  top: 60%;
  left: 50%;
  height: 90%;
  width: 100%;
  padding: 0%;
  transform: translate(-50%, -50%);
  list-style: none;
  justify-content: center;
  text-align: center;
}

.wrapper ul li {
  text-align: center;
  height: 5%;
  margin: 15px 200px;
}

.wrapper ul li a {
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  color: #045be4;
  border-radius: 15px;
  position: absolute;
  line-height: 50px;
  margin: 5px auto;
  opacity: 0;
  transition: all 0.3s ease;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrapper ul li:has(img)
{
  margin-bottom: 50px;
}
.wrapper ul li img {
  margin: 0% 20px;
  width: 70%;
  transition: all 0.3s ease;
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrapper ul li a:after {
  position: absolute;
  content: "";
  background: #ffffff00;
  /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
  /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scaleY(0);
  z-index: -1;
  transition: transform 0.3s ease;
}

.wrapper ul li a:hover:after {

  transform: scaleX(2);
}

.wrapper ul li a:hover {
  color: #1a73e8;
}

input[type="checkbox"] {
  display: none;
}

header img {
  position: absolute;
  top: 14px;
  left: 20px;
  width: 130px;
}

#active:checked~.wrapper ul li a {
  opacity: 1;
}

.wrapper ul li a {
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}

#active:checked~.wrapper ul li a {
  transform: none;
  transition-timing-function: ease, cubic-bezier(.1, 1.3, .3, 1);
  /* easeOutBackを緩めた感じ */
  transition-delay: .6s;
  transform: translateX(-100px);
}




























/* ----------------------------------------------------------- */
.typewrite {
  font-size: larger;
  position: relative;
  color: white;
  text-decoration: none;
  cursor: auto;
}

.typewrite:hover {
  text-decoration: none;
  color: white
}






/* -------------------------------------- */























/* -----------------------------------------------------------
    ------------------------------------------------------------- */

#carousel-caption1 {
  margin: auto;
  color: rgb(255, 255, 255);
  top: 0%;
  max-height: auto;
  max-width: 700px;
  border: 2px solid white;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

#carousel-caption2 {
  border: 2px solid white;
  margin: auto;
  align-items: center;
  display: inline-block;
  color: rgb(255, 255, 255);
  max-height: auto;
  max-width: 700px;
  top: 10%;
  height: 200px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

#carousel-caption3 {
  padding: 20px;
  margin: auto;
  color: rgb(255, 255, 255);
  top: 0%;
  height: 250px;
  max-height: auto;
  max-width: 800px;
  border: 2px solid white;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.carousel-caption h2{
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .carousel-caption h2{
    font-weight: bold;
    font-size: 4.3vw;
  }
  .carousel-caption p{
    font-size: 3vw
  }
  #h3{
    font-size:4vw ;
  }
.carousel-inner{
  width: 500%;
}
#img-1{
  position: relative;
  min-height: 500px;
    min-width: 100%;
    max-width: 100%;
}
}

#img-1{
  max-height: 700px;
}

.btn {
  background: linear-gradient(135deg, rgb(255, 129, 234), rgb(128, 33, 112));

  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn2 {
  background: linear-gradient(135deg, #dd61ee, #6c2275);
  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn3 {
  background: linear-gradient(135deg, rgb(138, 12, 255), rgb(214, 50, 187));

  font-size: 22px;
  font-weight: 700;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}



.btn:hover {
  color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  animation: rotate 0.7s ease-in-out both;
}

.btn:before,
.btn:after {
  content: '';
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: 0;
  transform: translate(100%, -25%) translate3d(0, 0, 0);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.btn:hover:before,
.btn:hover:after {
  opacity: 0.15;
}

.btn:hover:before {
  transform: translate3d(50%, 0, 0) scale(0.9);
}

.btn:hover:after {
  transform: translate(50%, 0) scale(1.1);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 20px;
  }
}







/* ---------------------------------------------------------------------------------------------- */
.whatsapp-button{
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.whatsapp-button:hover{
  color: white;
  text-decoration: none;
}



.progress-wrap.active-progress {
  visibility: visible;
  transform: translateY(0);
}

@media (min-width: 576px){
.progress-wrap.active-progress {
    opacity: 1;
}}









.progress-wrap {
  position: fixed;
  right: 15px;
  bottom: 80px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset  0 0 0 2px rgb(230, 230, 230);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-weight:bolder;
  font-size: 24px;
  color: #000000;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: '↑';
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background-color: #ff5af1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path { 
  fill: none; 
}

.progress-wrap svg.progress-circle path {
  stroke: #003ea1;
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* ----------------------------------------------------------------------------------------------- */














/* ------------------------------------------------------------------------------------------------------------------------- */
.why-us .box {
  box-shadow: rgba(100, 100, 105, 0.144) 0px 7px 29px 0px;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}



.why-us .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.why-us .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 13px;
}

.why-us .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.why-us .item img {
  max-width: 160px;
}



/* ----------------------------------------------------------------------------------------------------- */

.counts {
  margin-top: 50px;
}

.counter-box p {
  margin: 5px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500
}

.counter-box i {
  font-size: 60px;
  margin: 0 0 15px;
  color: #ffffff
}

.counter {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px
}


.counter-box {
  height: 230px;
  display: block;
  position: relative;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  box-shadow: 20px 20px 50px rgb(0, 0, 0, 0.4);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(6px);

}

.counter-box:hover:before {
  transform: scale(35);
}

.counter-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #0059ff;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 1s ease-out;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #0059ff;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;

}



/* ----------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------ */
.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}




.box-container {
  align-items: center;
  justify-content: space-evenly;
  padding: 35px 15px;
  width: 100%;
}


.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 310px;
  margin-bottom: 35px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;

  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 40px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;

  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 34px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}
.flip-box-img img{
  width: 70px;
  
}
.flip-box-btn {
  margin-top: 40px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}

/* ---------------------------------------------------------------------------- */







.testimonial {
  text-align: center;
  margin: 0 10px;
}

.testimonial .testimonial-content {
  margin: 20px 0 50px 0;
  position: relative;
}

.testimonial .testimonial-content:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 20px solid #0066ff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}

.testimonial .description1 {
  padding: 25px 35px;
  margin: 0;
  background: radial-gradient(#3c87ff, #045be4);
  border-radius: 15px;
  font-size: 20px;
  color: #fff;
  position: relative;
}

.testimonial .description1:before,
.testimonial .description1:after {
  font-weight: 900;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 8px;
  text-align: center;
  background: radial-gradient(#00a2ff, #0066ff);
  position: absolute;
}

.testimonial .description1:before {
  content: "\f10d";
  top: -18px;
  left: 25px;
}

.testimonial .description1:after {
  content: "\f10e";
  bottom: -18px;
  right: 25px;
}

.testimonial .testimonial-profile {
  display: table;
  padding: 15px;

  border: 1px solid #309df0;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
}

.testimonial .pic {

  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
}


.testimonial .title1 {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 19px;
  font-weight: bold;
  color: #309df0;
  position: relative;
  top: 22px;
}

.testimonial .title1:before {
  content: "";
  width: 1px;
  height: 70px;
  background: #309df0;
  top: -8px;
  left: -15px;
}

.testimonial .post1 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #888;
  margin-top: 10px;
}

.owl-theme .owl-controls {
  margin-top: 30px;
}

.owl-theme .owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #309df0;
  ;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span {
  background: #309df0;
  border: 1px solid #309df0;
  ;
}

@media only screen and (max-width: 479px) {
  .testimonial .description1 {
    padding: 20px;
    font-size: 16px;
  }

  .testimonial .testimonial-profile {
    padding: 10px;
  }

  .testimonial .title1 {
    font-size: 16px;
  }

  .testimonial .post1 {
    font-size: 13px;
  }
}




















/* ------------------------------------------------------------------------ */
@media screen and (max-width: 1200px){
  .footer_bottom .row {
    margin: left;
    width: 100%;
    flex-direction: column;
  }
  .footer_bottom .row .col {
    width: 100%;
  }
}


.new_footer_area {
  position: relative;
  top: 50px;
  background: #fbfbfd;
}

.new_footer_top {
  margin: 0% auto;
  padding:20px 0px 150px;
  position: relative;
  overflow-x: hidden;
}
.new_footer_area .footer_bottom .row{
 justify-content: left;
}
.new_footer_area .footer_bottom {
  padding-bottom: 20px;
}

.new_footer_area .footer_bottom .col{
  padding-top: 10px;
}
.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  padding: 27px 0px;
}

.new_footer_top .company_widget p {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 24px;
}

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #ffffff;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ti-facebook:before {
  content: "\e741";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-pinterest:before {
  content: "\e731";
}

.btn_get_two {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {

  text-decoration: none;
  background: #a83dda;
  border-color: #a83dda;
  color: white;
}

.new_footer_top .f_social_icon a+a {
  margin-left: 4px;
}

.new_footer_top .f-title {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ff5af1;
}

.f_600 {
  font-weight: 600;
}

.f_size_18 {
  font-size: 18px;
}


.new_footer_top .f_widget.about-widget .f_list li a {
  font-size: 17px;
  color: #ffffff;
}



.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEia0PYPxwT5ifToyP3SNZeQWfJEWrUENYA5IXM6sN5vLwAKvaJS1pQVu8mOFFUa_ET4JuHNTFAxKURFerJYHDUWXLXl1vDofYXuij45JZelYOjEFoCOn7E6Vxu0fwV7ACPzArcno1rYuVxGB7JY6G7__e4_KZW4lTYIaHSLVaVLzklZBLZnQw047oq5-Q/s16000/volks.gif") no-repeat center center;
  width: 330px;
  height: 105px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}



@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

/*************footer End*****************/





















