/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author:


=====================================================================*/
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*global area*/
/*----------------------------------------------------*/

.container {
  max-width: 1200px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}
@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*social area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Counter area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Skill area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Case-Study area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Partner area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Dark Version Menu area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */